@import url(animate.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(ionicons.css);
@import url(multi-row-grid.css);
@import url(owl.carousel.css);
@import url(menu_bar.css);
@import url(slider-pro.css);
@import url(magnific-popup.css);
@import url(magiczoomplus.css);
@import url(jquery.mmenu.all.css);
@import url(settings.css);
@import url(jquery.fancybox.min.css);
/*

    1. Reset

    2. Header

    3. Content

    4. Footer

    */
/**
 * Fonts
 * -----------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

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

body {
    position: relative;
    overflow-x: hidden;
    font-size: 13px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    color: #000;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    clear: both; 
}

h1 {
    font-size: 2em;
    margin: 0.67em 0; 
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle; 
}

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

a:hover {
    color: #c0d34b;
    text-decoration: none; 
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none; 
}

a, button, input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; 
}

*, *:before, *:after {
    box-sizing: border-box; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block; 
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; 
}

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

ul:after, section:after {
    content: '';
    clear: both;
    display: block; 
}

small {
    font-size: 80%; 
}
.abs-styl{
    position: absolute;
}
.rev-styl{
    position: relative;
}
.zindex-1{
    z-index: 1;
}
.zindex-2{
    z-index: 2;
}
.zindex-3{
    z-index: 3;
}
.zindex-4{
    z-index: 4;
}
.zindex-5{
    z-index: 5;
}
.zindex-9{
    z-index: 9;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.center{
    text-align: center;
}
.txt-left{
    text-align: left;
}
.txt-right{
    text-align: right;
}
.left{
    float: left;
}
.right{
    float: right;
}
.mar-15{
    margin: 15px 0px;
}
.mar-top-15{
    margin-top: 15px;
}
.mar-bottom-15{
    margin-bottom: 15px;
}
.mar-left-15{
    margin-left: 15px;
}
.mar-right-15{
    margin-right: 15px;
}
.pad-15{
    padding: 15px 0px;
}
.pad-top-15{
    padding-top: 15px;
}
.pad-bottom-15{
    padding-bottom: 15px;
}
.pad-left-15{
    padding-left: 15px;
}
.pad-right-15{
    padding-right: 15px;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #515151;
    position: relative;
}
.transition{
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.transition1{
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s; 
}
.transition1-5{
    transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s; 
}
.transition2{
    transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s; 
}
.transition2-5{
    transition: all 2.5s ease-in-out 0s;
    -moz-transition: all 2.5s ease-in-out 0s;
    -o-transition: all 2.5s ease-in-out 0s;
    -webkit-transition: all 2.5s ease-in-out 0s;
    -ms-transition: all 2.5s ease-in-out 0s; 
}
.transition3{
    transition: all 3s ease-in-out 0s;
    -moz-transition: all 3s ease-in-out 0s;
    -o-transition: all 3s ease-in-out 0s;
    -webkit-transition: all 3s ease-in-out 0s;
    -ms-transition: all 3s ease-in-out 0s; 
}
.transition3-5{
    transition: all 3.5s ease-in-out 0s;
    -moz-transition: all 3.5s ease-in-out 0s;
    -o-transition: all 3.5s ease-in-out 0s;
    -webkit-transition: all 3.5s ease-in-out 0s;
    -ms-transition: all 3.5s ease-in-out 0s; 
}
.transition4{
    transition: all 4s ease-in-out 0s;
    -moz-transition: all 4s ease-in-out 0s;
    -o-transition: all 4s ease-in-out 0s;
    -webkit-transition: all 4s ease-in-out 0s;
    -ms-transition: all 4s ease-in-out 0s; 
}
.mar-left{
    margin-left: -200px;
    opacity: 0;
}
.mar-right{
    margin-right: -200px;
    opacity: 0;
}
.mar-top{
    margin-top: -200px;
    opacity: 0;
}
.mar-bottom{
    margin-bottom: -200px;
    opacity: 0;
}
.abs-left{
    left: -500px;
    opacity: 0;
}
.abs-top{
    top: -500px;
    opacity: 0;
}
.abs-bottom{
    bottom: -500px;
    opacity: 0;
}
.abs-right{
    right: -500px;
    opacity: 0;
}



/*Banner slider index*/
.banner-slider-index{
    float: left;
    width: 100%;
}
.tp-banner-container{
    position: relative;
}
/*end slider*/

/**
* 2.0 - index
* -----------------------------------------------------------------------------
*/

.content-header {
    float: left;
    width: 100%;
    background: #fff;
    padding: 18px 0px 15px 0px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.content-header .container{
    position: relative;
}
.header-page {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99999;
}
.header-top-page{
    background: #2e3751;
    height: 45px;
}
.topbar-left{

}
.topbar-right{
    float: right;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: right;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: initial;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.menu > ul > li a {
    text-decoration: none;
    /* padding: 11px 20px; */
    padding: 11px 15px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
.menu > ul > li > a{
}
.menu > ul > li:last-child a{

}
.menu > ul > li:hover {
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-align: left;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: 5px 0px;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-weight: 500;
        text-transform: none;
}
.menu > ul > li > ul > li a:hover{
    color: #000;
}
.menu > ul > li > ul > li > a{
    color: #000;
    font-weight: 600;
} 
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 250px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 9px 0px;
    border-bottom: 1px solid #e2dede;
    color: #777;
}
.menu > ul > li > ul.normal-sub > li a:hover{
    color: #000;
}
.menu > ul > li > ul.normal-sub > li:last-child a{
    border-bottom: none;
}
.normal-sub li a:before {
    content: "•";
    line-height: 0;
    margin-right: 10px;
    font-size: 19px;
    position: static;
    color: #27AE61;
    margin-top: 9px;
    float: left;
}
.menu > ul > li:hover > a:before {
    width: 50%;
    border-radius: 0;
    -moz-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.menu > ul > li:hover > a:after {
    width: 50%;
    border-radius: 0;
    -moz-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.menu > ul > li > a:after {
    content: "";
    height: 1px;
    position: absolute;
    right: 20px;
    width: 0;
    top: 82%;
    margin-top: 0px;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #ccc;
}
.menu > ul > li > a:before {
    content: "";
    height: 1px;
    position: absolute;
    left: 20px;
    width: 0;
    top: 82%;
    margin-top: 0px;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #ccc;
}
.menu > ul > li.active > a:before, .menu > ul > li.active > a:after{
    width: 50%;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 992px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
        position: relative;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

.ion-ios-telephone{
    float: left;
    color: #fff;
    margin-top: 14px;
    margin-left: 30px;
}
.ion-ios-telephone a{
        color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.ion-ios-telephone:before{
    margin-right: 6px;
    color: #FFA506;
    font-size: 17px;
}
.chathead{
    float: left;
    margin-top: 14px;
    margin-left: 30px;
}
.chathead a{
    color: #fff;
    font-size: 17px;
    float: left;
    margin-right: 8px;
}
.chathead span{
    float: left;
    margin-right: 5px;
}
.topbar-text{
    color: #fff;
    font-size: 14px;
    float: left;
    margin-top: 14px;
}
.topbar-btn {
    color: #ffffff;
    text-transform: uppercase;
    background: #27AE61;
    letter-spacing: 1px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    width: 170px;
    text-align: center;
    float: right;
    font-size: 13px;
    margin-left: 30px;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.topbar-btn:before{
    margin-right: 7px;
    font-size: 16px;
}
.topbar-btn:hover{
    background: #FFA506;
    color: #fff;
}
.logo{
    float: left;
    position: relative;
    z-index: 999;
}
.menu {
    float: right;
    margin-top: 35px;
    width: 100%;
    position: absolute;
    left: 0px;
    padding-left: 200px;
    padding-right: 0px;
}
.box-search-cart{
    float: right;
    font-size: 15px;
    margin-top: 18px;
    position: relative;
    z-index: 999;
}
.box-search-cart a{
    float: right;
    margin-left: 15px;
}
.box-search-cart span{
    float: right;
    margin-left: 15px;
}
.list-services-index{
    float: left;
    width: 100%;
    padding: 50px 0;
}
.box-icon-desc{
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    color: #686868;
}
.box-icon-title{
    
}
.box-icon-item {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
}
.box-icon-img {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 260px;
}
.box-icon-img img {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    min-width: 100%;
    height: 100%;
    max-width: initial;
}
.box-icon-img img:hover{
    transform:scale(1.1);
}
.box-icon-title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: left;
    padding: 10px 20px;
    line-height: 1.4;
}
.box-icon-title a{
    
}
.box-icon-title i{
    margin-left: 10px;
}
.box-icon-title{
    background: #9295c7;
}

.ctn-view-case{
    float: left;
    max-width: 550px;
}
.view-case-study {
    float: left;
    width: 100%;
    background-color: #272f45;
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 270px;
    background-size: cover;
}
.view-case-study h2 {
    font-size: 26px;
    font-weight: 400;
    color: #224971;
    width: 550px;
    float: left;
    margin-top: 50px;
    line-height: 34px;
    margin-bottom: 10px;
}
.view-case-study p{
    color: #393b3e;
    font-weight: 500;
    font-size: 14px;
    float: left;
    max-width: 550px;
    margin-bottom: 15px;
}
.view-case-study h2 span{
    color: #ffa506;
}
.banner-brand{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.item-owl-brand{
    float: left;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.owl-brand .owl-page span{
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 3px;
}
.owl-brand .owl-pagination .owl-page.active span{
    width: 14px;
    height: 14px;
}
.owl-brand .owl-pagination {
    width: 20%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    background: #fff;
    z-index: 99;
}
.owl-brand .owl-pagination .owl-page{
    display: inline-block;
    position: relative;
    background: #fff;
    z-index: 9999;
}
.owl-brand .owl-controls{
    position: relative;
}
.owl-brand .owl-controls:after{
    /*position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0px;
    top: 8px;
    background: #ccc;*/
}
.full-services{
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: url(../images/bg-square.png);
}
.title-standard{
    float: left;
    width: 100%;
}
.title-standard h2 {
    font-size: 26px;
    font-weight: 400;
    color: #3777b8;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    text-transform: capitalize;
    padding-left: 15px;
}
.title-standard h2:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 28px;
    width: 3px;
    background: #3777b8;
}
.title-standard h2 span{
    color: #27AE61;
}
.owl-cate-services{
    float: left;
    width: 100%;
}
.title-standard p {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    color: #686868;
    width: 100%;
    margin: 7px auto;
}
.services-item{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.services-item:hover {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.services-item {
    background: #ffffff;
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 27px 20px;
    min-height: 420px;
}
.services-img {
    width: 150px;
    line-height: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.services-item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.services-img img {
    position: relative;
    z-index: 2;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.services-title {
    font-size: 0;
    position: relative;
    margin-top: 15px;
    margin-bottom: 0;
        font-weight: 700;
    color: #232323;
}
.services-title-btn {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #232323;
}
.services-title:before {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: 11px;
    right: 50%;
    margin-right: 9px;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    background: #FFA506;
}
.services-title:after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: 11px;
    left: 50%;
    margin-left: 9px;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    background: #FFA506;
}
.services-effect {
    width: 17px;
    height: 17px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
    top: -11px;
}
.services-effect:before {
    content: "";
    width: 7px;
    height: 7px;
    left: 5px;
    top: 12px;
    border-radius: 50%;
    position: absolute;
    background: #FFA506;
}
.servide-desc {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    color: #686868;
}
.services-rm {
    font-size: 0;
    margin-top: 27px;
    margin-bottom: 0;
}
.services-rm-btn {
    font-size: 12px;
    line-height: 30px;
    font-weight: 800;
    border-style: solid;
    background: #ffffff;
    text-transform: uppercase;
    border-width: 1px;
    padding: 9px 21px;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #27AE61;
}
.services-rm-btn i{
    margin-left: 6px;
    font-size: 11px
}
.owl-full-services .owl-item {
    float: left;
    padding: 10px;
}
.owl-full-services .owl-prev, .owl-full-services .owl-next{
    position: absolute;
    top: 60%;
    left: -60px;
    width: 42px;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    padding-top: 6px;
    font-size: 20px;
    color: #ccc;
    padding-right: 2px;
}
.owl-full-services .owl-next{
    left: initial;
    right: -60px;
    padding-left: 5px;
}
.owl-full-services .owl-prev:hover, .owl-full-services .owl-next:hover{
    color: #888;
    border: 1px solid #888;
}
.services-title:hover:before {
    width: 50px;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.services-title:hover:after {
    width: 50px;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.fw-special-title {
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 36px;
}
.textblock-shortcode p {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    color: #686868;
}
.seo-accordion {
    float: left;
    width: 100%;
}
.accordion_in {
    position: relative;
    float: left;
    width: 100%;
    z-index: 10;
}
/**
 * --------------------------------------------------------------
 * Accordin
 * --------------------------------------------------------------
 */
.accordion_in {
  position: relative;
  float: left;
  width: 100%;
  z-index: 10;
}
.accordion_in [class*=" fa-"].acc_head:before {
  top: 2px;
}
.accordion_in .acc_head {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  position: relative;
  color: #232323;
  background: #eee;
  height: 45px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 45px;
  font-size: 16px;
  display: block;
  cursor: pointer;
  padding-left: 47px;
  padding-right: 47px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.accordion_in .acc_head:before {
  position: absolute;
  left: 18px;
  top: 12px;
}
.accordion_in .acc_head .acc_icon_expand:before {
  display: block;
  width: 25px;
  height: 25px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  background: #ffffff;
  border-radius: 50%;
  top: 10px;
  content: "\f3d3";
  font-family: "ionicons";
  text-align: center;
  color: #bdbdbd;
  line-height: 25px;
  font-style: normal;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.accordion_in .acc_content {
  margin-bottom: 15px;
  padding: 5px 0;
  padding-left: 30px;
}
.accordion_in .acc_content span {
  font-size: 15px;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.accordion_in .acc_content span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  border-left: 1px dashed #e5e5e5;
}
.accordion_in.acc_active > .acc_content {
  display: block;
}
.accordion_in.acc_active > .acc_head {
  background: #ffffff;
  color: #232323;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
}
.accordion_in.acc_active > .acc_head .acc_icon_expand:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #ffa506;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.accordion_in .acc_head .acc_icon_expand:before {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    position: absolute;
    right: 10px;
    background: #ffffff;
    border-radius: 50%;
    top: 10px;
    content: "\f3d3";
    font-family: "ionicons";
    text-align: center;
    color: #bdbdbd;
    line-height: 25px;
    font-style: normal;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.accordion_in .acc_head {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    position: relative;
    color: #232323;
    background: #eee;
    height: 45px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 45px;
    font-size: 16px;
    display: block;
    cursor: pointer;
    padding-left: 47px;
    padding-right: 47px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.introduce-index{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.fw-col-sm-15{
    width: 20%;
    float: left;
}
.fw-divider-space {
    float: left;
    width: 100%;
}
.counter-item {
    text-align: center;
}
.flw {
    float: left;
    width: 100%;
}
.counter-title {
    font-size: 18px;
    line-height: 24px;
    color: #a9a9a9;
    margin-bottom: 17px;
        font-weight: 400;
    font-style: normal;
}
.counter-number {
    line-height: 24px;
    font-size: 36px;
    font-weight: 900;
}
.counter-effects {
    position: relative;
    margin-top: 100px;
}
.counter-circle {
    position: absolute;
    top: -71px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFA506;
    display: block;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
}
.counter-circle:before {
    content: "";
    width: 2px;
    height: 50px;
    position: absolute;
    left: 9px;
    border: 1px dashed #dfe8f3;
    bottom: -50px;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.counter-img {
    width: 105px;
    height: 105px;
    line-height: 105px;
    border-radius: 50%;
    box-shadow: 3px 0 20px rgba(0, 0, 0, 0.2);
    display: inline-block;
    border: 1px solid #fbfbfb;
    background: rgba(0, 0, 0, 0);
    position: relative;
    top: 0;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.counter-effects:hover .counter-circle:before {
    bottom: -60px;
    height: 60px;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.counter-effects:hover {
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.counter-effects:hover .counter-img {
    position: relative;
    top: 10px;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.project-item:hover {
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
.project-item {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.case-img {
    overflow: hidden;
    position: relative;
}
.case-img img {
    width: 100%;
}
.case-like {
    position: absolute;
    z-index: 4;
    bottom: 21px;
    right: 0;
    height: 38px;
    width: 70px;
    border-radius: 50px 0 0 50px;
    background: #ffffff;
    text-align: center;
    line-height: 38px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #232323;
}
.case-overlay-banner {
    opacity: 0.95;
    z-index: 2;
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.case-readmore {
    position: absolute;
    z-index: 4;
    text-align: center;
    display: block;
    width: 100%;
    top: 10%;
    opacity: 0;
    font-size: 0;
    margin: 0;
}
.case-readmore-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.case-readmore-btn:after {
    position: absolute;
    content: "";
    background: #ffffff;
    right: 0;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: -1;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.case-overlay-info {
    padding: 15px 25px;
    height: 80px;
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: -100%;
    width: 100%;
    background: #ffffff;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.case-like span:before {
    font-size: 18px;
        color: #FFA506;
    margin-right: 5px;
}
.case-name {
    font-size: 0;
    margin: 0;
}
.case-name-btn {
    color: #232323;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 25px;
    display: block;
    white-space: nowrap;
}
.case-cate span {
    display: inline-block;
    margin-right: 5px;
}
.case-cate a {
    text-transform: uppercase;
    color: #737373;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin-right: 2px;
}
.case-cate span:after {
    content: "/";
    margin-left: 5px;
    font-size: 14px;
}
.project-item:hover .case-overlay-info {
    bottom: 0;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.project-item:hover .case-overlay-banner {
    top: 0;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.case-readmore-btn:hover:after {
    left: 0;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.case-readmore-btn:after {
    position: absolute;
    content: "";
    background: #ffffff;
    right: 0;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: -1;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.project-item:hover {
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
.case-overlay-banner {
    opacity: 0.95;
    z-index: 2;
    position: absolute;
    left: 0;
    top: -100%;
        background-color: #27AE61;
    width: 100%;
    height: 100%;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.case-readmore-btn:hover {
    z-index: 2;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.project-item:hover .case-readmore {
    top: 26.296%;
    opacity: 1;
    -moz-transition-duration: 0.45s;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
}
.case-cate:before {
    content: "\f3a7";
    font-family: "ionicons";
    position: relative;
    top: 1px;
    margin-right: 3px;
        color: #FFA506;
    font-size: 15px;
}
.case-cate a:hover{
    color: #FFA506;
}
.case-cate span:last-child:after{
    display: none;
}
.ht-btn, .ht-btn-normal {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    padding: 22px 43px 17px 43px;
    color: #ffffff;
    background: #27ae61;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0);
    line-height: 1;
    font-size: 14px;
}
.ht-btn-normal:hover, .ht-btn-large:hover, .ht-btn-small:hover {
    background: #ffffff;
    color: #27ae61;
    border-color: #27ae61;
}
.box-button i{
    font-size: 20px;
    float: left;
    margin-right: 7px;
    margin-top: -3px;
}
.free-seo-left {
    border: 1px solid #ffffff;
    height: 191px;
    padding: 0 40px;
    position: relative;
}
.center-y {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
b, strong {
    font-weight: 700;
}
.center-y strong span {
    line-height: normal;
    font-size: 36px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 7px;
}
.textblock-shortcode span{
    font-size: 18px;
}
.free-seo-label {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    position: relative;
    margin-bottom: 3px;
    margin-top: 0;
}
.free-seo-label span {
    position: absolute;
    right: 0;
    color: #ffffff;
    font-size: 14px;
}
.free-seo-col input:not([type='submit']) {
    float: left;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ffffff;
    height: 60px;
    padding: 0 11px;
    color: #888;
    position: relative;
    z-index: 2;
    font-size: 13px;
}
.free-seo-col{
    margin-bottom: 18px;
}
.free-seo-col input[type='submit']:hover, .free-seo-col input[type='submit']:focus {
    background: #ffffff;
    color: #333;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.free-seo-col input[type='submit'] {
    width: 160px;
    height: 60px;
    line-height: 60px;
    margin-top: 27px;
    float: left;
    color: #ffffff;
    background: #333;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.note-i{
    margin-top: 56px;
    float: left;
    margin-left: 30px;
    color: #fff;
}
.ht-footer {
    padding: 60px 0 65px 0;
    background: #3777b8;
    color: #636363;
}
.widget {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.widget_text .textwidget {
    float: left;
    width: 100%;
}
.footer-col {
    float: left;
    width: 100%;
}
.lg-bottom {
    margin-bottom: 25px;
}
.footer-content {
    float: left;
    width: 100%;
}
.widget_text .textwidget p {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footer-contact-info li {
    position: relative;
    line-height: 21px;
    font-size: 14px;
    padding: 8px 0 8px 30px;
    color: #fff;
}
.ht-footer li {
    list-style: none;
}
.widget-title {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding-bottom: 13px;
        margin-top: 22px;
}
.footer-email-input {
    height: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 50px;
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #636363;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #686868;
    font-family: Roboto;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-email-submit {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-box-split {
    position: relative;
    overflow: hidden;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
.footer-box-split a {
    margin-bottom: 15px;
    display: block;
}
.footer-box-split img {
    width: 100%;
}
.fw-main-row{
    float: left;
    width: 100%;
}
.footer-contact-info span {
    position: absolute;
    left: 0;
    margin-top: 4px;
    color: #fff;
}
.footer-popular-post dt {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.footer-popular-post a {
    line-height: 18px;
    color: #636363;
    font-size: 15px;
}
.footer-popular-post a:hover{
    color: #fff;
}
.footer-popular-post dd {
    float: left;
    width: 100%;
    border-bottom: 1px solid #272727;
    font-size: 12px;
    padding-bottom: 12px;
    margin-bottom: 14px;
}
.footer-popular-post dd:before {
    font-size: 14px;
    margin-right: 5px;
}
.footer-popular-post dd i{
    font-size: 14px;
    margin-right: 5px;
}
.footer-email p{
    color: #fff;
    font-weight: 400;
}
.footer-email-submit{
    background: #27AE61;
}
.footer-email-submit:hover {
    background: #181818;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-email-label:before {
    position: absolute;
    right: 19px;
    top: 14px;
    color: #686868;
    font-size: 20px;
}
.footer-email-label{
    position: relative;
    margin-top: 15px;
}
.copyright {
    background: #224971;
    padding: 12px 0;
    position: relative;
    min-height: 46px;
}
.left-copyright {
    float: left;
    margin: 13px;
    text-align: left;
    line-height: 24px;
}
.scroll-to-top {
    background: #888;
    color: #000;
    font-size: 24px;
    width: 34px;
    height: 34px;
    text-align: center;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
}
.right-copyright {
    float: right;
}
.copy-right-social li {
    display: inline-block;
    margin: 3px;
}
.copy-right-social a {
    display: block;
    text-align: center;
    color: #fff;
    margin-right: 11px;
    padding-top: 14px;
}
/*.copy-right-social a:hover{
    color: #fff;
    border: 1px solid #fff;
}*/
.left-copyright .site-name {
    font-weight: 500;
        color: #fff;
}
.left-copyright .designed-by {
    font-weight: 900;
    color: #636363;
}
.left-copyright span{
    color: #fff;
}
.left-copyright a{
    color: #fff;
}
.owl-brand .owl-pagination{
    display: none;
}
.page-title {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    position: relative;
    z-index: 2;
    margin: 0;
}
.breadcrumb {
    position: relative;
    overflow: hidden;
    background: transparent;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    padding: 15px 0px 11px 0px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.bor-brd a, .bor-brd span, .bor-brd p{
    float: left;
    margin-right: 5px;
    padding-right: 5px;
}
.bread-social{
    float: right;
    text-align: left;
}
.bread-social p a{
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #1566ac;
    color: #fff;
    padding-top: 3px;
    margin-left: 8px;
    font-size: 12px;
}
.crumbs span {
    color: #ffffff;
    line-height: 28px;
}
.crumbs span:after {
    content: "/";
    margin-left: 13px;
    margin-right: 9px;
}
.crumbs:before {
    content: "\f434";
    font-family: "ionicons";
    color: #ffffff;
    margin-right: 9px;
}
.bread:before {
    content: url(../images/crumb.png);
    position: absolute;
    top: 119px;
    left: -7px;
}
.bread:after {
    content: "";
    height: 141px;
    width: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #454b60;
}
.bread {
    position: relative;
    padding: 103px 0 115px 35px;
    height: 100%;
}
.crumbs a {
    font-style: normal;
    color: #ffffff;
    font-weight: 400;
}
.crumbs span{
    color: #ffffff;
    font-weight: 400;
}
.crumbs a:hover {
    text-decoration: underline;
}
.crumbs span:last-child:after{
    display: none;
}
.prl {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-bg-1 {
  position: absolute;
  right: 0;
  top: 0;
}
.nav-bg-2 {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 2;
}
.nav-bg-3 {
  z-index: 1;
  position: absolute;
  right: 20%;
  bottom: -10px;
}
.blog-post {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.blog-post:last-of-type {
  margin-bottom: 20px;
}
.blog-post-cover {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.blog-post-info {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.blog-post-date {
  float: left;
  width: 170px;
  margin-right: 30px;
  padding-top: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.blog-post-date-number {
  float: left;
  width: 50%;
  font-size: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: relative;
      margin-top: -7px;
    color: #FFA506;
}
.blog-post-date-text {
  float: left;
  width: 50%;
  text-align: center;
  color: #cccccc;
  position: relative;
}
.blog-post-date-text:before {
  content: "";
  position: absolute;
  background: #efefef;
  width: 1px;
  bottom: 5px;
  height: 33px;
  left: 0;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
}
.blog-post-date-text .blog-post-year-text {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 24px;
}
.blog-post-date-text .blog-post-month-text {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}
.blog-post-under-date {
  padding-top: 17px;
  float: left;
  width: 100%;
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
      color: #FFA506;
}
.blog-post-under-date span {
  float: left;
  width: 100%;
  margin-bottom: 13px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  color: #999;
  font-family: 'Roboto', sans-serif;
}
.blog-post-under-date span a {
  color: #999;
}
.blog-post-under-date span:before {
  font-size: 16px;
  margin-right: 10px;
      color: #FFA506;
}
.blog-post-under-date .ion-ios-chatboxes-outline:before {
  font-size: 18px;
}
.blog-post-under-date a {
  font-size: 14px;
  font-weight: 300;
  color: #5a5a65;
}
.blog-post-sumary {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 230px;
}
.blog-post-sumary p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 12px;
  color: rgba(35, 35, 35, 0.75);
}
.blog-post-sumary a {
  text-decoration: underline;
}
.blog-post-sumary b {
  color: #737373;
}
.blog-post-sumary blockquote {
  margin-top: 20px;
  padding: 20px;
  border: 0;
  background: #f9f9f9;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #232323;
  position: relative;
}
.blog-post-sumary blockquote:before {
  content: "“";
  font-size: 120px;
  font-weight: 900;
  top: 42px;
  left: 33px;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  color: rgba(35, 35, 35, 0.1);
}
.blog-btn-read-more {
  font-size: 0;
  margin-top: 30px;
  height: 50px;
  width: 167px;
  line-height: 48px;
  text-align: center;
}
.blog-btn-read-more a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0);
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background: #27AE61;
}
.blog-btn-read-more a:hover {
  background: #ffffff;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.blog-btn-read-more a:before {
  position: relative;
  top: 2px;
  margin-right: 7px;
  font-size: 20px;
}
.blog-post-name {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #232323;
    margin-top: 0;
    text-decoration: none;
}
.blog-post-name a {
  color: #232323;
  text-decoration: none;
}
.blog-btn-read-more a:hover {
    background: #ffffff;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-color: #27AE61;
    color: #27AE61;
}
.list-ctn-blog{
    float: left;
    width: 100%;
}
.detail-ctn-blog{
    float: left;
    width: 100%;
}
.item-blog{
    float: left;
    width: 100%;
}
.img-item-blog{
    float: left;
    width: 100%;

}
.img-item-blog img{
    width: 100%;
}
.pagination li {
    text-align: center;
    line-height: 37px;
    margin-left: 10px;
    color: #22243b;
    list-style: none;
    display: inline-block;
}
.pagination a {
  border-radius: 50%;
  width: 37px;
  height: 37px;
  border: 1px solid #e9eaec;
  font-size: 14px;
  color: #22243b;
  display: block;
  line-height: 37px;
}
.pagination a:hover{
    background: #ccc;
}
.pagination .current{
    color: #FFA506;
}
.pagination a:before {
  font-family: "FontAwesome";
}
.pagination a.prev:before {
  content: "\f100";
}
.pagination a.next:before {
  content: "\f101";
}
.pagination span {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #e9eaec;
  display: block;
}
.widget_recent_entries li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}
.widget_recent_entries li > a {
    color: #777;
}
#recent-posts-2 .widget-title {
    text-transform: uppercase;
    color: #232323;
    float: left;
    width: 100%;
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    border-bottom: none;
}

.essb-subscribe-form-content {
    background-color: #f6f5f4;
    clear: both;
    padding: 15px;
    color: #282828;
    line-height: 1;
    border-top: 3px solid #f05a28;
    margin-bottom: 35px;
}
.essb-subscribe-form-content h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: 700;
}
 .essb-subscribe-form-content-title:after {
    content: '';
    background: #f05a28;
    position: absolute;
    left: 0;
    right: 0;
    margin: 2px 0 0;
    height: 2px;
    width: 45px;
    top: 100%;
}
.essb-subscribe-form-content p {
    margin: 10px 0;
    line-height: 20px;
}
.essb-subscribe-form-content input {
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 10px;
    font-weight: 700;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
    text-indent: 10px;
    text-align: center;
    color: #454545;
    background: #e3e3e3;
}
.essb-subscribe-form-content input.submit {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #f05a28;
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border-bottom: 3px solid #d6410f;
    border-radius: 3px;
    cursor: pointer;
}
.essb-subscribe-form-content-footer {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}
ul.essb_links_list {
    padding: 0!important;
    margin-top: 20px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    list-style: none!important;
}
ul.essb_links_list li{
    display: inline-block;
    margin-right: 5px;
}
ul.essb_links_list li a {
    padding: 7px 20px 6px 20px;
    color: #fff;
    margin-right: 12px;
    display: inline-block;
    text-decoration: none;
}
.blog-single-tags {
  float: left;
  color: #aaaaaa;
  width: 100%;
  margin-top: 20px;
}
.blog-single-tags span {
  font-size: 15px;
  color: #232323;
  margin-right: 20px;
  font-weight: 400;
}
.blog-single-tags span:before {
  margin-right: 10px;
}
.blog-single-tags a {
    line-height: 24px;
    font-style: italic;
    color: #aaaaaa;
    font-size: 15px;
    margin-right: 3px;
}
.blog-single-tags a:hover {
  text-decoration: underline;
}
.essb_link_facebook{
    background: #3B5999;
}
.essb_link_twitter{
    background: #59D1DF;
}
.essb_link_google{
    background: #BF3727;
}
.essb_link_pinterest{
    background: #CD252B;
}
.essb_link_linkedin{
    background: #2BA3E1;
}

/*contact page*/
.contact-info-box {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.contact-info-detail {
  display: inline-block;
  position: relative;
  margin: 0 30px;
  height: 50px;
}
.contact-info-detail:last-of-type {
  margin-right: 0 !important;
}
.contact-info-detail:first-of-type {
  margin-left: 0 !important;
}
.contact-info-detail span {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  background: #232323;
  display: inline-block;
  text-align: center;
  margin-top: 0px;
}
.contact-info-detail span:before {
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
}
.contact-info-detail h3 {
  font-size: 15px;
  color: #232323;
  line-height: 50px;
  margin: 0;
  display: inline-block;
  position: relative;
  top: -4px;
}
.contact-form .wrap-forms .field-text {
  width: 100%;
  margin: 0 0 30px 0;
}
.contact-form .wrap-forms .field-text label {
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  font-family: 'Roboto', sans-serif;
}
.contact-form .wrap-forms .field-text input[type='text'] {
  width: 100%;
  font-size: 14px;
  height: 50px;
  background: #f8f8f8;
  border: 1px solid #f3f3f3;
  padding: 0 20px;
}
.contact-form .wrap-forms .field-text input[type='text']::-webkit-input-placeholder {
  color: rgba(35, 35, 35, 0.35);
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.contact-form .wrap-forms .field-text input[type='text']:-moz-placeholder {
  color: rgba(35, 35, 35, 0.35);
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.contact-form .wrap-forms .field-text input[type='text']::-moz-placeholder {
  color: rgba(35, 35, 35, 0.35);
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
.contact-form .wrap-forms .field-text input[type='text']:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.35);
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.contact-form .wrap-forms .field-text input[type='text']:focus {
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.contact-form .wrap-forms .field-textarea label {
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  font-family: 'Roboto', sans-serif;
}
.contact-form .wrap-forms .field-textarea textarea {
  width: 100%;
  font-size: 14px;
  height: 150px;
  background: #f8f8f8;
  border: 1px solid #f3f3f3;
  resize: none;
  padding: 20px;
}
.contact-form .wrap-forms .field-textarea textarea:focus {
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.contact-form .wrap-forms p {
  font-size: 12px;
  color: rgba(35, 35, 35, 0.75);
}
.contact-form input[type='submit'] {
  padding: 0 50px;
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-color: #27ae61;
  cursor: pointer;
  background: #27ae61;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contact-form input[type='submit']:hover {
  color: #27ae61;
  background: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contact-form-2 .wrap-forms .field-text {
  width: 100%;
  margin: 0 0 30px 0;
}
.contact-form-2 .wrap-forms .field-text label {
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  font-family: 'Roboto', sans-serif;
}
.contact-form-2 .wrap-forms .field-text input[type='text'] {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 15px;
  border-bottom: 1px solid #e9e9e9;
  padding: 0;
  height: 50px;
}
.contact-form-2 .wrap-forms .field-text input[type='text']:focus {
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.contact-form-2 .wrap-forms .field-textarea label {
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  font-family: 'Roboto', sans-serif;
}
.contact-form-2 .wrap-forms .field-textarea textarea {
  width: 100%;
  border: 0;
  font-size: 15px;
  border-bottom: 1px solid #e9e9e9;
  padding: 0;
  height: 50px;
  resize: none;
}
.contact-form-2 .wrap-forms .field-textarea textarea:focus {
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.contact-form-2 input[type='submit'] {
  padding: 0 50px;
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-color: #27ae61;
  cursor: pointer;
  background: #27ae61;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contact-form-2 input[type='submit']:hover {
  color: #27ae61;
  background: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contact-form-3 .wrap-forms .field-text {
  width: 100%;
  margin: 0 0 30px 0;
}
.contact-form-3 .wrap-forms .field-text label {
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  font-family: 'Roboto', sans-serif;
}
.contact-form-3 .wrap-forms .field-text input[type='text'] {
  width: 100%;
  font-size: 14px;
  height: 50px;
  background: #f8f8f8;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 20px;
}
.contact-form-3 .wrap-forms .field-text input[type='text']:focus {
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.contact-form-3 .wrap-forms .field-textarea label {
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  font-family: 'Roboto', sans-serif;
}
.contact-form-3 .wrap-forms .field-textarea textarea {
  width: 100%;
  font-size: 14px;
  height: 50px;
  background: #f8f8f8;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  resize: none;
  padding: 10px;
}
.contact-form-3 .wrap-forms .field-textarea textarea:focus {
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.contact-form-3 input[type='submit'] {
  padding: 0 50px;
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-color: #27ae61;
  cursor: pointer;
  background: #ffffff;
  color: #27ae61;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contact-form-3 input[type='submit']:hover {
  color: #ffffff;
  background: #27ae61;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.wrap-forms label {
  width: initial;
}
.wrap-forms label.required-label:after {
  content: '*';
  margin-left: 5px;
}
.wrap-forms input[type='text']::-webkit-input-placeholder {
  color: rgba(35, 35, 35, 0.35);
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.wrap-forms input[type='text']:-moz-placeholder {
  color: rgba(35, 35, 35, 0.35);
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.wrap-forms input[type='text']::-moz-placeholder {
  color: rgba(35, 35, 35, 0.35);
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
.wrap-forms input[type='text']:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.35);
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.wrap-forms input[type='text']:focus {
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.title-contact-page{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.address-contact{
    font-size: 20px;
    float: left;
    width: 100%;
    margin-bottom: 28px;
}
.map-forms{
    float: left;
    width: 100%;
    overflow: hidden;
}
.map-forms iframe{
    width: 100%;
    float: left;
}
.page-contact{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

/*services page*/

.services-crs {
  position: relative;
  float: left;
  width: 100%;
}
.services-crs .owl-wrapper-outer {
  padding: 7px 0;
  position: relative;
  z-index: 2;
}
.services-crs .owl-controls {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.services-crs .owl-buttons {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}
.services-crs .owl-buttons div {
  font-size: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  line-height: 50px;
  position: absolute;
}
.services-crs .owl-buttons div.disabled {
  cursor: default;
  opacity: 0.6;
}
.services-crs .owl-buttons div.disabled:before {
  opacity: 0.6;
}
.services-crs .owl-buttons div:before {
  font-family: "ionicons";
  font-size: 24px;
}
.services-crs .owl-buttons .owl-prev {
  left: -11.4%;
}
.services-crs .owl-buttons .owl-prev:before {
  content: "\f3d5";
  color: #aaaaaa;
}
.services-crs .owl-buttons .owl-next {
  right: -11.4%;
}
.services-crs .owl-buttons .owl-next:before {
  content: "\f3d6";
  color: #aaaaaa;
}
.services-crs .owl-pagination {
  margin-top: 50px;
  width: 100%;
  padding: 0 11.5px;
  bottom: -70px;
  position: absolute;
}
.services-crs .owl-page {
  width: 33.333%;
  position: relative;
}
.services-crs .owl-page:hover span {
  background: #999;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.services-crs .owl-page:last-of-type span:before {
  content: none;
}
.services-crs .owl-page:last-of-type span:after {
  content: none;
}
.services-crs .owl-page:last-of-type:after {
  content: none;
}
.services-crs .owl-page:after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: block;
}
.services-crs .owl-page.active span {
  cursor: default;
}
.services-crs .owl-page span {
  background: #cccccc;
  width: 100%;
  height: 1px;
  margin: 0;
  display: inline-block;
  position: relative;
}
.services-crs .owl-page span:before {
  content: "";
  height: 4px;
  width: 1px;
  position: absolute;
  top: -8px;
  right: 1px;
}
.services-crs .owl-page span:after {
  content: "";
  height: 4px;
  width: 1px;
  position: absolute;
  top: 7px;
  right: 1px;
}
.services-item {
  background: #ffffff;
  text-align: center;
  border: 1px solid #f2f2f2;
  padding: 27px 20px;
  margin: 0 11.5px;
  min-height: 420px;
}
.services-item:hover {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.services-item:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.services-item:hover .services-img:before {
  transform: scale(0.6);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.services-img {
  width: 150px;
  line-height: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.services-img img {
  position: relative;
  z-index: 2;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.services-title {
  font-size: 0;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
}
.services-title:hover:before {
  width: 50px;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.services-title:hover:after {
  width: 50px;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.services-title:before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: 11px;
  right: 50%;
  margin-right: 9px;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.services-title:after {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: 11px;
  left: 50%;
  margin-left: 9px;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.services-effect {
  width: 17px;
  height: 17px;
  display: block;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  top: -11px;
}
.services-effect:before {
  content: "";
  width: 7px;
  height: 7px;
  left: 5px;
  top: 12px;
  border-radius: 50%;
  position: absolute;
}
.services-title-btn {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #232323;
}
.servide-desc {
  height: 80px;
  color: #737373;
}
.services-rm {
  font-size: 0;
  margin-top: 27px;
  margin-bottom: 0;
}
.services-rm-btn {
  font-size: 12px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  border-style: solid;
  background: #ffffff;
  text-transform: uppercase;
  border-width: 1px;
  padding: 6px 21px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.services-rm-btn:after {
  content: "\f10b";
  font-family: "ionicons";
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.services-rm-btn:hover {
  color: #ffffff !important;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.services-box-item {
  padding: 25px 0;
  text-align: center;
  border: 1px solid #f3f3f3;
  margin-bottom: 30px;
  background: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.services-box-item:hover {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.services-box-item:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.services-box-title {
  margin: 0;
  margin-top: 15px;
}
.services-box-title a {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.service-special-hover-effect {
  overflow: hidden;
  position: relative;
  min-height: 255px;
}
.service-special-hover-effect .services-box-title {
  font-size: 0;
  margin: 0;
  position: absolute;
  bottom: 25px;
  text-align: center;
  width: 100%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.service-special-hover-effect .service-box-item-content {
  padding: 0 60px;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  position: absolute;
  top: 90%;
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.service-special-hover-effect .services-box-item-read-more {
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background: #238f53;
  font-size: 0;
  margin: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.service-special-hover-effect .services-box-item-read-more a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  font-family: 'Roboto', sans-serif;
}
.service-special-hover-effect .services-box-item-read-more a:before {
  margin-right: 10px;
}
.service-special-hover-effect .services-img img {
  position: static;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.service-special-hover-effect:hover .services-img img {
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  z-index: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.service-special-hover-effect:hover .services-box-title {
  bottom: 69.444%;
  z-index: 3;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.service-special-hover-effect:hover .services-box-title a {
  color: #ffffff;
}
.service-special-hover-effect:hover .services-box-title a:after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  background: #ffffff;
  bottom: -4px;
  left: 50%;
  margin-left: -20px;
}
.service-special-hover-effect:hover .service-box-item-content {
  top: 35%;
  z-index: 3;
  opacity: 1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.service-special-hover-effect:hover .services-box-item-read-more {
  bottom: 0;
  z-index: 3;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.service-special-hover-effect:hover:after {
  z-index: 2;
  bottom: 0;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.service-special-hover-effect:after {
  z-index: -1;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100%;
  background-color: #27ae61;
  opacity: 0.95;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.service-normal .services-item {
  margin: inherit;
  padding: inherit;
  margin-bottom: 30px;
}
.special-title span{
    color: #27AE61
}
.special-title {
    line-height: 40px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 30px;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 900;
}
.special-title-000{
    color: #000;
}
.vic-desc {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    color: #686868;
    float: left;
    width: 100%;
    text-align: center;
}

/*seo tab nav*/
.seo-tabs {
  float: left;
  width: 100%;
}
.seotab-nav {
  float: left;
  width: 100%;
}
.seotab-nav li {
  list-style: none;
}
.seotab-nav .icon {
  font-size: 20px;
  margin-right: 10px;
}
.seotab-nav a {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  display: inline-block;
  font-weight: 700;
}
.seotab-wrap {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.seotab-content {
  display: none;
}
.seotab-content p {
  color: #686868;
  font-size: 15px;
  line-height: 26px;
}
.seotab-wrap .seotab-content:first-of-type {
  display: block;
}
.seotabs-v1 .seotab-nav,
.seotabs-v2 .seotab-nav {
  border-bottom: 1px solid #e9e9e9;
}
.seotabs-v1 .seotab-nav li,
.seotabs-v2 .seotab-nav li {
  display: inline-block;
}
.seotabs-v1 .seotab-nav li:first-of-type a,
.seotabs-v2 .seotab-nav li:first-of-type a {
  padding-left: 0;
}
.seotabs-v1 .seotab-nav a,
.seotabs-v2 .seotab-nav a {
  color: #aaaaaa;
  padding: 10px 20px;
  position: relative;
  bottom: -1px;
  z-index: 2;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.seotabs-v1 .seotab-nav a:hover,
.seotabs-v2 .seotab-nav a:hover {
  color: #333;
}
.seotabs-v1 .seotab-nav a.current-tabs,
.seotabs-v2 .seotab-nav a.current-tabs {
  color: #333;
  border-color: #333;
}
.seotabs-v3 .v3-wrap {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
.seotabs-v3 .v3-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
}
.seotabs-v3 .seotab-nav {
  position: relative;
  z-index: 2;
  border: 1px solid #e9e9e9;
  float: none;
  width: inherit;
  margin: 0 auto;
  display: inline;
  padding: 15px 30px;
  border-radius: 50px;
  background: #f9f9f9;
}
.seotabs-v3 .seotab-nav li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.seotabs-v3 .seotab-nav li:first-of-type:before {
  content: none;
}
.seotabs-v3 .seotab-nav li:before {
  content: '';
  background: #e4e4e4;
  width: 1px;
  height: 30px;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(15deg) translateY(-50%);
  -ms-transform: rotate(15deg) translateY(-50%);
  -moz-transform: rotate(15deg) translateY(-50%);
  transform: rotate(15deg) translateY(-50%);
}
.seotabs-v3 .seotab-nav a {
  color: #999;
}
.seotabs-v3 .seotab-nav a:hover {
  color: #333;
}
.seotabs-v3 .seotab-nav a.current-tabs {
  color: #232323;
}
.seotabs-v4 .seotab-nav {
  text-align: center;
}
.seotabs-v4 .seotab-nav li {
  display: inline-block;
  margin: 0 3px;
}
.seotabs-v4 .seotab-nav a {
  border: 1px solid #e9e9e9;
  padding: 12px 25px;
  color: #686868;
  text-transform: inherit;
}
.seotabs-v4 .seotab-nav a:hover {
  border-color: #27ae61;
  color: #27ae61;
}
.seotabs-v4 .seotab-nav a.current-tabs {
  color: #ffffff !important;
  border-color: #27ae61;
  background: #27ae61;
}
.seotabs-v4 .seotab-content {
  text-align: center;
}
.seotabs-v5 .seotab-nav li,
.seotabs-v6 .seotab-nav li {
  float: left;
}
.seotabs-v5 .seotab-nav li:first-of-type a,
.seotabs-v6 .seotab-nav li:first-of-type a {
  border-left: 1px solid #eeeeee;
}
.seotabs-v5 .seotab-nav a,
.seotabs-v6 .seotab-nav a {
  border: 1px solid #eeeeee;
  padding: 12px 25px;
  color: #232323;
  border-bottom: 0;
  border-left: 0;
}
.seotabs-v5 .seotab-nav a:hover,
.seotabs-v6 .seotab-nav a:hover {
  background: #eeeeee;
}
.seotabs-v5 .seotab-nav a.current-tabs,
.seotabs-v6 .seotab-nav a.current-tabs {
  background: #eeeeee;
}
.seotabs-v5 .seotab-wrap,
.seotabs-v6 .seotab-wrap {
  border: 1px solid #eeeeee;
  padding: 20px;
}
.seotabs-v7 .seotab-nav,
.seotabs-v8 .seotab-nav {
  max-width: 270px;
  border: 1px solid #eeeeee;
  margin-right: 30px;
}
.seotabs-v7 .seotab-nav li,
.seotabs-v8 .seotab-nav li {
  float: left;
  width: 100%;
}
.seotabs-v7 .seotab-nav li:last-of-type a,
.seotabs-v8 .seotab-nav li:last-of-type a {
  border-bottom: 0;
}
.seotabs-v7 .seotab-nav a,
.seotabs-v8 .seotab-nav a {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding: 12px 25px;
  color: #232323;
  position: relative;
}
.seotabs-v7 .seotab-nav a:hover,
.seotabs-v8 .seotab-nav a:hover {
  background: #eeeeee;
}
.seotabs-v7 .seotab-nav a.current-tabs,
.seotabs-v8 .seotab-nav a.current-tabs {
  background: #eeeeee;
}
.seotabs-v7 .seotab-nav a.current-tabs:before,
.seotabs-v8 .seotab-nav a.current-tabs:before {
  width: 0;
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -5.5px;
  height: 0;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 11px solid #eeeeee;
}
.seotabs-v7 .seotab-wrap,
.seotabs-v8 .seotab-wrap {
  max-width: 870px;
  border: 1px solid #eeeeee;
  padding: 20px;
}
.seotabs-v9 .seotab-nav {
  text-align: center;
  margin-bottom: 30px;
}
.seotabs-v9 .seotab-nav li {
  display: inline-block;
}
.seotabs-v9 .seotab-nav a {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  margin: 0 22px;
  position: relative;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.seotabs-v9 .seotab-nav a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
}
.seotabs-v9 .seotab-nav a.current-tabs {
  background: #ffa506;
}
.seotabs-v9 .seotab-nav a.current-tabs:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.seotabs-v9 .seotab-nav a.current-tabs:after {
  left: -5px;
  top: -5px;
  width: 108px;
  height: 108px;
  z-index: 2;
  border-color: #ffa506;
}
.seotabs-v9 .seotab-nav a:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  position: absolute;
  border-radius: 50%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.seotabs-v9 .seotab-nav a:after {
  content: "";
  border: 1px solid transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.seotabs-v9 .seotab-nav a:hover {
  border-color: rgba(0, 0, 0, 0);
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.seotabs-v9 .seotab-nav a:hover:after {
  left: -5px;
  top: -5px;
  width: 108px;
  height: 108px;
  z-index: 2;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  border-color: #ffa506;
}
.seotabs-v9 .seotab-nav img {
  position: relative;
  z-index: 4;
}

/*victorious component*/
.victorious-tabs-menu {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 60px;
}
.victorious-tabs-menu li {
  display: inline-block;
}
.victorious-tabs-menu-current .victorious-item {
  border-color: rgba(0, 0, 0, 0);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.victorious-tabs-menu-current .victorious-item:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.victorious-tabs-menu-current .victorious-item:after {
  left: -5px;
  top: -5px;
  width: 108px;
  height: 108px;
  z-index: 2;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.victorious-tabs-content {
  display: none;
}
.victorious-tabs-current {
  display: block;
}
.victorious-list-tabs {
  float: left;
  width: 100%;
}
.victorious-list-tabs li {
  list-style: none;
  position: relative;
  height: 50px;
  line-height: 50px;
  background: #f9f9f9;
  font-size: 15px;
  color: #232323;
  margin-bottom: 10px;
  padding-left: 49px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.victorious-list-tabs li:hover {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.victorious-list-tabs li:before {
  content: "\f3ff";
  font-family: "ionicons";
  font-size: 24px;
  position: absolute;
  left: 20px;
  top: 13px;
  line-height: 1;
      color: #ffa506;
}
.victorious-item {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  line-height: 100px;
  margin: 0 22px;
  position: relative;
}
.victorious-item:hover {
  border-color: rgba(0, 0, 0, 0);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.victorious-item:hover:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.victorious-item:hover:after {
  left: -5px;
  top: -5px;
  width: 108px;
  height: 108px;
  z-index: 2;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.victorious-item img {
  position: relative;
  z-index: 4;
}
.victorious-item:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  position: absolute;
  border-radius: 50%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.victorious-item:after {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.victorious-left h3 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #232323;
  margin: 0;
}
.victorious-left p {
  font-size: 15px;
  line-height: 26px;
}
.victorious-left img {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}
.victorious-ccordion .accordion_in .acc_head {
  background: #f6f6f6;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.victorious-ccordion .accordion_in .acc_head:hover {
  background: #ffffff;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.victorious-ccordion .accordion_in .acc_head .acc_icon_expand:before {
  content: none;
}
.victorious-ccordion .accordion_in .acc_head:before {
  font-size: 24px;
  top: 10px;
}
.voctorious-bot {
  margin-top: 105px;
  padding-top: 90px;
  border-top: 1px solid #e9e9e9;
}
.voctorious-bot img {
  position: relative;
  top: -45px;
}
.voctorious-bot p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  font-style: italic;
  color: #232323;
  padding-left: 60px;
}
.voctorious-bot b {
  font-weight: 900;
}
.voctorious-bot span {
  margin-right: 0;
}
.voctorious-bot .box-button {
  margin-bottom: 0;
}
.heading-our-team .special-title {
    line-height: 40px;
    margin-bottom: 10px;
    color: #232121;
    font-size: 30px;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 900;
}
.heading-our-team .desc{
    font-size: 14px;
    font-weight: 400;
    color: #444;
}

/*about team*/
.about-us-top-seo {
  border-bottom: 1px solid #e9e9e9;
}
.about-us-rating {
  background: #f9f9f9;
  text-align: center;
  border: 1px solid #e9e9e9;
  padding: 35px 0;
  margin-top: 45px;
}
.about-us-rating img {
  margin-bottom: 15px;
}
.about-us-rating h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
}
.about-us-rating p {
  line-height: 24px;
}
.color-white {
  color: #ffffff;
}
.about-team-item {
  background: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  height: 345px;
  float: left;
  width: 100%;
}
.about-team-item:hover .about-team-img:after {
  top: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.about-team-item:hover .about-team-social {
  top: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.about-team-img {
  position: relative;
  overflow: hidden;
}
.about-team-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  background: rgba(255, 255, 255, 0.2);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.about-team-social {
  position: absolute;
  top: -100%;
  right: 10px;
  background: #ffffff;
  width: 40px;
  height: 120px;
  border-radius: 0 0 30px 30px;
  padding-top: 5px;
  z-index: 3;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.about-team-social a {
  position: relative;
}
.about-team-social a:before {
  font-family: "ionicons";
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.about-team-social a:hover:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.about-team-social a[href*="facebook"] {
  color: #3b5998;
}
.about-team-social a[href*="facebook"]:before {
  content: "\f231";
}
.about-team-social a[href*="twitter"] {
  color: #00aced;
}
.about-team-social a[href*="twitter"]:before {
  content: "\f243";
}
.about-team-social a[href*="google"] {
  color: #dd4b39;
}
.about-team-social a[href*="google"]:before {
  content: "\f235";
}
.about-team-social a[href*="linkedin"] {
  color: #007bb5;
}
.about-team-social a[href*="linkedin"]:before {
  content: "\f239";
}
.about-team-social li {
  list-style: none;
}
.about-team-title {
  font-size: 0;
  position: relative;
  margin: 15px 0 0 0;
}
.about-team-title:hover:before {
  width: 50px;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.about-team-title:hover:after {
  width: 50px;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.about-team-title:before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: 11px;
  right: 50%;
  margin-right: 9px;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.about-team-title:after {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: 11px;
  left: 50%;
  margin-left: 9px;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.about-team-title-btn {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #232323;
}
.about-team-effect {
  width: 17px;
  height: 17px;
  display: block;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  top: -11px;
}
.about-team-effect:before {
  content: "";
  width: 7px;
  height: 7px;
  left: 5px;
  top: 12px;
  border-radius: 50%;
  position: absolute;
}
.about-team-desc {
  font-size: 15px;
  line-height: 26px;
  color: #5a5a5a;
}
.white-color-hover:hover {
  color: #ffffff;
}
.about-team-item-with-img-circle:hover .about-team-social {
  top: 50%;
  right: 30px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.about-team-item-with-img-circle.about-team-item {
  height: 260px;
}
.about-team-item-with-img-circle .about-team-img {
  min-height: 170px;
  position: relative;
}
.about-team-item-with-img-circle .about-team-img img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 8px solid #f9edee;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
}
.about-team-item-with-img-circle .about-team-social {
  padding-top: 0;
  height: auto;
  right: -50px;
  background: rgba(0, 0, 0, 0);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.about-team-item-with-img-circle .about-team-effect {
  display: none;
}
.about-team-item-with-img-circle .about-team-title {
  margin: 0;
}
.about-team-item-with-img-circle .about-team-title:after,
.about-team-item-with-img-circle .about-team-title:before {
  content: none;
}
.about-live-by .accordion_in:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.about-live-by .accordion_in .acc_content {
  position: relative;
  padding-left: 25px;
  background: #ffffff;
}
.about-live-by .accordion_in .acc_content span {
  padding-right: 20px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding-left: 135px;
  min-height: 130px;
  top: -8px;
}
.about-live-by .accordion_in .acc_content span:before {
  border-left: 0;
}
.about-live-by .accordion_in .acc_content a {
  text-decoration: underline;
}
.about-live-by .accordion_in .acc_content a:hover {
  text-decoration: none;
}
.about-live-by .accordion_in.acc_active {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
}
.about-live-by .accordion_in.acc_active .acc_head {
  box-shadow: none;
}
.about-live-by .accordion_in.acc_active .acc_head .acc_icon_expand:before {
  color: #ffffff;
  content: "\f2f4";
  -webkit-transform: none;
  transform: none;
  -moz-transform: none;
}
.about-live-by .accordion_in .acc_head {
  height: 50px;
  line-height: 50px;
  background: #f9f9f9;
  color: #232323;
  padding-left: 25px;
}
.about-live-by .accordion_in .acc_head:before {
  content: none;
}
.about-live-by .accordion_in .acc_head .acc_icon_expand:before {
  width: 26px;
  height: 26px;
  line-height: 24px;
  color: #141414;
  border-radius: 0;
  border: 2px solid #ececec;
  content: "\f2c7";
}
.about-live-img {
  overflow: hidden;
  position: absolute;
  left: 25px;
  width: 116px;
  height: 116px;
}
.about-live-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-live-right {
  background: #f9f9f9;
}
.about-live-video {
  position: relative;
  height: 307px;
}
.about-live-img-box {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about-live-img-box img {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  max-width: inherit;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*testimonial component*/
.testimonial-customer{
    float: left;
    width: 100%;
    padding: 90px 0px;
}
.perfect-seo-crs {
  text-align: center;
  position: relative;
}
.perfect-seo-crs .owl-controls {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}
.perfect-seo-crs .owl-buttons div {
  font-size: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  line-height: 50px;
  position: absolute;
}
.perfect-seo-crs .owl-buttons div.disabled {
  color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
  cursor: default;
}
.perfect-seo-crs .owl-buttons div.disabled:before {
  color: rgba(255, 255, 255, 0.15);
}
.perfect-seo-crs .owl-buttons div:before {
  font-family: "ionicons";
  font-size: 24px;
  color: #ffffff;
}
.perfect-seo-crs .owl-prev {
  left: -26%;
}
.perfect-seo-crs .owl-prev:before {
  content: "\f3d5";
}
.perfect-seo-crs .owl-next {
  right: -26%;
}
.perfect-seo-crs .owl-next:before {
  content: "\f3d6";
}
.perfect-rate span {
  color: #ffe823;
  font-size: 24px;
  line-height: 24px;
}
.perfect-seo-title {
  font-size: 30px;
  line-height: 30px;
  margin: 15px 0 15px 0;
  color: #fff;
}
.perfect-seo-content {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
}
.perfect-seo-author {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin-top: 20px;
  color: #fff;
}
.perfect-seo-author span {
  display: inline-block;
  margin: 0 5px;
}
.perfect-seo-item{
    float: left;
    width: 100%;
    text-align: center;
}

/*pricing page*/
.pricing .package-wrap:first-of-type .package .default-row {
  border-left: 1px solid #eee;
}
.pricing .package-wrap:first-of-type .package .default-row:first-of-type,
.pricing .package-wrap:first-of-type .package .default-row:nth-child(2),
.pricing .package-wrap:first-of-type .package .default-row:last-of-type {
  border: 0;
}
.pricing .package-wrap:first-of-type .package .default-row:nth-last-of-type(2) {
  border-bottom: 1px solid #eee;
}
.pricing .package-wrap:nth-child(2) .package .image-row {
  border-left: 1px solid #eee;
}
.package-wrap {
  padding: 0 !important;
}
.desc-col .default-row {
  text-align: left;
  padding: 10px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.desc-col .package .default-row:nth-child(2) {
  height: 160px;
}
.heading-row {
  background: #f1f1f1;
  height: 60px;
}
.heading-text {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #999999;
  line-height: 60px;
}
.default-row span {
    position: absolute;
    top: 50%;
    line-height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 900;
    color: #565a58;
    font-family: Roboto;
    font-size: 16px;
}
.switch-row {
  height: 60px;
}
.switch-row span {
  line-height: 60px;
}
.switch-row i {
  font-size: 20px;
}
.switch-row .fa-check-circle {
  color: #27ae61;
}
.switch-row .fa-times-circle {
  color: #999999;
}
.button-row .box-button span {
  width: 100%;
}
.button-row .box-button .ht-btn {
  font-size: 14px;
  width: 100%;
  background: #aaaaaa;
  float: left;
}
.button-row .box-button .ht-btn:hover {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  padding: 22px 43px;
  color: #ffffff;
  background: #27ae61;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
  line-height: 1;
}
.highlight-col .heading-row {
  background: #32bd6e;
  border-bottom-color: rgba(0, 0, 0, 0);
}
.highlight-col .heading-row span {
  color: #ffffff;
}
.highlight-col .image-row {
  background: #27ae61;
}
.highlight-col .pricing-row {
  border-color: #1d8e4e;
}
.highlight-col .pricing-row .pricing-table-price {
  background: #1d8e4e;
}
.highlight-col .box-button .ht-btn {
  background: #27ae61;
}
.pricing-row {
  height: 60px;
  text-align: center;
  border-bottom: 0;
  border-left: 0;
}
.default-row,
.heading-row,
.switch-row {
  min-height: 60px;
  text-align: center;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  border-left: 0;
}
.button-row {
  min-height: 60px;
  text-align: center;
  border-bottom: 0;
  border-left: 0;
}
.image-row {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 160px;
  line-height: 160px;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
}
.pricing-table-price {
    height: 60px;
    line-height: 50px;
    background: #252c44;
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}
.pricing-table-price span:before {
    content: "/";
    font-size: 35px;
    position: relative;
    top: 3px;
    font-weight: 900;
    margin-left: 2px;
}
.pricing-table-corner {
    min-width: 200px;
    text-align: center;
    position: absolute;
    left: -50px;
    top: 30px;
    text-transform: uppercase;
    color: #5a5a5a;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    background: #ffffff;
    height: 28px;
    line-height: 28px;
    padding: 0 50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.heading-pricing .special-title {
    line-height: 40px;
    margin-bottom: 10px;
    color: #232121;
    font-size: 35px;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 900;
}
.heading-pricing .desc{
    font-size: 15px;
    font-weight: 400;
    color: #444;
    float: left;
    width: 100%;
    text-align: center;
}
.fixed-box .content-header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    position: fixed;
    top: 0px;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(204, 204, 204, 0.35);
}
/*.fixed-box .menu > ul > li > a {
    padding-bottom: 23px;
}*/
.languages-header{
    margin-top: -6px;
}
.services-rm-btn:hover {
  color: #ffffff !important;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #27ae61;
}
.hotline-bg {
    float: right;
    background: url(../images/bg-hotline.png) no-repeat;
    height: 35px;
    line-height: 33px;
    padding-right: 25px;
    margin-top: -8px;
    font-size: 15px;
}
.hotline-bg span, .hotline-bg a{
    margin-left: 30px;
    color: #5c99ca;
}
.hotline-bg span i{
    margin-right: 7px;
}
.ctn-layer-banner{
    position: absolute;
    top: 20%;
    left: 20%;
    width: 460px;
    height: 270px;
    background: rgba(255, 255, 255, 0.42);
    box-shadow: -1px 0px 3px #fff;
    text-align: center;
    padding: 40px;
    z-index: 99;
}
.ctn-layer-banner h2{
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 1px 1px 4px #fff;
    color: #3777b8;
    white-space: normal !important;
}
.ctn-layer-banner p {
    float: left;
    width: 100%;
    text-align: center;
    color: #3777b8;
    font-family: 'Roboto';
    font-size: 14px;
    margin-top: 7px;
    font-weight: 400;
    padding: 0px 20px;
    line-height: 19px;
    white-space: normal !important;
    margin-bottom: 7px;
}
a.read-more, button.read-more{
    min-width: 140px;
    height: 41px;
    background: #fc932e;
    display: inline-block;
    color: #fff;
    line-height: 41px;
    text-align: left;
    padding-left: 20px;
}
a.read-more i, button.read-more i{
    float: right;
    width: 41px;
    height: 41px;
    background: #fc7765;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
}
a.read-more span, button.read-more span{
    padding-right: 15px;
}
/*.tp-bgimg.defaultimg{
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
    background-position: center -50px !important;
}*/
/*.owl-cate-services .owl-prev {
    width: 35px;
    background: url(../images/ar1-black.png) no-repeat;
    background-position: 0px 0px;
    height: 35px;
    cursor: pointer;
    top: 55%;
    left: -50px;
    margin-top: -24px;
    position: absolute;
    z-index: 10;
    transform: rotate(-89deg);
    opacity: 0.5;
    text-indent: -8000px;
    background-size: 100%;
}
.owl-cate-services .owl-next {
    width: 35px;
    background: url(../images/ar2-black.png) no-repeat;
    background-position: 0px 0px;
    height: 35px;
    cursor: pointer;
    top: 55%;
    right: -50px;
    margin-top: -24px;
    position: absolute;
    z-index: 10;
    opacity: 0.5;
        text-indent: -8000px;
    transform: rotate(89deg);
    background-size: 100%;
}*/
.owl-cate-services .owl-pagination{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.owl-cate-services .owl-page.active{
    background: #3777b8;
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}
.owl-cate-services .owl-page{
    border: 2px solid #3777b8;
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    margin: 0px 3px;
}
.our-promise{
    background: #f4f8fb;
    padding: 60px 0px;
    float: left;
    width: 100%;
}
.ctn-our-promise{
    float: left;
    width: 100%;
}
.img-our-promise{
    float: left;
    margin-right: 85px;
    max-width: 300px;
    text-align: center;
}
.img-our-promise h2{
    color: #353535;
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 19px;
    font-weight: 400;
}
.container{
    position: relative;
}
.about-our-promise{
    position: relative;
    padding-left: 400px;
    width: 100%;
}
.desc-our-promise{
    margin-top: 10px;
    float: left;
    width: 100%;
}
.desc-our-promise p{
    float: left;
    width: 100%;
    font-size: 16px;
    margin-top: 12px;
    color: #353535;
    line-height: 25px;
}
.box-video-index{
    float: left;
    width: 100%;
    padding: 55px 0px;
}
.item-video-index{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.img-video-index{
    float: left;
    width: 100%;
    position: relative;
}
.img-video-index img{
    width: 100%;
}
.img-video-index:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: url(../images/bg-trans.png);
}
.icon-play-video{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: url(../images/icon-play.png) center center no-repeat;
    cursor: pointer;
}
.item-video-index p{
    float: left;
    width: 100%;
    color: #224971;
    font-size: 15px;
    margin-top: 15px;
}
.item-appointment-index{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.item-input {
    float: left;
    width: 100%;
    position: relative;
    height: 50px;
}
.item-input input {
    position: absolute;
    width: 100%;
        padding-left: 65px;
    height: 50px;
    border: 1px solid #e3e3e3;
    border-bottom: none;
}
.item-input-area textarea {
    position: absolute;
    width: 100%;
    height: 50px;
    border: 1px solid #e3e3e3;
    min-height: 183px;
    padding-left: 65px;
    padding-top: 15px;
    color: #353535;
}
.item-input span {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
    font-size: 17px;
    background: #fc932e;
    color: #fff;
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: 99;
}
.item-input-area {
    float: left;
    width: 100%;
    position: relative;
    min-height: 203px;
}
.item-input-area span{
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
    font-size: 17px;
    background: #fc932e;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}
.item-input a.read-more span, .item-input button.read-more span {
    padding-right: 15px;
    position: relative;
    width: initial;
    padding-top: 0px;
    height: initial;
}
.item-input a.read-more, .item-input button.read-more {
    min-width: 140px;
    height: 42px;
    border: 0;
    background: #fc932e;
    display: inline-block;
    color: #fff;
    line-height: 42px;
    text-align: left;
    padding-left: 20px;
    float: right;
}
.news-hot-index{
    float: left;
    width: 100%;
}
.item-news-index{
    float: left;
    width: 100%;
    height: 190px;
    background: #fc7765;
    overflow: hidden;
    position: relative;
}
.title-news-index{
    float: left;
    width: 50%;
    position: relative;
    display: table;
    height: 190px;
}
.img-news-index {
    float: right;
    width: 50%;
    height: 190px;
}

.img-news-index a{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    float: left;
}

.img-news-index img{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
    width: initial;
    height: initial;
}
.vertical{
    display: table-cell;
    vertical-align: middle;
}
.title-news-index {
    text-align: right;
    padding-right: 19px;
    padding-left: 50px;
}
.title-news-index h2{
    
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.title-news-index h2 a{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.title-news-index p{
    color: #fff;
    font-size: 15px;
}
.news-hot-index .item-news-index:nth-child(2){
    background: #fc932e;
    
}
.news-hot-index .item-news-index:nth-child(2) .img-news-index{
    float: left;
}
.news-hot-index .item-news-index:nth-child(2) .title-news-index{
    text-align: left;
    padding-right: 50px;
    padding-left: 19px;
}
.news-hot-index .item-news-index:nth-child(3){
    background: #9295c7;
}
.map-index {
    float: left;
    width: 100%;
    background: #89b0d3;
    padding: 55px 0px;
    text-align: center;
}
.title-map-index{
    margin: 0 auto;
    width: 260px;
}
.title-map-index h2{
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.title-map-index p{
    color: #fff;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.img-map-index{
    float: left;
    width: 100%;

}
.img-map-index img{
    width: 100%;
}
.item-contact-footer{
    float: left;
    width: 100%;
    border:1px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
    margin-bottom: 30px;
}
.item-contact-footer i {
    float: left;
    padding: 22px 20px;
    font-size: 35px;
    color: #fff;
    width: 80px;
    text-align: center;
    border-right: 1px solid #fff;
}
.ctn-contact-footer{
    float: left;
    color: #fff;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 15px;
}
.ctn-contact-footer a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-top: 2px;
}
.widget.widget_courses{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.widget.widget_courses a{
    font-size: 16px;
    float: left;
    margin-right: 16px;
    color: #fff;
    background-color: #235281;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
}
#text-3 li{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.news-footer{
    float: left;
    width: 100%;
}
.img-news-footer{
    float: left;
    width: 80px;
    margin-right: 15px;
}
.title-news-footer h2{
    clear: inherit;
}
.title-news-footer h2 a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.title-news-footer{
    color: #eee;
    font-size: 12px;
}
.title-news-footer i{
    margin-right: 5px;
}
.title-page{
    background: #1566ac;
    float: left;
    width: 100%;
    height: 90px;
}
.title-page h2{
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 29px;
}
.list-dich-vu{
    float: left;
    width: 100%;
}
.border-right{
    position: relative;
    float: left;
}
.border-right:after{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 1px;
    background: #ebebeb;
    content: "";
}
.menu-bar-inpage h2{
    height: 40px;
    font-size: 14px;
    background: #1566ac;
    line-height: 40px;
    padding: 0px 15px;
    color: #fff;
    white-space: normal;
}
.menu-bar-inpage h2 span{
    float: right;
    margin-top: 12px;
}
.menu-bar-lv-1 a {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 30px;
    background: #f1f9fd;
    margin-bottom: 1px;
    padding: 5px 15px;
    font-size: 14px;
    color: #1566ac;
    border-top: 1px solid #ebebeb;
}
.menu-bar-lv-1 a:hover {
    color: #1566ac;
    box-shadow: none;
}
.menu-bar-lv-2 a {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 27px !important;
    color: #666 !important;
}
.menu-bar-lv-3 a {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 44px !important;
}
.menu-bar-lv-1 a:hover{
    color: #fc932e !important;
}

.side-bar-menu{
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-right: 10px;
    margin-bottom: 40px;
}
.item-new-trip-explore{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.row-5 {
    padding: 0px 10px;
    float: left;
    width: 100%;
}
.title-new-trip-explore h2 a{
    color: #1566ac;
    font-size: 18px;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 12px;
}
.img-new-trip-explore{
    float: left;
    width: 100%;
    overflow: hidden;
}
.img-new-trip-explore a{
    width: 100%;
    float: left;
    display: inline-block;
    height: 100%;
    padding: 4px;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.img-new-trip-explore img{
    width: 100%;
    min-height: 100%;
}
.title-new-trip-explore p{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}
.list-dich-vu .col-lg-3, .list-dich-vu .col-lg-9{
    padding-bottom: 40px;
    float: right;
}
.pagination {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
}
.address-on-sidebar{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 10px;
}
.address-on-sidebar h2{
    color: #393b3e;
    font-size: 20px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.address-on-sidebar p{
    font-size: 14px;
    float: left;
    width: 100%;
    color: #737373;
    margin-bottom: 6px;
}
.address-on-sidebar p b{
    margin-right: 5px;
    color: #737373;
}
.address-on-sidebar p a i{
    color: #fff;
}
.video-box{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 10px;
}
.img-video-box{
    float: left;
    width: 100%;
    position: relative;
}
.img-video-box img{
    width: 100%;
    height: 100%;
}
.video-box h2 a{
    float: left;
    color: #3b5998;
    font-size: 14px;
    width: 100%;
    margin-top: 12px;
    line-height: 20px;
}
.btn-play{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 99;
    cursor: pointer;
    background: url(../images/icon-play.png) center center no-repeat;
}
.img-video-box:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: url(../images/bg-trans.png);
}

.owl-banner-sidebar .owl-page span{
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 3px;
}
.owl-banner-sidebar .owl-pagination .owl-page.active span{
    background: #3b5998;
}
.owl-banner-sidebar .owl-pagination {
    width: 100%;
    text-align: left;
    position: relative;
    margin: 15px auto;
    background: #fff;
    z-index: 99;
}
.owl-banner-sidebar .owl-pagination .owl-page{
    display: inline-block;
    position: relative;
    background: #fff;
    z-index: 9999;
}
.owl-banner-sidebar .owl-controls{
    position: relative;
}
.banner-sidebar{
    float: left;
    width: 100%;
    padding-right: 10px;
}
.about-page{
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-top: 30px;
}
.ctn-about-page{
    float: left;
    width: 100%;
}
.ctn-about-page p{
    color: #737373;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.img-ctn-about-page{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
.img-ctn-about-page img{
    width: 100%;
    height: 100%;
}
.img-ctn-about-page .row{
    display: flex;
}
.ctn-about-page i{
    float: left;
    color: #737373;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
}
.ctn-about-page span{
    /*float: left;
    width: 100%;*/
}
.ctn-about-page ul, .ctn-about-page ol{
    padding-left: 20px;
}
.ctn-about-page ul{
    list-style: disc;
}
.ctn-about-page h2, .ctn-about-page b, .ctn-about-page a, .ctn-about-page strong{
    color: #3b5998;
}
.consulation-box{
    float: left;
    width: 100%;
    background: #f1f9fd;
    padding: 30px;
}
.consulation-box h2{
    font-size: 15px;
    float: left;
    width: 100%;
        font-weight: 600;
    margin-bottom: 15px;
}
.consulation-box a.read-more {
    min-width: 144px;
    height: 41px;
    background: #fc932e;
    display: inline-block;
    color: #fff !important;
    line-height: 41px;
    text-align: left;
    padding-left: 20px;
}
.consulation-box a.read-more span {
    padding-right: 15px;
    width: initial;
    color: #fff !important;
}
.consulation-box a.read-more i{
    color: #fff !important;
}
.consulation-box strong{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.item-banner-sidebar img{
    width: 100%;
}
.profile-doctor{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.img-profile-doctor {
    float: left;
    padding-right: 25px;
    width: 40%;
}
.ctn-profile h2{
    margin-bottom: 12px;
    font-size: 17px;
    color: #666;
    clear: initial;
    margin-top: 10px;
}
.ctn-profile{
    float: left;
    width: 60%;
}
.ctn-profile p {
    color: #737373;
    font-size: 14px;
    float: initial;
    width: initial;
    background: url(../images/dot-icon.png) 1px 7px no-repeat;
    margin-bottom: 7px;
    display: inline-block;
    padding-left: 20px;
}
.img-profile-doctor h2{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #737373;
}
.img-profile-doctor span{
    color: #737373;font-style: italic;
}
.list-album{
    float: left;
    width: 100%;
    margin: 15px 0px;
}

.list-albums{}

.item-album{
    margin-bottom: 20px;
}

.item-album a{
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.img-album{
    width: 100%;
    display: inline-block;

}

.img-album img{
    width: 100%;
    height: 100%;
}

.name-albums{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
}

.contact-info{
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: #FCFCFC;
}

.contact-info .col-info{}

.col-info .icon-info{
    color: #2671b2;
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
}

.col-info .icon-info i{
    line-height: 80px;
}

.col-info .content-info{
    margin-left: 100px;
    padding-top: 20px;
}

.col-info .content-info h4{
    font-size: 15px;
    clear: none;
    font-weight: 400;
    margin-bottom: 3px;
}

.col-info .content-info a{
    font-size: 21px;
    font-weight: 300;
}

.contact-block{
    background-color: #f9f9f9;
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 30px;
}

.contact-note{
    text-align: right;
}

.contact-note h2{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 15px;
}

.contact-note p{
    font-size: 14px;
    line-height: 1.8;
}

.contact-social{
    width: 100%;
    float: left;
    margin-top: 15px;
    text-align: right;
}

.contact-social p{
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.contact-social a{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #ccc;
    display: inline-block;
}

.contact-social a:last-child{
    margin-right: 0;
}

.contact-social a span{
    width: 38px;
    height: 38px;
    display: inline-block;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    font-size: 15px;
    float: left;
}

.contact-social a:hover span{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}

.contact-social .social-out{
    color: #ffffff;
}

.contact-social .icon-facebook .social-out{
    background-color: #3a589b;
}

.contact-social .icon-google-plus .social-out{
    background-color: #d6492f;
}

.contact-social .icon-twitter .social-out{
    background-color: #32ccfe;
}

.contact-social .icon-vimeo .social-out{
    background-color: #1ca7cc;
}

.contact-social .icon-youtube .social-out{
    background-color: #e52929;
}

.contact-social .icon-instagram .social-out{
    background-color: #007bb6;
}

.contact-social .icon-skype .social-out{
    background-color: #00aff0;
}

.form-contact{}

.form-contact input[type='text']{
    width: 100%;
    height: 38px;
    color: #626262;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #EBEBEB;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    padding: 10px;
    font-size: 13px;
    outline: 0;
}

.form-contact textarea{
    width: 100%;
    color: #626262;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #EBEBEB;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    padding: 10px;
    font-size: 13px;
    outline: 0;
}

.form-contact input[type='submit']{
    margin-top: 20px;
    display: inline-block;
    background-color: #0080C9;
    padding: 11px 20px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
}

.form-contact label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333333;
}

.row-7{
    margin-right: -7px;
    margin-left: -7px;
}

.row-7 .col-lg-4{
    padding-right: 7px;
    padding-left: 7px;
}

.row-contact-1{
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.ctn-profile{}

.ctn-profile ul{
    padding-left: 20px;
    list-style-image: url(../images/dot-icon.png);
}

.ctn-profile ul li{
    color: #737373;
    font-size: 14px;
    margin-bottom: 7px;
}

.ctn-about-page table{
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    font-size: 13px;
    font-family: Arial;
}

.ctn-about-page table th{
    background-color: #41a1d4;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    color: #ffffff;
    text-align: center;
}

.ctn-about-page table th strong{
    color: #ffffff;
}

.ctn-about-page table tr:nth-child(2n) td{
    background-color: rgba(0,0,0,0.01);
}

.ctn-about-page table tr td{
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}

h3.title-page-1{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}


.width-show-iframe{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 854px;
    height: 480px;
    z-index: 9999;
}
.show-iframe{
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   margin: auto;
   width: 100%;
   height: 100%;
   z-index: 9999;
}
.overlay{
    float: left;
    width: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform:scale(0);
    z-index: 999999;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
    background-color: rgba(0,0,0,0.6);
}
.show-overlay{
    transform:scale(1);
    display: block;
}

.hide-video{
    opacity: 1;
}
.bt-menu-trigger {
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 100;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 200;
    -webkit-transform: translateY(-100%) translateY(-20px);
    transform: translateY(-100%) translateY(-20px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.bt-menu-trigger span:before, .bt-menu-trigger span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
}
.bt-menu-trigger span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bt-menu-trigger span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.overlay-btn{
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

}
.show-iframe iframe{
    width: 100%;
    height: 100%;
}


.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Arial,sans-serif;
    font-size:18px;
    padding:10px 20px 10px 36px;
    margin:10px;
    position: relative;
    max-width: 90%;
    width: 300px;
    margin: 0 auto;
}
#alert-box{z-index: 2000; position: fixed;top: 25%;left: 0;width: 100%;text-align: center;}
.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}
#alert-box .alert-box .yj-closeFlash{position: absolute; top: 6px; right: 16px;}
#alert-box .error {
    background:#ffecec url('images/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
#alert-box .success {
    background:#e9ffd9 url('images/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
#alert-box .warning {
    background:#fff8c4 url('images/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
#alert-box .notice {
    background:#e3f7fc url('images/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}

.video-page{
    width: 100%;
    float: left;
    padding: 30px 0;
}

.item-video{
    margin-bottom: 20px;
}

.item-video h2 a{
    float: left;
    color: #3b5998;
    font-size: 14px;
    width: 100%;
    margin-top: 12px;
    line-height: 20px;
}

.panel-price{
    width: 100%;
    float: left;
}

.panel-price .panel{
    margin: 0 0 20px 0 !important;
    border: 0;
    box-shadow: none;
}

.panel-price .panel-default>.panel-heading{
    color: #fff;
    background-color: rgba(21, 102, 172, .7);
    border: 0;
}

.panel-price .panel-title a{
    font-weight: 400;
    width: 100%;
    display: inline-block;
}

.panel-price .panel-body{
    border: 0;
    background: rgba(21, 102, 172, 0.5);
    color: #fff;
    margin: 5px 0 0 0;
    font-size: 15px;
}

.panel-price table{
    border: 0;
}

.panel-price table tr{

}

.panel-price table td{
    /*width: 50%;*/
    padding: 5px 0;
}

.panel-price table tr td:nth-child(2){
    text-align: right;
}

.short-desc{
    width: 100%;
    float: left;
    margin-top: 15px;
    line-height: 1.6;
}

.short-desc h2{
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.short-desc h3{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.scrolloff{
	pointer-events: none;
}



/*modal*/
.close {
    padding: 7px;
    z-index: 999999;
    float: right;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #f6931f;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

.close:focus, .close:hover {
    color: #f6931f;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .8
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    padding: 7px;
}

.modal-open {
    /*overflow: hidden*/
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 10px;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(193, 193, 193, 0.5);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .7
}

.modal-header {
    min-height: 0px;
    padding: 0px;
    border-bottom: 0px solid #e5e5e5
}

.modal-header .close {
    position: absolute;
    /*right: 20px;*/
    right: -20px;
    top: -30px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 10px;
    width: 60%;
    float: left;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-body img {
    max-width: 100%;
    max-width: 100%;
    margin: auto;
    /*position: absolute;*/
    left: 0;
    right: 0;
}

@media (min-width: 600px) {
    .modal-dialog {
        /*width: 1000px;*/
        /*margin: 100px auto;*/
        width: 1100px;
        margin: 70px auto;
    }
}

@media (max-width: 600px) {
    .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }

    .modal-header .close {
        position: absolute;
        right: 5px;
        top: 30px;
    }
}

.modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width: 100%;
    float: left;
    border: 1px solid rgba(171, 171, 171, 0.2);
    background: #fff;
}

.form-iframe {
    width: 35%;
    float: left;
    padding: 10px;
    margin-left: 5%;
}
.form-iframe iframe {
    width: 100%;
    float: left;
    height: 480px;
}
/*end-modal*/


/*scrolup*/
.scrollup {
    width: 40px;
    height: 40px;
    opacity: .4;
    filter: alpha(opacity=40);
    bottom: 80px;
    right: 25px;
    text-indent: -9999px;
    background: url(../images/icon_top.png) no-repeat;
    position: fixed;
    z-index: 9999;
}
.insurance-index,
.partner-index {
    width: 100%;
    float: left;
    padding: 40px 0px;
}
.insurance-index-content,
.partner-index-content {
    width: 100%;
    float: left;
}
.insurance-index-content .title-standard,
.partner-index-content .title-standard {
    margin-bottom: 20px;
}


.box-img-partner {
    height: 80px;
}
.box-img-partner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
}

.comment-box #detail_wrapper {}
.comment-box #detail_wrapper label {
    width: 100%;
    float: left;
    margin: 10px 0px 10px 0px;
    font-size: 16px;
    text-transform: uppercase;
}
.comment-box #detail_wrapper textarea {}