@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

/*server page*/

.server-package .container .row [class^="col-"] {
    text-align: center;
}


/*end*/


/*mega menu*/

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    background-color: #f3f5f6;
    padding: 20px 0px;
    width: 100%;
    border-bottom: solid 4px #02539e;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.panel-box {
    padding: 10px 20px;
}

.panel-box h4 {
    font-weight: 700;
    color: #485460;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.panel-box p {
    color: #485460;
    font-size: 13px;
    letter-spacing: 1.1px;
}

.mega-menu-box p {
    color: #485460;
    font-size: 13px;
    letter-spacing: 1.1px;
}

.mega-menu-box a {
    color: #485460;
    font-size: 13px;
    letter-spacing: 1.1px;
}

.mega-menu-box a:hover,
.mega-menu-box a:focus,
.mega-menu-box a p:hover,
.mega-menu-box a p:focus {
    color: #307abd;
}

.solution-menu-box {
    padding-bottom: 20px;
}

.solution-menu-box p {
    color: #444444;
    font-size: 24px;
}

.solution-menu-box a {
    color: #777777;
    font-size: 18px;
}


/*end*/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title>a {
    display: block;
    padding: 15px;
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}


/*bod pics effect*/

.nav.nav-justified>li>a:hover,
.nav.nav-justified>li>a:focus {
    background-color: transparent;
}

.nav.nav-justified>li.active>a>.quote {
    opacity: 1;
}

.nav.nav-justified>li>a>img {
    box-shadow: 0 0 0 5px #f1f1f1;
}

.nav.nav-justified>li>a>img {
    max-width: 100%;
    opacity: .3;
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    transform: scale(.8, .8);
    -o-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav.nav-justified>li.active>a>img,
.nav.nav-justified>li:hover>a>img,
.nav.nav-justified>li:focus>a>img {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -o-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tab-pane .tab-inner {
    padding: 30px 0 0;
}

.tab-pane .tab-inner h4 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #444444;
}


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie .figtitle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover .figtitle {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*end*/


/*top-bar*/

.header .top-bar {
    z-index: 12;
    padding: 8px 0 0;
    position: relative;
    /* border-bottom: solid 1px #307abd;
    background: #307abd; */
    font-size: 14px;
    background: #02539E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right,#0794D1, #02539E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0794D1, #02539E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}

.header .top-bar .row .col-md-6 {
    text-align: right;
}

.header .top-bar ul.list-inline li a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.1px;
}

.header .top-bar ul.list-inline li {
    padding-right: 1.2em;
}

.header .top-bar ul.list-inline li:not(:last-child):after {
    bottom: 10px;
    content: " ";
    margin-left: 13px;
    position: absolute;
    top: 0;
    border-right: solid 0.7px #0794d1;
}

.value-wrap p{
    color: #485460;
    line-height: 1.62em;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 1.5px;
    font-size: .875em;
}

@media (max-width: 768px) {
    .header .top-bar ul.list-inline li:not(:last-child):after {
        bottom: 0;
        content: " ";
        margin-left: 13px;
        position: absolute;
        top: 0;
        border-right: solid 1px #DDDDDD;
    }
}


/*end*/


/*modal promo*/

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/*end*/


/*section main page*/

#fea {
    padding: 0 0 2em;
}

#about {
    padding: 0 0 3em;
}


/*end*/


/*about page*/

.bod-pics {
    margin-top: 1em;
}


/*timeline*/

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img.cd-picture {
    background: #348dd7;
}

.cd-timeline-img.cd-movie {
    background: #fc941a;
}

.cd-timeline-img.cd-location {
    background: #348dd7;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #f5f5f6;
    border-radius: 0.25em;
    padding: 1em;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #f5f5f6;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #f5f5f6;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #f5f5f6;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}


/*end*/

.about-section {
    margin: 1em 0 2em;
}

.bod-pics > .row > .container > .row > [class^="col-"] > p {
    font-size: 14px;
    color: #485460;
    letter-spacing: 1px;
    line-height: 1.62em;
    font-weight: 300;
}

.bod-pics > .row > .container > .row > [class^="col-"] > em  {
    font-size: 12.5px;
    font-weight: 300;
    color: #485460;
    letter-spacing: 1px;
    line-height: 1.62em;
}

.bod-pics > .row > .container > .row > [class^="col-"] > span {
    font-size: 12.5px;
    font-weight: 700;
    color: #485460;
    letter-spacing: 1px;
    line-height: 1.62em;
}

.fa-instagram, .fa-youtube-play, .fa-facebook, .fa-twitter {
    color: #ffffff;
}

.addon-section>.row>[class^="col-"]>.milestone>p,
.addon-section>.row>.row-sm-height [class^="col-"]>.milestone>p {
    margin-top: 20px;
}

.addon-section>.row>[class^="col-"]>.milestone {
    margin-top: 1.5em;
}

.about-section>.row>.col-md-6>.visi>p,
.about-section>.row>.col-md-6>.misi>ul>li {
    font-size: 14px;
    color: #485460;
    letter-spacing: 1px;
    line-height: 1.62em;
    font-weight: 300;
}

.about-section>.row>.col-md-6>.visi>h3:first-child {
    margin-top: 0;
}

.about-section>.row>.col-md-6>.misi>ul {
    -webkit-padding-start: 15px;
    list-style-type: circle;
}

/*end*/


/*karir page*/

.career-section>.container>.qa-message-list>.message-item>.message-inner>.btn {
    background-color: transparent;
}

.career-section>.container>.qa-message-list>.message-item>.message-inner>.btn:hover {
    background-color: #00a09b;
}

.career-wrap>.row {
    text-align: center;
    font-size: .875em;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 1.5px;
    color: #485460;
}

.career-wrap>.row>[class^="col-"]>.alert>ul {
    font-size: 14px;
    list-style: none;
    padding: 0;
    text-align: center;
    font-weight: 300;
}
.career-contact {
    margin-bottom: 2em;
}
.career-contact > ul,
.career-contact > ul > li {
    list-style: none;
}

.career-contact>ul{
-webkit-margin-before: 0px;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
/*end*/

.nav-tabs.nav-tabs-solid>li>a {
    color: #333333;
}

.nav-tabs.nav-tabs-solid>li>a,
.nav-tabs.nav-tabs-solid>li>a:hover,
.nav-tabs.nav-tabs-solid>li>a:focus {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:hover,
.nav-tabs.nav-tabs-solid>.active>a:focus {
    background-color: #2196F3;
    border-color: #2196F3;
    color: #fff;
}

@media (min-width: 769px) {
    .nav-tabs.nav-tabs-highlight>li>a,
    .nav-tabs.nav-tabs-highlight>li>a:hover,
    .nav-tabs.nav-tabs-highlight>li>a:focus {
        border-top-width: 2px;
    }
    .nav-tabs.nav-tabs-highlight>li.active>a,
    .nav-tabs.nav-tabs-highlight>li.active>a:hover,
    .nav-tabs.nav-tabs-highlight>li.active>a:focus {
        border-top: 2px solid #02539E;
    }
    .nav-tabs-justified.nav-tabs-top>li>a,
    .nav-tabs-justified.nav-tabs-top>li>a:hover,
    .nav-tabs-justified.nav-tabs-top>li>a:focus {
        border: 0;
    }
    .nav-tabs-justified.nav-tabs-bottom {
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs-justified.nav-tabs-highlight>li>a,
    .nav-tabs-justified.nav-tabs-highlight>li>a:hover,
    .nav-tabs-justified.nav-tabs-highlight>li>a:focus {
        border-top-width: 2px;
    }
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-radius: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    border-radius: 0;
}


/*client page*/

.client>.alert {
    margin-bottom: 0;
}

.client>.alert>.container>.col-md-12>p {
    margin: 0;
}

.icon-academy .icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/academy.png');
    background-size: 420px 369px;
    background-repeat: no-repeat;
}

.icon-food .icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/food.png');
    background-size: 308px 190px;
    background-repeat: no-repeat;
}

.icon-const .icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/konstruksi.png');
    background-size: 335px 130px;
    background-repeat: no-repeat;
}

.icon-hotel .icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/hotel.png');
    background-size: 459px 248px;
    background-repeat: no-repeat;
}

.icon-manufaktur .icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/manufaktur.png');
    background-size: 381px 162px;
    background-repeat: no-repeat;
}

.icon-hiburan .icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/hiburan.png');
    background-size: 259px 118px;
    background-repeat: no-repeat;
}

.icon-media .icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/media.png');
    background-size: 330px 163px;
    background-repeat: no-repeat;
}

.icon-academy [class^="col-"],
.icon-food [class^="col-"],
.icon-const [class^="col-"],
.icon-hotel [class^="col-"],
.icon-manufaktur [class^="col-"],
.icon-hiburan [class^="col-"],
.icon-media [class^="col-"] {
    text-align: center;
    padding-bottom: 40px;
}

.icon-academy h4,
.icon-food h4,
.icon-const h4,
.icon-hotel h4,
.icon-manufaktur h4,
.icon-hiburan h4,
.icon-media h4 {
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px 0 0;
}

.icon-suara {
    background-position: 0px -50px;
    width: 140px;
    height: 30px;
}

.icon-idola {
    background-position: -135px -26px;
    width: 135px;
    height: 29px;
}

.icon-tribun {
    background-position: -184px -90px;
    width: 145px;
    height: 39px;
}

.icon-cradio {
    background-position: 0px -88px;
    width: 90px;
    height: 30px;
}

.icon-up {
    background-position: -7px -2px;
    width: 130px;
    height: 40px;
}

.icon-tempo {
    background-position: -89px -80px;
    width: 124px;
    height: 30px;
}

.icon-bbifm {
    background-position: -78px -120px;
    width: 80px;
    height: 51px;
}

.icon-nusabali {
    background-position: -140px 0px;
    width: 190px;
    height: 27px;
}

.icon-ozradio {
    background-position: -213px -80px;
    width: 90px;
    height: 30px;
}

.icon-pramborsyk {
    background-position: 0px -118px;
    width: 78px;
    height: 50px;
}

.icon-busana {
    background-position: 0px -100px;
    width: 170px;
    height: 39px;
}

.icon-mas {
    background-position: -170px -100px;
    width: 105px;
    height: 36px;
}

.icon-lippo {
    background-position: 0px -55px;
    width: 145px;
    height: 40px;
}

.icon-monex {
    background-position: -165px 0px;
    width: 120px;
    height: 50px;
}

.icon-nasmoco {
    background-position: 0px 0px;
    width: 155px;
    height: 50px;
}

.icon-sriboga {
    background-position: -292px 0px;
    width: 85px;
    height: 57px;
}

.icon-apac {
    background-position: -292px -60px;
    width: 80px;
    height: 60px;
}

.icon-inti {
    background-position: -160px -55px;
    width: 125px;
    height: 40px;
}

.icon-sami {
    background-position: 0px -138px;
    width: 132px;
    height: 30px;
}

.icon-viar {
    background-position: -132px -138px;
    width: 120px;
    height: 30px;
}

.icon-nesco {
    background-position: 0px 0px;
    width: 145px;
    height: 40px;
}

.icon-atoz {
    background-position: -150px 0px;
    width: 110px;
    height: 40px;
}

.icon-varuna {
    background-position: 0px -40px;
    width: 120px;
    height: 50px;
}

.icon-eplaza {
    background-position: 0px -90px;
    width: 115px;
    height: 30px;
}

.icon-hello {
    background-position: -150px -40px;
    width: 80px;
    height: 30px;
}

.icon-paragon {
    background-position: -185px 0px;
    width: 80px;
    height: 54px;
}

.icon-pandanaran {
    background-position: -270px -120px;
    width: 90px;
    height: 40px;
}

.icon-candi {
    background-position: -270px 0px;
    width: 98px;
    height: 42px;
}

.icon-edge {
    background-position: 0px -35px;
    width: 175px;
    height: 39px;
}

.icon-noormans {
    background-position: -180px -55px;
    width: 85px;
    height: 49px;
}

.icon-ihg {
    background-position: -58px -206px;
    width: 76px;
    height: 30px;
}

.icon-dhm {
    background-position: 0px -185px;
    width: 100px;
    height: 20px;
}

.icon-archipelago {
    background-position: -205px -180px;
    width: 115px;
    height: 25px;
}

.icon-adhi {
    background-position: -272px 0px;
    width: 62px;
    height: 50px;
}

.icon-citra {
    background-position: 0px -96px;
    width: 100px;
    height: 35px;
}

.icon-hanging {
    background-position: 0px 0px;
    width: 180px;
    height: 35px;
}

.icon-accor {
    background-position: -105px -180px;
    width: 100px;
    height: 25px;
}

.icon-legrande {
    background-position: -270px -41px;
    width: 95px;
    height: 45px;
}

.icon-tauzia {
    background-position: -10px -120px;
    width: 90px;
    height: 35px;
}

.icon-wyndham {
    background-position: -120px -120px;
    width: 90px;
    height: 35px;
}

.icon-prasanthi {
    background-position: -149px -150px;
    width: 102px;
    height: 30px;
}

.icon-louvre {
    background-position: -370px 0px;
    width: 90px;
    height: 20px;
}

.icon-furama {
    background-position: -250px -160px;
    width: 95px;
    height: 20px;
}

.icon-phm {
    background-position: 0px -160px;
    width: 148px;
    height: 20px;
}

.icon-kyriad {
    background-position: -365px -23px;
    width: 80px;
    height: 20px;
}

.icon-ptt {
    background-position: -270px -80px;
    width: 70px;
    height: 40px;
}

.icon-asiawood {
    background-position: 0px -205px;
    width: 55px;
    height: 45px;
}

.icon-maxone {
    background-position: -135px -210px;
    width: 100px;
    height: 20px;
}

.icon-inn {
    background-position: 0px -73px;
    width: 125px;
    height: 50px;
}

.icon-benline {
    background-position: 0px 0px;
    width: 150px;
    height: 65px;
}

.icon-dakota {
    background-position: -162px 0px;
    width: 110px;
    height: 50px;
}

.icon-tower {
    background-position: 0px -63px;
    width: 120px;
    height: 35px;
}

.icon-kfc {
    background-position: 0px -97px;
    width: 85px;
    height: 95px;
}

.icon-ck {
    background-position: -101px 0px;
    width: 132px;
    height: 50px;
}

.icon-coco {
    background-position: -100px -50px;
    width: 90px;
    height: 85px;
}

.icon-minimart {
    background-position: -230px 0px;
    width: 80px;
    height: 85px;
}

.icon-warungmina {
    background-position: 0px 0px;
    width: 100px;
    height: 96px;
}

.icon-bina {
    background-position: 0px 0px;
    width: 152px;
    height: 97px;
}

.icon-umm {
    background-position: -140px 0px;
    width: 100px;
    height: 95px;
}

.icon-pky {
    background-position: -326px 0px;
    width: 95px;
    height: 86px;
}

.icon-sadar {
    background-position: -152px 0px;
    width: 102px;
    height: 99px;
}

.icon-stikes {
    background-position: 0px -196px;
    width: 100px;
    height: 93px;
}

.icon-stiki {
    background-position: 0px -290px;
    width: 90px;
    height: 95px;
}

.icon-udayana {
    background-position: -195px -196px;
    width: 90px;
    height: 92px;
}

.icon-poltekpel {
    background-position: -255px -105px;
    width: 85px;
    height: 95px;
}

.icon-p4tk {
    background-position: -254px 0px;
    width: 87px;
    height: 106px;
}

.icon-canggu {
    background-position: -98px -195px;
    width: 93px;
    height: 90px;
}

.icon-kolese {
    background-position: -341px 0px;
    width: 85px;
    height: 92px;
}

.icon-wahid {
    background-position: -150px -98px;
    width: 105px;
    height: 95px;
}

.icon {
    display: inline-block;
}

.square-wrap {
    padding-top: 1em;
}

.news-wrap {
    padding-top: 3.5em;
}

.featured-orange {
    background-color: #f7763b;
    color: #333;
    font-weight: 300;
}

.square-wrap>p {
    font-size: .875em;
    color: #485460;
    letter-spacing: 1.5px;
    line-height: 1.62em;
    font-weight: 300;
}

.square-wrap>h2,
.square-wrap>h1 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 1.2px;
    color: #4a4a4a;
}

.visi>h4>span.subtitle,
.misi>h4>span.subtitle,
.milestone>h4>span.subtitle {
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.62em;
    letter-spacing: 3.3px;
    color: #000000;
    margin-left: 65px;
}
.visi>h4::before,
.misi>h4::before,
.milestone>h4::before {
    content: "";
    position: absolute;
    margin: 10px 0px 0px;
    background-image: linear-gradient(98deg, #f8c300, #e04a24);
    border: none;
    display: inline-block;
    width: 50px;
    height: 4px;
}

.value-wrap {
    padding-top: 2em;
}

.value-wrap>.col-md-4>h4 {
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.62em;
    letter-spacing: 3.3px;
    color: #000000;
    margin: 1.5em 0 0.5em;
}

.square-wrap .jobs {
    color: #333;
}

.square-wrap .contacts {
    color: #fff;
}

.news-featured {
    padding: 4em 1em 0;
}

.header-featured {
    padding: 3em 1em 0;
    color: #777777;
}

.header-image {
    position: relative;
}

.header-image .background-image .image-page-featured {
    width: 100%;
    height: auto;
    display: block;
}

.header-image .cover-caption {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0px;
    right: 0px;
}

.header-image .cover-caption .caption-wrapper {
    background: rgba(51, 51, 51, 0.8);
    padding: 30px;
}

.header-image .cover-caption .caption-title {
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.42;
    letter-spacing: 1.2px;
}

.header-image .cover-caption .caption-desc {
    color: #ffffff;
    font-size: .875em;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 1.5px;

}

@media (max-width: 767px) {
    .header-image .cover-caption {
        position: static;
        width: 100%;
        bottom: auto;
        left: auto;
        right: auto;
        background: #dce1e4;
        padding: 30px 0px;
    }
    .header-image .cover-caption .caption-wrapper {
        background: transparent;
        padding: 5px 20px;
    }
    .header-image .cover-caption .caption-desc {
        color: #777777;
        font-size: 18px;
    }
    .header-image .cover-caption .caption-title {
        color: #444444;
    }
}


/*it service page*/

.catalog-card {
    text-align: center;
    margin-bottom: 20px;
}

.catalog-card .icon,
.segment-card .icon,
.career-card .icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/it-service.png');
    background-size: 640px 640px;
    background-repeat: no-repeat;
}

.catalog-card .icon,
.segment-card .icon {
    width: 128px;
    height: 128px;
}

.career-card .icon{
    width: 128px;
    height: 110px;
}
.icon-database {
    background-position: -384px -512px;
}

td>ul>li>a:hover {
    color: #307abd;
}

.icon-eyeglasses {
    background-position: -384px -128px;
}

.icon-map-location {
    background-position: -384px -512px;
}

.icon-server {
    background-position: -512px -384px;
}

.icon-video-camera {
    background-position: 0px -256px;
}

.icon-wifi {
    background-position: -512px -512px;
}

.icon-idea{
    background-position: -128px -384px;
}

.catalog-card img.maps {}

.catalog-card h4,
.segment-card h4 {
    font-size: .875em;
    letter-spacing: 1.5px;
    font-weight: 400;
    color: #000000;
}

.magz-catalogue p {
    font-size: 18px;
    color: #3476d9;
    padding-top: 10px;
}

.max-desc-sec .col-md-4.magz-menu {
    padding-top: 20px;
}

.magz-catalogue {
    padding-bottom: 20px;
}

.catalog-card p {
    color: #777777;
    font-size: 14px;
}

.segment-card {
    text-align: center;
    margin-bottom: 20px;
}

/* .segment-card .icon {
    width: 64px;
    height: 64px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/segment.png');
    background-size: 192px 192px;
    background-repeat: no-repeat;
} */

.icon-education {
    background-position: 0px -384px;
}

.icon-finance {
    background-position: -256px 0px;
}

.icon-game {
    background-position: -256px -128px;
}

.icon-government {
    background-position: -128px -256px;
}

.icon-hotel {
    background-position: 0px -128px;
}

.icon-housing {
    background-position: -384px 0px;
}

.icon-retail {
    background-position: 0px -512px;
}

.icon-shop {
    background-position: -128px -256px;
}

.icon-travel {
    background-position: -256px -256px;
}


/*end*/

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left>li {
    margin-right: -1px;
}

.tabs-right>li {
    margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    -webkit-box-shadow: inset 7px 0px 0px 0px #3476d9;
    -moz-box-shadow: inset 7px 0px 0px 0px #3476d9;
    box-shadow: inset 7px 0px 0px 0px #3476d9;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left>li>a {
    margin-right: 0;
    display: block;
    color: #777777;
    font-weight: 500;
    padding: 25px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tabs-right>li>a {
    margin-right: 0;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

.vertical-text>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}

.vertical-text>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.vertical-text.tabs-left {
    left: -50px;
}

.vertical-text.tabs-right {
    right: -50px;
}

.vertical-text.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vertical-text.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/*maxi page*/

.maxi-section {
    margin-top: 1em;
}

p.product-short-desc {
    font-size: .875em;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 1.5px;
    color: #485460;
}

.maxi-desc-sec {
    margin: 30px 0;
}

.maxi-desc>p,
.maxi-desc>ul {
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 1.5px;
    font-size: .875em;
    margin: 25px 0;
}

.maxi-desc>ul>li {
    margin-bottom: 15px;
}

.maxi-desc>ul.nav>li {
    margin-bottom: 0;
}

.maxi-desc ul.list-fitur-product {
    list-style-type: circle;
    color: #777777;
    font-size: 18px;
}

.maxi-desc h4.list-title-product {
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tabs-top {
    border-bottom: 2px solid #DDD;
}

.tabs-top>li.active>a,
.tabs-top>li.active>a:focus,
.tabs-top>li.active>a:hover {
    border-width: 0;
}

.tabs-top>li>a {
    border: none;
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.tabs-top>li.active>a,
.tabs-top>li>a:hover {
    border: none;
    color: #4285F4 !important;
    background: transparent;
}

.tabs-top>li>a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.tabs-top>li.active>a::after,
.tabs-top>li:hover>a::after {
    transform: scale(1);
}

.tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    margin-bottom: 30px;
}

.card .tab-pane {
    font-size: 18px;
}

.maxi-desc>h4>span.subtitle {
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.62em;
    letter-spacing: 3.3px;
    color: #000000;
    margin-left: 65px;
}

.maxi-desc>table>tbody>tr>td {
    font-size: .875em;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 1.5px;
    color: #485460;
    padding: 15px 20px;
}

.maxi-facility-sec {
    background: #f1f1f1;
    padding: 2em 0 1em;
}

.maxi-desc>table>tbody>tr>td>ul>li:not(:last-child) {
    margin-bottom: 15px;
}

.maxi-desc>table>tbody>tr>td>ul {
    margin-bottom: 0;
    list-style-type: circle;
    -webkit-padding-start: 15px;
    -moz-padding-start: 15px;
    -o-padding-start: 15px;
    -ms-padding-start: 15px;
}

.maxi-point>p,
.maxi-point>ul {
    font-size: .875em;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 1.5px;
    color: #485460;
    margin-top: 15px;
}

.maxi-point>ul {
    list-style-type: circle;
}

.maxi-point>ul>li {
    margin-bottom: 15px;
}

.maxi-point>h4>span.subtitle {
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.62em;
    letter-spacing: 3.3px;
    color: #000000;
    margin-left: 65px;
}

.maxi-point>h4::before {
    content: "";
    position: absolute;
    margin: 10px 0px 0px;

    background-image: linear-gradient(98deg,#f8c300, #e04a24);
    border: none;
    display: inline-block;
    width: 50px;
    height: 4px;
}

.maxi-desc>h4::before {
    content: "";
    position: absolute;
    margin: 10px 0px 0px;

    background-image: linear-gradient(98deg,#f8c300, #e04a24);
    border: none;
    display: inline-block;
    width: 50px;
    height: 4px;
}

.maxi-user>h4::before {
    content: "";
    position: absolute;
    margin: 10px 0px 0px;

    background-image: linear-gradient(98deg,#f8c300, #e04a24);
    border: none;
    display: inline-block;
    width: 50px;
    height: 4px;
}

.panel-collapse .panel-body>ul {
    list-style-type: circle;
    color: rgb(119, 119, 119);
    font-size: 18px;
    margin: 25px 0px;
}

.about-image-profile {
    padding: 15px 0;
}

.about-image-profile p{
    font-size: .875em;
    color: #485460;
    letter-spacing: 1.5px;
    line-height: 1.62em;
    font-weight: 300;
}

.about-image-profile h4 {
    letter-spacing: 1px;
    color: #444444;
    margin-bottom: 0;
    font-size: 15px;
}

.post-title h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444444;
}

.panel-collapse .panel-body>ul>li {
    margin-bottom: 15px;
}

.maxi-user-sec {
    margin: 30px 0;
}

.maxi-client-sec {
    margin-top: 30px;
}

.maxi-user>p,
.maxi-user>ul {
    font-size: .875em;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 1.5px;
    color: #485460;
    margin-top: 15px;
}

.maxi-user>h4>span.subtitle {
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.62em;
    letter-spacing: 3.3px;
    color: #000000;
    margin-left: 65px;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
}

.image-wrapper .image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
}

.image-wrapper .image-overlay .content {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-wrapper .image-overlay .content::before,
.image-wrapper .image-overlay .content::after {
    pointer-events: none;
}

.image-wrapper .image-overlay .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-wrapper .image-overlay .content .title h4,
.image-wrapper .image-overlay .content .title h4 a {
    margin: 0;
    letter-spacing: 2px;
    color: #fff;
}

.image-wrapper .image-overlay .content .title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.image-wrapper .image-overlay .content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}


/*end*/

.post-slide .post-img {
    position: relative;
    overflow: hidden;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
}

.post-slide .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.30s ease;
}

.post-slide:hover .over-layer {
    opacity: 1;
}

.post-slide .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
}

.post-slide .post-link li {
    display: inline-block;
    list-style: none;
    margin: -9px 0 0;
}

.post-slide .post-link li a {
    color: #FFF;
    font-size: 39px;
}

.post-slide .post-link li a:hover {
    color: #3476d9;
    text-decoration: none;
}

.post-slide .post-content {
    padding: 30px;
    background-color: #fff;
}

.post-slide .post-title {
    margin: 0 0 15px 0;
}

.post-slide .post-title a {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000;
    display: inline-block;
    line-height: 1.33;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3476d9;
}

.post-slide .post-description {
    font-size: .875em;
    color: #485460;
    padding: 0 0 10px 0;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 1.5px;
}

.post-slide .read-more {
    color: #000;
    font-weight: 500;
    font-size: .875em;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
    letter-spacing: 2.3px;
}

.post-slide .read-more:hover {
    text-decoration: none;
    color: #3476d9;
}

@media only screen and (max-width: 479px) {
    .post-slide .month {
        font-size: 14px;
    }
    .post-slide .date {
        font-size: 14px;
    }
}

div.clanky .row {
    padding-top: 35px;
}


/*client list*/

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

ul.client-list li span {
    display: block;
    border-bottom: 1px dotted #CFCFCF;
    padding: 20px;
    text-decoration: none;
}

ul.client-list li:last-child span {
    border-bottom: none;
}

ul.client-list li span {
    display: block;
}

ul.client-list li span.client-sender {
    font-weight: 300;
    font-size: 1.1em;
    color: #4a4a4a;
}

ul.client-list li span.client-subject {
    color: #8C8C8C;
}

ul.client-list li span.client-message-preview {
    display: block;
    color: #A8A8A8;
}

.tabbable-panel {
    margin: 25px 0;
}


/*end*/


/* pricing table */

/* .pricing-tables {
    padding: 0 20px 20px;
} */

.pricing-tables h1 {
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000000;
}

.pricing-tables .plan.first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px !important;
}

.pricing-tables .plan.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-tables .plan.recommended {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pricing-tables .plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-tables.attached .col-sm-4,
.pricing-tables.attached .col-md-4,
.pricing-tables.attached .col-sm-3,
.pricing-tables.attached .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.pricing-tables.attached .plan {
    border-radius: 0;
}

.pricing-tables.attached .plan .head {
    border-radius: 0;
}

.matrix-price h3 {
    margin-top: 10px;
}

.plan {
    box-shadow: 0 2px 2px rgba(10, 10, 10, 0.30) !important;
    min-height: 100px;
    background: #fff;
    border-radius: 4px;
    margin: 20px 0;
    padding-bottom: 25px;
    text-align: center;
}

.plan .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px 16px;
    background: #777777;
    color: #fff;
    height: 120px;
    min-height: 120px;
    white-space: nowrap;
}

.plan .subhead {
    padding: 12px 16px;
    color: #333;
}

.plan .head:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.plan .head img {
    vertical-align: middle;
    max-width: 200px;
}

.plan .matrix-pack span {
    font-size: 18px;
    display: block;
    font-weight: 700;
}

.plan .matrix-pack {
    padding: 20px 0;
}

.plan .matrix-price {
    border-top: 1px solid #eee;
    margin: 0 auto;
    width: 80%;
}

.plan .matrix-list {
    border-top: 1px solid #eee;
    margin: 0 auto;
    text-align: left;
}

.plan .matrix-list p {
    font-size: 12px;
    margin: 20px auto;
    width: 80%;
}

.plan .matrix-price p {
    margin: 20px auto;
    width: 80%;
}

.plan .price {
    border-top: 1px solid #eee;
    margin: 0 auto 20px auto;
    width: 80%;
}

.plan .price p {
    margin: 20px auto 0 auto;
    width: 80%;
}

.plan .price h3 {
    font-size: 82px;
    vertical-align: top;
    line-height: 1;
}

.plan .price h3 span {
    font-size: 38px;
    vertical-align: bottom;
    position: relative;
    margin: 6px 0 0 -7px;
    display: inline-block;
}

.plan .price h4 {
    color: #aaa;
    font-size: 16px;
}

.plan .btn {
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.plan ul {
    list-style-type: none;
    padding: 0 20px 10px;
    margin-top: 2px;
    text-align: left;
}

.plan ul li {
    line-height: 22px;
    /*margin-bottom: 15px;*/
    font-size: 12px;
    font-weight: 400;
}

.plan ul li a {
    text-decoration: underline;
    color: #e6e9ed;
}

.plan ul li:last-child {
    border-bottom: none;
}

.plan ul strong {
    font-weight: 700;
}

.plan.recommended {
    box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
    position: relative;
    z-index: 99;
    border-radius: 4px;
}

.plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #777777;
}

.head.value {
    background-color: #307ABD;
    /*margin-bottom: 48px;*/
}

.plan.recommended .btn {
    margin-bottom: 10px;
}

@media screen and (min-width:770px) and (max-width:990px) {
    .plan .mediafix h3 {
        font-size: 55px !important;
        vertical-align: top;
        line-height: 1;
    }
}

#first-slider .main-container {
    padding: 0;
}

#first-slider .slide h3 {
    color: #02539e;
    font-size: 1.8em;
    letter-spacing: 1px;
    font-weight: 700;
}

#first-slider .slide p {
    color: #02539e;
    font-size: .875em;
    font-weight: 300;
}

#first-slider .slide-1 .text-left,
#first-slider .slide-3 .text-left {
    padding-left: 40px;
}

.medium-title {
    font-weight: 300;
}

.bold-title {
    font-weight: 400;
}

#first-slider .carousel-indicators {
    bottom: 0;
}

#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
    background-image: none;
}

@media (min-width: 768px) {
    .carousel-inner {
        height: 500px;
        /*background-color: #2d5dac;*/
    }
    .carousel-inner.new-slider{
        background-color: #2d5dac;
    }
}

.carousel-inner .item {
    height: 100%;
}

.carousel-fade .slide .slide-1,
.carousel-fade .slide .slide-2,
.carousel-fade .slide .slide-3,
.carousel-fade .slide .slide-4,
.carousel-fade .slide .slide-5 {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel-fade .slide .slide-1 {
    /*background-image: url('../../upload/slider/slider-3.jpg');*/
    background-image: url('../../upload/slider/img-1.jpg');
}

.carousel-fade .slide .slide-2 {
    /*background-image: url('../../upload/slider/slider-2.jpg');*/
    background-image: url('../../upload/slider/img-2.jpg');
}

.carousel-fade .slide .slide-3 {
    /*background-image: url('../../upload/slider/slider-1.jpg');*/
    background-image: url('../../upload/slider/img-3.jpg');
}

.carousel-fade .slide .slide-4 {
    background-image: url('../../upload/slider/slider-4.jpg');
}

.carousel-fade .slide .slide-5 {
    background-image: url('../../upload/slider/slider-fs.jpg');
}

@media (max-width: 2000px){
    .carousel-fade .slide .slide-1,
    .carousel-fade .slide .slide-2,
    .carousel-fade .slide .slide-3{
        background-size: cover !important;
    }
}

/* .carousel-fade .slide .slide-5 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../../upload/slider/20170825slider2.jpg');
} */

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#first-slider h3 {
    animation-delay: 1s;
}

#first-slider p {
    animation-delay: 2s;
}

#first-slider h2 {
    animation-delay: 3s;
}

#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

#first-slider h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

#first-slider .p {
    padding-top: 125px;
    text-align: center;
}

#first-slider .p a {
    text-decoration: underline;
}

#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, .4);
    border: none;
}

#first-slider .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: none;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-angle-left {
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #ff7518;
    border: 3px solid #ff7518;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.carousel-control .fa-angle-right {
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #ff7518;
    border: 3px solid #ff7518;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (max-width: 767px) {
    .carousel-control{
        display: none;
    }
    .hidden-on-small{
        display: none;
    }
}

html,
body {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    letter-spacing: 1px;
    background-color: #FFF;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


/*article*/

h2.post-title {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    text-align: center;
}

h2.post-title .category {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 2.5;
    color: #333;
}

.featured-image {
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50%;
    z-index: 2;
    padding: 160px 0;
}

.news-post .author-info .avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.author-info {
    text-align: center;
    padding: 15px 0;
}

.author-info .info .desc {
    font-size: 13px;
    line-height: 2.5;
}

@media screen and (min-width: 768px) {
    .featured-image h2.post-title {
        width: 65%;
    }
    .featured-image {
        padding: 160px 0;
    }
}


/*end*/


/*icon size*/

.gi-2x {
    font-size: 2em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}


/*end*/


/*card contact page*/

.board-contact {
    padding: 15px 25px;
    margin: 45px 0 25px;
    font-size: .875em;
    color: #485460;
    letter-spacing: 1px;
    line-height: 1.62em;
    font-weight: 300;
    background-color: #f1f1f1;
}

.marketing-contact {
    padding: 15px 25px;
    margin: 45px 0 25px;
    font-size: 14px;
    color: #3d464d;
    background-color: #f1f1f1;
}

.marketing-contact::before {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset;
    border-bottom-style: inset;
}

.marketing-contact::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #7cbf42 transparent transparent transparent;
}

.board-contact::before {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset;
    border-bottom-style: inset;
}

.board-contact::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ef9d0f transparent transparent transparent;
}

.board-icon {
    background-color: #ef9d0f;
    border-radius: 50%;
    border: solid 5px #fff;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}

.nav-tabs.nav-justified>li>a{
    font-size: 13px;
    color: #000;
}

.board-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.marketing-icon {
    background-color: #7cbf42;
    border-radius: 50%;
    border: solid 5px #fff;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}

.marketing-profile {
    padding: 15px 0;
}

.marketing-profile>.pull-left {
    margin-right: 10px;
}

.marketing-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.notice {
    padding: 10px 15px;
    min-height: 135px;
    background-color: #fafafa;
    border-left: 6px solid #e8e5e5;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.label-ig {
    background-color: #517fa4;
    border-color: rgba(0, 0, 0, 0.2);
}

.label-ig>a {
    color: #fff;
}

.label-ig:hover,
.label-ig:focus,
.label-ig:active,
.label-ig.active,
.open .dropdown-toggle.label-ig {
    color: #fff;
    background-color: #446a89;
    border-color: rgba(0, 0, 0, 0.2);
}

.label-fb {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.label-fb>a {
    color: #fff;
}

.label-fb:hover,
.label-fb:focus,
.label-fb:active,
.label-fb.active,
.open .dropdown-toggle.label-fb {
    color: #fff;
    background-color: #30487b;
    border-color: rgba(0, 0, 0, 0.2);
}

.label-tw {
    background-color: #2ba9e1;
    border-color: rgba(0, 0, 0, 0.2);
}

.label-tw>a {
    color: #fff;
}

.label-tw:hover,
.label-tw:focus,
.label-tw:active,
.label-tw.active,
.open .dropdown-toggle.label-tw {
    color: #fff;
    background-color: #1c92c7;
    border-color: rgba(0, 0, 0, 0.2);
}


/*end*/


/*404 error*/

.error-404 {
    text-align: center;
    padding: 100px 0;
}

.error-404>a {
    color: #267dbe;
}

.error-404>a:hover,
.error-404>a:active {
    color: #267dbe;
    text-decoration: underline;
}

.error-404>.text-404 {
    font-size: 8em;
    font-weight: 700;
}


/*404 end*/


/*career timeline*/

.message-item {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    position: relative;
}

.message-item .message-inner {
    background: #f7f9fa;
    border: 1px solid #eff2f3;
    padding: 20px;
    position: relative;
}

.message-item .message-inner:before {
    border-right: 5px solid #eff2f3;
    border-style: solid;
    border-width: 5px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0;
}

.message-item .message-inner:after {
    border-right: 5px solid #f7f9fa;
    border-style: solid;
    border-width: 5px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -9px;
    top: 10px;
    width: 0;
}

.message-item:before {
    background: #eff2f3;
    border-radius: 2px;
    bottom: -28px;
    content: "";
    height: 100%;
    left: -14px;
    position: absolute;
    width: 1px;
}

.message-item:last-child::before {
    background: #fff;
}

.message-item:after {
    background: #fff;
    border: 1px solid #00a09b;
    border-radius: 50%;
    content: "";
    height: 11px;
    left: -19px;
    position: absolute;
    top: 10px;
    width: 11px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}


/*end*/


/*faq page*/

.message-item-faq {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    position: relative;
}

.message-item-faq .message-inner {
    background: #f7f9fa;
    border: 1px solid #eff2f3;
    padding: 20px;
    position: relative;
}

.message-item-faq .message-inner a {
    font-size: .875em;
    color: #485460;
    letter-spacing: 1.5px;
    line-height: 1.62em;
    font-weight: 400;
}

.message-item-faq .message-inner .well,
.message-item .message-inner .well {
    background: #f7f9fa;
    font-size: .875em;
    color: #485460;
    letter-spacing: 1.5px;
    line-height: 1.62em;
    font-weight: 300;
}

.message-item .message-inner h4 {
    font-size: .875em;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.message-item .message-inner h4 > span.date-post {
    font-size: .875em;
    letter-spacing: 1.5px;
    text-transform: none;
    font-weight: 300;
}

.message-item-faq .message-inner:before {
    border-right: 5px solid #eff2f3;
    border-style: solid;
    border-width: 5px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0;
}

.message-item-faq .message-inner:after {
    border-right: 5px solid #f7f9fa;
    border-style: solid;
    border-width: 5px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -9px;
    top: 10px;
    width: 0;
}

.message-item-faq:before {
    background: #eff2f3;
    border-radius: 2px;
    bottom: -28px;
    content: "";
    height: 100%;
    left: -14px;
    position: absolute;
    width: 1px;
}

.message-item-faq:last-child::before {
    background: #fff;
}

.message-item-faq:after {
    background: #fff;
    border: 1px solid #307abd;
    border-radius: 50%;
    content: "";
    height: 11px;
    left: -19px;
    position: absolute;
    top: 10px;
    width: 11px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}


/*end*/


/*btn custom*/

.btn-white {
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    color: #fff;
}

.btn-orange {
    border: 2px solid #ff7518;
    -webkit-border-radius: 3px;
    color: #fff;
    background: #ff7518;
}

.btn-green {
    border: 2px solid #00a09b;
    -webkit-border-radius: 3px;
    color: #00a09b;
}

.btn-black {
    border: 2px solid #333;
    -webkit-border-radius: 3px;
    color: #333;
}

.btn-blue {
    border: 2px solid #307abd;
    -webkit-border-radius: 3px;
    color: #307abd;
}

.btn-black-sec {
    border: 2px solid #333;
    -webkit-border-radius: 3px;
    color: #333;
}

.btn-black-sec:hover,
.btn-black-sec:active {
    color: #f6903d;
    background: #333;
}

.btn-blue:hover,
.btn-blue:active {
    color: #fff;
    background: #307abd;
}

.btn-orange:hover,
.btn-orange:active {
    border: 2px solid #ff7518;
    -webkit-border-radius: 3px;
    color: #ff7518;
    background: #fff;
}

.btn-green:hover,
.btn-green:active {
    color: #fff;
    background: #00A09B;
}

.btn-black:hover,
.btn-black:active {
    color: #00A09B;
    background: #333;
}

.btn-white:hover,
.btn-white:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}


/*end*/


/*carousel testi*/

.fade-quote-carousel.carousel {
    padding: 1em 0;
}

.fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

.fade-quote-carousel.carousel .carousel-indicators>li {
    border: solid 1px #307abd;
}

.fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

.fade-quote-carousel .profile-circle img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}


/*end*/


/*carousel fade*/

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}


/*end*/


/*-----start-header----*/

/* .logo {
    float: left;
    margin-top: 0.9em;
}

.logo a {
    color: #FFF;
    font-weight: 700;
}

.logo a:hover {
    text-decoration: none;
}

.logo320 {
    display: none;
} */

.header .logo {
    display: table-cell;
    height: 100px;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
}

@media (max-width: 991.99px) {
    .header .logo {
        display: table-cell;
        height: 100px;
        padding-left: 15px;
        max-width: 100%;
        vertical-align: middle;
        width: 100%;
    }
}

.right-box-wrapper .navbar-nav li a {
    height: 100px;
    vertical-align: middle;
    line-height: 50px;
   
}

/*----navbar-nav----*/

.top-header {
    background-color: #fff;
    padding: 0.7em 1.5em;
    margin: 0 0 0 0;
}
.navbar-default .navbar-nav>li>a{
    font-size: 13px;
    letter-spacing: 1.1px;
    color: #485460;
}

/*change header style on scroll*/

.shrink {
    /*background: #fff;*/
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}


/*end*/

.top-nav ul.top-nav>li>a {
    color: #7E7C7E;
    padding: 0.2em 1em;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    position: relative;
    border-bottom: 2px solid transparent;
}

ul.top-nav>a {
    font-weight: 400;
}

.top-nav ul.top-nav>li.active>a,
.top-nav ul.top-nav>li>a:hover,
.top-nav ul.top-nav>li>a:focus {
    color: #282528;
    /*text-decoration: underline;*/
    border-bottom: 2px solid;
}

ul.dropdown-menu>li>a {
    padding: 10px 20px;
    text-align: left;
    font-size: 16px;
}

.logo a {
    display: block;
}

.news-post:first-child {
    margin-bottom: 35px;
    margin-top: 0;
}

.news-post {
    margin: 35px 0;
}

@media (min-width: 767px) {
    .navbar-default .navbar-nav>a,
    .navbar-default .navbar-nav>li>a {
        border: 0 solid transparent;
        border-top-width: 3px;
        background-color: transparent;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>li:hover>a {
        border: 0 solid #307abd;
        border-top-width: 3px;
        background-color: transparent;
    }
}


/*slider*/


/*Slider*/

.fade-carousel {
    position: relative;
    height: 100%;
}

.fade-carousel .carousel-inner .item {
    height: 100%;
}

.fade-carousel .carousel-indicators>li {
    margin: 0 2px;
    background-color: #fff;
    border-color: #fff;
    opacity: .7;
}

.fade-carousel .carousel-indicators>li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
    font-size: 2.3em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.hero h4 {
    margin-bottom: 25px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.carousel-fade .slides .slide-1,
.carousel-fade .slides .slide-2,
.carousel-fade .slides .slide-3 {
    max-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel-fade .slides .slide-1 {
    background: #307abd;
}

.carousel-fade .slides .slide-2 {
    background: #f6903d;
}

.carousel-fade .slides .slide-3 {
    background: #f7bf33;
}


/*end slider*/

.carousel-caption>[class^="col-"]>h2,
.carousel-caption>[class^="col-"]>p {
    text-align: right;
}


/*----slider----*/

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 55px;
    background: transparent url("../images/themes.png") no-repeat left top;
    margin-top: -65px;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
    width: 100%;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 88%;
    z-index: 999;
    left: 47%;
    padding: 0;
    margin: 0;
}

.callbacks_tabs li {
    display: inline-block;
}

@media screen and (max-width: 600px) {
    ul.top-nav>a {
        padding: 1em 2em;
        margin: 1em 0;
    }
    h1 {
        font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .callbacks_nav {
        top: 47%;
    }
}


/*----*/

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 18px;
    width: 18px;
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
}

.callbacks_here a:after {
    border: 2px solid #282528;
}

.slide-text-info h1 {
    font-size: 2.3em;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    color: #282528;
}

.slide-text-info h1 span {
    font-weight: 800;
}

.slide-text-info h2 {
    color: #282528;
    padding: 0;
    margin: 0.3em 0;
    font-size: 1.3em;
}

.slide-text-info {
    margin: 15% 0;
    text-align: left;
    position: absolute;
    left: 16%;
}

.slide-text p {
    font-size: 0.872em;
    width: 50%;
    margin: 0 auto;
    font-weight: 200;
    line-height: 1.6em;
    margin-bottom: 1em;
}


/*----*/

.btn1 {
    color: #FFF;
    text-transform: uppercase;
}


/*----*/

.slide-text ul li span {
    width: 7px;
    height: 12px;
    background: url(../images/arrow1.png) no-repeat 0px 0px;
    display: inline-block;
    margin-right: 0.5em;
}

.slide-text ul li {
    color: #282528;
    font-size: 0.875em;
    font-weight: 500;
    margin: 0 0 0.3em;
}


/*----*/

.big-btns {
    margin: 1.5em 2em;
    display: block;
}

.big-btns a {
    display: inline-block;
    border: 3px solid #282528;
    padding: 0.5em 1.2em 0.5em 0.8em;
    font-size: 1em;
    font-weight: 600;
    color: #282528;
    margin-right: 0.6em;
}

.big-btns a:hover {
    text-decoration: none;
    color: #282528;
    opacity: 0.9;
    border-color: #FFF;
}

.big-btns a label {
    width: 40px;
    height: 34px;
    background: url(../images/btn-icons.png) no-repeat 0px 0px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}

.big-btns a.download label {
    background-position: 0px 0px;
}

.big-btns a.view label {
    background-position: -41px 0px;
}

.slide-text {
    margin: 1.2em;
}

.divice-demo {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    right: 10%;
}

.header-section {
    position: relative;
}


/*----//slider----*/


/*call action*/

.call-action {
    padding: 1em 0 2em;
}

.action-blue {
    background: #02539E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left,#0794D1, #02539E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #0794D1, #02539E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.action-orange {
    background-color: #ff7518;
}

.action-blue h4,
.action-orange h3 {
    font-weight: 300;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.62em;
    font-size: .875em;
    letter-spacing: 1.5px;
}

.product-action {
    padding: 0 0 2em;
}

.product-action .pager li>a {
    padding: 10px 20px;
    border-radius: 35px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-action h3 {
    font-weight: 300;
    color: #777;
    margin-bottom: 25px;
}

.panel > .panel-body [class^="col-"] .maxi-logo{
    width: 180px;
    height: 90px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/maxi-logo.png);
    background-size: 360px 360px;
    background-repeat: no-repeat;
}

.panel>.panel-body [class^="col-"] > p {
    font-size: .875em;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 1.5px;
    color: #485460;
}

.dedicated-maxi{
    background-position: 0px -194px;
}
.value-maxi{
    background-position: -180px -274px;
}
.easy-maxi{
    background-position: -180px -194px;
}
/*end*/


/*-----features----*/

.section-head {
    text-align: center;
}

.section-head>a.btn {
    margin-bottom: 25px;
}

.section-head h1, .section-head h3{
    padding: 1em 0 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.62em;
    letter-spacing: 3.3px;
    color: #000000;
}

.well .featured-job p{
    font-size: 12.5px;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 1.5px;
    color: #485460;
}

.article-wrap{
    margin-top: 35px;
}

.section-head hr {
    background-image: linear-gradient(98deg,#f8c300, #e04a24);
    border: none;
    display: inline-block;
    width: 50px;
    height: 4px;
    margin: 0;
}

.section-head .sponsored-tag h3 {
    color: #ccc;
    font-weight: 800;
    font-size: 1.6em;
}

.section-head p {
    width: 95%;
    margin: 1.2em auto;
    color: #47525d;
    font-size: 1.125em;
    line-height: 1.7em;
}


/*----features-grids----*/

.features-grid .big-divice {
    margin-top: 2em;
}

.features-grid-info:first-child {
    margin: 2em 0;
}

.features-grid-info:last-child {
    margin: 4em 0 9em;
}

.features-icon span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../images/ico-product.png) no-repeat 0px 0px;
    margin-top: 1em;
}

.features-icon span.f-icon1 {
    background-position: 0 -45px;
}

.features-icon span.f-icon2 {
    background-position: 0px -90px;
}

.features-icon span.f-icon3 {
    background-position: 0px -136px;
}

background-position: 0px -90px;

}
.features-frid-info .features-info h4 {
    font-weight: 500;
    color: #282528;
}
.features-info p {
    color: #47525d;
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.7em;
}

/*sponsor brand*/
.sponsored-brand span {
    height: 62px;
    display: inline-block;
    background: url(../images/brand_.png) no-repeat 0px 0px;
    margin-top: 1em;
}
.sponsored-brand span.s-brand1 {
    width: 110px;
    background-position: 0 0;
}
.sponsored-brand span.s-brand2 {
    width: 130px;
    background-position: -115px 0;
}
.sponsored-brand span.s-brand3 {
    width: 80px;
    background-position: -240px 0;
}
.sponsored-brand span.s-brand4 {
    width: 115px;
    background-position: -320px 0;
}
.sponsored-brand span.s-brand5 {
    width: 80px;
    background-position: -440px 0;
}
.sponsored-brand span.s-brand6 {
    width: 80px;
    background-position: -515px 0;
}
.sponsored-brand span.s-brand7 {
    width: 160px;
    background-position: -600px 0;
}
.sponsored-brand span.s-brand8 {
    width: 185px;
    background-position: -940px 0;
}
.sponsored-brand span.s-brand9 {
    width: 185px;
    background-position: -760px 0;
}

/*--*/
@media (max-width: 767px) {
    .top-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .top-nav .open .dropdown-menu>li>a,
    .top-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    
    .top-nav .open .dropdown-menu>li>a {
        line-height: 21px;
    }
    
    .top-nav .open .dropdown-menu>li>a:hover,
    .top-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

/*-----tools page-----*/
.tools-tab,
.tools-tab label{
    padding: 0 15px 15px;
    font-size: .875em;
    color: #485460;
    letter-spacing: 1.5px;
    line-height: 1.62em;
    font-weight: 300;
}
.tools-wrap {
    padding: 0 0 15px;
}

.tools-wrap .nav-tabs>li>a{
    font-size: .875em;
    color: #000;
    letter-spacing: 1.5px;
    line-height: 1.62em;
    font-weight: 400;
}

/*-----*/

/*----screen-shot-gallery----*/
.screen-shot-gallery {
    background: #FAFAFA;
    padding: 3em 0;
}

/*-----*/
.show-reel {
    background: #F8E514;
    margin: 2em 0 0;
}
.show-reel h5 span {
    width: 37px;
    height: 43px;
    display: inline-block;
    background: url(../images/play-btn.png) no-repeat 0px 0px;
    vertical-align: middle;
}
.show-reel h5 span:hover {
    opacity: 0.8;
}
.show-reel h5 {
    font-size: 2em;
    font-weight: 100;
    letter-spacing: 0.5em;
    padding: 6em 0;
}

/*--- team ---*/
.team {
    background: #F5F5F5;
    padding: 2em 0 5em;
}
.team-member-info {
    position: relative;
}
.team-member-info label {
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 255px;
    background: #F8E72B;
    padding: 2em 1em;
}
.team-member-info:hover label.team-member-caption {
    display: block;
}
.team-member-info img.member-pic {
    width: 100%;
}
.team-member-info h5 {
    margin: 0.8em 0 0;
    padding: 0;
}
.team-member-info span {
    color: #A2A4A7;
    font-size: 0.875em;
}
.team-member-info h5 a {
    color: #282528;
    font-size: 1.4em;
    font-weight: 600;
}
.team-member-caption p {
    font-size: 0.875em;
    text-align: center;
    color: #444144;
}

/*----team-member-caption----*/
.team-member-caption ul li {
    display: inline-block;
}
.team-member-caption ul li a span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../images/team-social.png) no-repeat 0px 0px;
}
.team-member-caption ul {
    margin: 2em 0 0 0;
    padding: 0;
}
.team-member-caption ul li a.t-twitter span {
    background-position: 0px 0px;
}
.team-member-caption ul li a.t-facebook span {
    background-position: -48px 0px;
}
.team-member-caption ul li a.t-googleplus span {
    background-position: -91px 0px;
}

/*----*/
.item p {
    line-height: 1.62em;
    font-size: .875em;
    letter-spacing: 1.5px;
    margin: 1em 0;
    color: #485460;
    font-weight: 300;
}
.test-monials {
    padding: 4em 0 0;
}
.quit-people img {
    border-radius: 30em;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    -o-border-radius: 30em;
    -ms-border-radius: 30em;
    border: 3px solid #F8E72B;
}
.quit-people {
    margin-bottom: 1em;
}
.quit-people h4 {
    margin: 0.5em 0 0.3em 0;
    padding: 0;
}
.quit-people h4 a {
    color: #282528;
    font-weight: 600;
}
.quit-people span {
    color: #282528;
    font-size: 0.875em;
}

/*--- //team ---*/

/*---- featured -----*/
.featured {
    background: #fff;
    padding: 2em 0 10em;
}
.featured h3 {
    margin-bottom: 3em;
}

/*---- //featured -----*/

/*--- getintouch -----*/
.contact-form h3 {
    color: #282528;
    font-size: 1.2em;
    font-weight: 600;
    margin: 1em 0;
}
.contact-form input[type="text"],
.contact-form textarea {
    width: 100%;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 2px ridge #DBDBDB;
    outline: none;
    padding: 2em 0 2em 0;
    font-size: 0.9em;
}
.contact-form textarea {
    height: 130px;
    outline: none;
    border-bottom: 1px ridge #DBDBDB;
    resize: none;
}
.contact-form input[type="submit"] {
    background: url(../images/msg-icon.png) no-repeat 0px 0px;
    height: 23px;
    width: 167px;
    display: block;
    outline: none;
    text-indent: 30px;
    border: none;
    margin: 1em 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover {
    opacity: 0.9;
    color: #999;
}

/*----*/
.social-content > a {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.getintouch {
    padding: 0 0 3em;
}
.footer-border{
    padding: 4px;
    background: #f08519;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right,#f8c300, #f08519);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f8c300, #f08519); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.footer {
    background: #02539E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left,#0794D1, #02539E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #0794D1, #02539E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.layout-footer-extra {
    text-align: center;
    background: #02539E;
    padding: 18px 0;
}
.layout-footer-extra .container>ul {
    display: block;
    font-size: 0;
    list-style: none;
    padding: 0;
}
.layout-footer-extra .container>ul>li, .layout-footer-extra .container > p  {
    display: inline-block;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    line-height: 1.6;
    padding: 0;
    color: #ffffff;
    white-space: nowrap;
}
.layout-footer-extra .container>ul>li+li {
    margin-left: 10px;
}
.layout-footer-extra .container>ul>li:after {
    content: ". ";
    margin-left: 10px;
    speak: none;
    color: #fff;
}
.layout-footer-extra .container>ul>li:last-child:after {
    content: "";
    margin-left: 10px;
    speak: none;
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    
    text-align: left;
    /* inline-block space fix */
    
    margin-right: -4px;
}

/*--- //getintouch -----*/

/*-----footer----*/

/*end section*/

/*social icon footer*/
.footer .page-footer-social-links {
    display: inline-block;
}
.footer .page-footer-social-links .page-footer-social-link[data-service=facebook] {
    background-position: 0px 0px;
}
.footer .page-footer-social-links .page-footer-social-link[data-service=facebook]:hover {
    opacity: .75;
}
.footer .page-footer-social-links .page-footer-social-link[data-service=twitter] {
    background-position: 0px -45px;
}
.footer .page-footer-social-links .page-footer-social-link[data-service=twitter]:hover {
    opacity: .75;
}
.footer .page-footer-social-links .page-footer-social-link[data-service=instagram] {
    background-position: 0px -90px;
}
.footer .page-footer-social-links .page-footer-social-link[data-service=instagram]:hover {
    opacity: .75;
}
.footer .page-footer-social-links .page-footer-social-link[data-service=youtube] {
    background-position: 0px -135px;
}
.footer .page-footer-social-links .page-footer-social-link[data-service=youtube]:hover {
    opacity: .75;
}
.footer .page-footer-social-links .page-footer-social-link {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url('../images/233d300.social-media-sprite.png');
    background-size: 230px 230px;
    background-repeat: no-repeat;
    transition: opacity .2s ease-in-out;
    transition-delay: .1s;
}
.sponsored-brand {
    margin-top: 1em;
}
.footer-grid p {
    font-size: 0.875em;
    line-height: 1.8em;
}
.footer-grid h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
}
.subscribe input[type="text"] {
    border: none;
    outline: none;
    position: relative;
    padding: 0.6em 0.6em;
}
.subscribe input[type="submit"] {
    width: 18px;
    height: 13px;
    display: inline-block;
    background: url(../images/arrow-2.png) no-repeat 0px 0px;
    border: none;
    outline: none;
    position: absolute;
    right: 10px;
    top: 38%;
}
.subscribe form {
    border: 1px solid #CCCCCC;
    height: 43px;
    position: relative;
    margin: 1.3em 0;
}
.explore ul {
    margin: 0;
    padding: 0;
}
.explore ul.kontak li {
    line-height: 1.8em;
}
.explore li {
    font-size: 12.5px;
    letter-spacing: 1.1px;
    list-style: none;
    color: #fff;
}
.explore li a {
    line-height: 1.8em;
    color: #fff;
}
.explore li a:hover {
    text-decoration: underline;
    color: #fff;
}
ul>li>a.mypointer {
    color: #fff;
}
p.copy {
    font-weight: 600;
}
p.copy a:hover {
    color: #999;
    text-decoration: none;
}
.footer-grids {
    padding: 1em 0 2em;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 3%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../images/to-top1.png") no-repeat 0px 0px;
    border-radius: 30em;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*--responsive design--*/
@media (max-width:1024px) {
    .divice-demo img {
        width: 80%;
    }
    
    .slide-text-info {
        margin: 0% 0;
        left: 8%;
    }
    
    .divice-demo {
        right: 0;
    }
    
    .big-divice img {
        width: 100%;
    }
    
    .team-member-info label {
        min-height: 125px;
        padding: 0.9em 1em;
    }
    
    .footer-divice img {
        width: 100%;
    }
    
    .footer-divice {
        margin-top: 15em;
    }
}

/*-----768px-mediaquries----*/
@media (max-width:768px) {
    ul.top-nav>a {
        padding: 1em 2em;
        margin: 1em 0;
    }
    
    .features-grid-info>[class^="col-"] .features-icon,
    .features-info {
        text-align: center;
    }
    
    .features-icon span {
        display: block;
        text-align: center;
        margin: 0 auto;
        left: 50%;
        top: 50%;
    }
    
    .carousel-caption>[class^="col-"]>h2,
    .carousel-caption>[class^="col-"]>p {
        text-align: left;
    }
    
    .features-grid-info:last-child {
        margin: 1em 0 0;
    }
    
    .divice-demo img {
        width: 57%;
    }
    
    .slide-text-info {
        margin: -2% 0 0;
        left: 10%;
    }
    
    .divice-demo {
        right: 5%;
        text-align: right;
    }
    
    .big-divice img {
        width: initial;
    }
    
    .team-member-info label {
        min-height: 125px;
        padding: 2em;
        top: 0;
    }
    
    .footer-divice img {
        width: initial;
    }
    
    .footer-divice {
        margin-top: 1em;
        text-align: center;
    }
    
    nav a#pull {
        top: 0;
    }
    
    .logo {
        margin-top: -0.15em;
    }
    
    .slide-text-info h1 {
        font-size: 1.5em;
    }
    
    .slide-text-info h2 {
        font-size: 0.9em;
    }
    
    .slide-text {
        margin: 0.5em 0;
    }
    
    .slide-text ul li {
        font-size: 0.8em;
    }
    
    .slide-text ul li:nth-child(2) {
        display: none;
    }
    
    .big-btns a {
        border: 2px solid #282528;
        padding: 0.5em 0.8em 0.5em 0.8em;
        font-size: 0.8em;
    }
    
    .callbacks_tabs a:after {
        height: 10px;
        width: 10px;
    }
    
    .section-head h3 {
        font-size: 1.4em;
        margin: 0;
    }
    
    .section-head p {
        width: 80%;
        margin: 0.8em auto;
        font-size: 0.875em;
    }
    
    .features-grid-info {
        margin: 0em 0;
    }
    
    .team-member {
        margin-bottom: 1em;
    }
    
    .footer-social-icons li {
        list-style: none;
        padding: 1em;
        display: inline-block;
    }
}

/*-----640px-mediaquries----*/
@media (max-width:640px) {
    ul.top-nav>a {
        padding: 1em 2em;
        margin: 1em 0;
    }
    
    .features-icon span {
        display: block;
        text-align: center;
        margin: 0 auto;
        left: 50%;
        top: 50%;
    }
    
    .carousel-caption>[class^="col-"]>h2,
    .carousel-caption>[class^="col-"]>p {
        text-align: left;
    }
    
    .features-grid-info:last-child {
        margin: 1em 0 0;
    }
    
    .divice-demo img {
        width: 47%;
    }
    
    .slide-text-info {
        margin: -4% 0 0;
        left: 10%;
    }
    
    .divice-demo {
        right: 5%;
        text-align: right;
    }
    
    .big-divice img {
        width: initial;
    }
    
    .team-member-info label {
        min-height: 125px;
        padding: 2em;
        top: 0;
    }
    
    .footer-divice img {
        width: initial;
    }
    
    .footer-divice {
        margin-top: 1em;
        text-align: center;
    }
    
    .slide-text-info h1 {
        font-size: 1.5em;
        margin: 0.5em 0;
    }
    
    .slide-text-info h2 {
        font-size: 0.9em;
    }
    
    .slide-text {
        margin: 0.5em 0;
    }
    
    .slide-text ul li {
        font-size: 0.8em;
    }
    
    .slide-text ul li:nth-child(2) {
        display: none;
    }
    
    .big-btns a {
        border: 1px solid #282528;
        padding: 0.3em 0.8em;
        font-size: 0.8em;
    }
    
    .callbacks_tabs a:after {
        height: 10px;
        width: 10px;
    }
    
    .section-head h3 {
        font-size: 1.4em;
        margin: 0;
    }
    
    .section-head p {
        width: 80%;
        margin: 0.8em auto;
        font-size: 0.875em;
    }
    
    .features-grid-info {
        margin: 0em 0;
    }
    
    .team-member {
        margin-bottom: 1em;
    }
    
    .footer-social-icons li {
        list-style: none;
        padding: 1em;
        display: inline-block;
    }
    
    .big-btns {
        margin: 0.8em 0em;
        display: block;
    }
    
    .show-reel h5 {
        padding: 3em 0;
        font-size: 1.8em;
    }
}

/*-----480px-mediaquries----*/
@media (max-width:480px) {
    ul.top-nav>a {
        padding: 1em 2em;
        margin: 1em 0;
    }
    
    .features-icon span {
        display: block;
        text-align: center;
        margin: 0 auto;
        left: 50%;
        top: 50%;
    }
    
    .carousel-caption>[class^="col-"]>h2,
    .carousel-caption>[class^="col-"]>p {
        text-align: left;
    }
    
    .features-grid-info:last-child {
        margin: 1em 0 0;
    }
    
    .divice-demo img {
        width: 35%;
    }
    
    .slide-text-info {
        margin: -6% 0 0;
        left: 6%;
    }
    
    .divice-demo {
        right: 4%;
        text-align: right;
    }
    
    .big-divice img {
        width: initial;
    }
    
    .team-member-info label {
        min-height: 125px;
        padding: 2em;
        top: 0;
    }
    
    .footer-divice img {
        width: initial;
    }
    
    .footer-divice {
        margin-top: 1em;
        text-align: center;
    }
    
    .slide-text-info h1 {
        font-size: 1.2em;
        margin: 0.0em 0;
    }
    
    .slide-text-info h2 {
        font-size: 0.8em;
        margin: 0;
    }
    
    .slide-text {
        margin: 0.5em 0;
    }
    
    .slide-text ul li {
        font-size: 0.7em;
    }
    
    .slide-text ul li:nth-child(2) {
        display: none;
    }
    
    .big-btns a {
        border: 1px solid #282528;
        padding: 0.5em 0.8em;
        font-size: 0.7em;
    }
    
    .callbacks_tabs a:after {
        height: 10px;
        width: 10px;
    }
    
    nav a#pull {
        top: 0;
    }
    
    .logo {
        margin-top: -0.15em;
    }
    
    .section-head h3 {
        font-size: 1.2em;
        margin: 0;
    }
    
    .section-head p {
        width: 90%;
        margin: 0.8em auto;
        font-size: 0.875em;
    }
    
    .features-grid-info {
        margin: 0em 0;
    }
    
    .team-member {
        margin-bottom: 1em;
    }
    
    .footer-social-icons li {
        list-style: none;
        padding: 1em;
        display: inline-block;
    }
    
    .big-btns {
        margin: 0.5em 0em;
        display: block;
    }
    
    .show-reel h5 {
        padding: 3em 0;
        font-size: 1.8em;
    }
    
    .subscribe input[type="text"] {
        width: 100%;
    }
    
    .item p {
        font-size: 0.875em;
    }
    
    .big-btns a label {
        display: none;
    }
    
    .callbacks_tabs {
        top: 83%;
        left: 51%;
    }
}

/*-----320px-mediaquries----*/
@media (max-width:320px) {
    ul.top-nav>a {
        padding: 1em 2em;
        margin: 1em 0;
    }
    
    .features-icon span {
        display: block;
        text-align: center;
        margin: 0 auto;
        left: 50%;
        top: 50%;
    }
    
    .carousel-caption>[class^="col-"]>h2,
    .carousel-caption>[class^="col-"]>p {
        text-align: left;
    }
    
    .features-grid-info:last-child {
        margin: 1em 0 0;
    }
    
    .divice-demo img {
        width: 30%;
    }
    
    .slide-text-info {
        margin: -6% 0 0;
        left: 6%;
    }
    
    .divice-demo {
        right: 4%;
        text-align: right;
    }
    
    .big-divice img {
        width: 100%;
    }
    
    .team-member-info label {
        min-height: 125px;
        padding: 2.2em;
        top: 0;
    }
    
    .footer-divice img {
        width: 100%;
    }
    
    .footer-divice {
        margin-top: 1em;
        text-align: center;
    }
    
    .slide-text-info h1 {
        font-size: 1em;
        margin: 0.0em 0;
        line-height: 1.8em;
    }
    
    .slide-text-info h2 {
        font-size: 0.7em;
        margin: 0;
        width: 55%;
        line-height: 1.5em;
    }
    
    .slide-text {
        margin: 0.5em 0;
    }
    
    .slide-text ul li {
        font-size: 0.7em;
    }
    
    .slide-text ul li:nth-child(2) {
        display: none;
    }
    
    .big-btns a {
        border: 1px solid #282528;
        padding: 0.4em 0.5em;
        font-size: 0.6em;
    }
    
    .callbacks_tabs a:after {
        height: 10px;
        width: 10px;
    }
    
    .section-head h3 {
        font-size: 1em;
        margin: 0;
    }
    
    .section-head p {
        width: 90%;
        margin: 0.8em auto 0em auto;
        font-size: 0.875em;
    }
    
    .features-grid-info {
        margin: 0em 0;
    }
    
    .team-member {
        margin-bottom: 1em;
    }
    
    .footer-social-icons li {
        list-style: none;
        padding: 1em;
        display: inline-block;
    }
    
    .big-btns {
        margin: 0em 0em;
        display: block;
    }
    
    .show-reel h5 {
        padding: 2em 0;
        font-size: 1.2em;
    }
    
    .subscribe input[type="text"] {
        width: 100%;
    }
    
    .item p {
        font-size: 0.875em;
    }
    
    .big-btns a label {
        display: none;
    }
    
    .callbacks_tabs {
        top: 95%;
        left: 4%;
    }
    
    .header-section {
        padding: 0 0 2em 0;
        /*background: #F9E514;*/
    }
    
    .slide-text ul {
        display: none;
    }
    
    .screen-shot-gallery {
        padding: 0em 0;
    }
    
    .featured {
        padding: 0em 0 2em;
    }
    
    .team {
        padding: 0em 0 2em;
    }
    
    .test-monials {
        padding: 2em 0;
    }
    
    .getintouch {
        padding: 0em 0 0 0;
    }
}
.pager li {
    font-size: 12px;
}
.news-post {
    font-size: .875em;
    color: #485460;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 1.5px;
    text-align: justify;
}
.news-post>h3>a{
    color: #343b41;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 1.3px;
}

svg.icon.gicon-gmedia {
    width: 72px;
    height: 72px;
    /* margin: 0 25px; */
}

.news-post img {
    width: 100%;
    /*max-width: 600px;*/
    
    min-width: 280px;
    margin: 10px auto 30px;
}
.list-unstyled a:hover {
    text-decoration: underline;
}
@media (max-width: 992px) {
    .img-slider {
        margin-right: auto;
        margin-left: auto;
    }
}
.mypointer {
    cursor: pointer !important;
}
.mypointer:hover {
    text-decoration: underline;
}
.no-padding {
    padding: 0 !important;
}
span.date-post>small {
    font-size: 11px !important;
}
.slides img {
    width: 100%;
    /*max-height: 100%;*/
    
    object-fit: cover;
    /*position: fixed;*/
}

/*multilevel dropdown*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-submenu:hover>.dropdown-menu,
.dropdown-submenu>a:after {
    display: block;
}
.post-slide {
    margin-bottom: 10px;
}
.img-cover {
    object-fit: cover;
}
.img-thumb-post {
    height: 200px !important;
}
.fixed-300 {
    min-height: 300px !important;
}
@media (max-width: 768px) {
    .fixed-300 {
        min-height: 0 !important;
    }
}
@media (min-width: 769px) {
    .fixed-300>.read-more {
        position: absolute;
        bottom: 30px;
    }
}
#covmap {
    height: 400px;
}
@media (min-width: 769px) {
    .fixed-300>.read-more {
        position: absolute;
        bottom: 30px;
    }
}
.dropdown-language {
    min-width: 110px;
    width: auto;
}
.dropdown-language>li {
    padding-left: 1.2em;
    padding-right: 1.2em;
    text-align: left;
}
.dropdown-language>li>a {
    color: #777777 !important;
    padding: 0 !important;
}

/* RESPONSIVE

/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
    .cap-text {
        text-align: center;
        top: 15%;
    }
    
    #first-slider .slide h3 {
        color: #fff;
        font-size: 1.5em;
        font-weight: 500;
    }
    
    #first-slider .slide p {
        color: #fff;
        font-size: 12px;
    }
    
    .item p {
        margin: 0 0 20px;
    }
    
    .cap-text p {
        width: 100%;
    }
    
    .cap-text img {
        display: block;
        margin: auto;
        width: 60%;
    }
    
    .control-round .carousel-control {
        display: none;
    }
}
@media (max-width: 480px) {
    .cap-text {
        text-align: center;
        top: 15%;
    }
    
    #first-slider .slide h3 {
        color: #fff;
        font-size: 1.5em;
        font-weight: 500;
    }
    
    .item p {
        margin: 0 0 20px;
    }
    
    .cap-text img {
        display: block;
        margin: auto;
        width: 60%;
    }
    
    .cap-text p {
        width: 100%;
    }
    
    #first-slider .slide p {
        color: #fff;
        font-size: 12px;
    }
    
    .cap-text>a.btn-default,
    .cap-text>a.btn-white {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    
    .indicators-line>.carousel-indicators {
        display: none;
    }
}
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

/* same height columns */
.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}

@media only screen and (min-width: 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

.is-table-row .box {
    background: none;
    position: static;
}

.list-client img{
    max-width: 200px;
    height: 120px;
    /*object-fit: cover;*/
}