/*Typography=========================== */


@font-face {
    font-family: Gadugi-Bold;
    src: url(../fonts/gadugib.html);
    src: url(../fonts/gadugibd41d.html?#iefix) format("embedded-opentype"), url(../fonts/gadugib-2.html) format("woff2"), url(../fonts/gadugib-3.html) format("woff"), url(../fonts/gadugib.ttf)
}



@font-face {
    font-family: Gadugi-Regular;
    src: url(../fonts/gadugi.html);
    src: url(../fonts/gadugid41d.html?#iefix) format("embedded-opentype"), url(../fonts/gadugi-2.html) format("woff2"), url(../fonts/gadugi-3.html) format("woff"), url(../fonts/gadugi.ttf)
}



html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #fff;
}

.dark {
    color: #222 !important;
}

.red {
    color: #1B87CB !important
}

.white {
    color: #fff !important;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}

.iconbox {
    max-width: 92px !important;
    text-align: center;
    margin-top: -48px;
    background-color: #fff;
    box-shadow: 0px 0px 9px #ddd;
    border-radius: 50%;
    padding: 16px;
    margin-bottom: 10px;
    transition: all 0.1s linear 0s;
}

.iconbox3 {
    max-width: 92px !important;
    text-align: center;
    margin-top: -48px;
    background-color: #fff;
    box-shadow: 0px 0px 9px #ddd;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
}

.iconbox5 {
    max-width: 170px !important;
    text-align: center;
    margin-top: -59px;
    border-radius: 5%;
    padding: 10px;
    /*margin-bottom: 10px;*/
}


.iconbox-section4 {
    width: 72px !important;
    text-align: center;
    position: absolute;
    left: 18px;
    top: 15%;
    background: #02b3e4;
    box-shadow: 0px 0px 9px #ddd;
    border-radius: 3%;
    padding: 15px 9px;
    margin-bottom: 10px;
}

.home4lead2::before {
    position: absolute;
    left: 114px;
    top: 23%;
    content: '';
    width: 100px;
    height: 1px;
    background-color: #02b3e4;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    margin: 10px 0;
}

.home4lead2::before {
    position: absolute;
    left: 114px;
    top: 20%;
    content: '';
    width: 100px;
    height: 2px;
    background-color: #02b3e4;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    margin: 10px 0;
}

#page_id_7 .section5.section.greysection p.lead2.white {
    margin-top: 28px;
}

.pagination a {
    padding: 0 10px;
}

.pagination strong {
    padding: 8px 20px;
    background: #39cbde;
    color: #fff;
}

.nav-links {
    margin: 0 20px;
}

.nav-links a {
    padding: 0 10px;
}

.nav-links span {
    padding: 8px 20px;
    background: #39cbde;
    color: #fff;
}

.eight_boxes:hover .home4lead2::before {
    left: 84px;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}

.home-sec-4 .eight_boxes {
    min-height: 219px !important;
}

.home-sec-4 .eight_boxes:hover {
    box-shadow: 0px 2px 2px #AAA;
}

.home4cont {
    margin-top: 10px;
}

.iconboxhome {
    max-width: 50px !important;
    text-align: center;
    margin-top: 10px;
    background-color: transparent;
    border: solid 1px #fff;
    padding: 10px;
    height: 60px;
    transition: all 0.1s linear 0s;
}

.home-sec-3-1:hover .iconboxhome {
    max-width: 50px !important;
    text-align: center;
    margin-top: 0px;
    background-color: transparent;
    border: solid 1px #fff;
    padding: 10px;
    transition: all 0.1s linear 0s;
}

.home-sec-3-1 {
    margin-top: 10px;
}

.eight_boxes {
    background-color: #fff;
    margin-top: 10px;
    margin-left: 40px;
    border: solid 1px #D8D8D8;
    padding: 10px 15px 3px 58px;
    transition: all 0.1s linear 0s;
    min-height: 192px;
}

.four_boxes {
    border: solid 1px #D8D8D8;
    margin-top: 40px;
    padding: 10px;
    background: linear-gradient(to bottom right, #02b3e4, #02ccba);
    min-height: 300px;
    transition: all 0.1s linear 0s;
}

.four_boxes_light {
    border: solid 3px #fff;
    margin-top: 40px;
    padding: 10px;
    background: #fff;
    min-height: 170px;
    transition: all 0.1s linear 0s;
    border: solid 1px #DDD;
}

.four_boxes_light:hover {
    border-bottom: solid 3px #02b3e4;
    margin-top: 40px;
    padding: 10px;
    background: #fff;
    transition: all 0.1s linear 0s;
}

.four_boxes_light:hover .iconbox {
    margin-top: -55px;
    transition: all 0.1s linear 0s;
}

.greysection {
    background: #f7f7f7;
}

.four_boxes:hover {
    border: solid 1px #D8D8D8;
    box-shadow: 0px 0px 9px 3px #ddd;
    transition: all 0.1s linear 0s;
}

.four_boxes:hover .iconbox {
    margin-top: -55px;
    transition: all 0.1s linear 0s;
}

.eight_boxes:hover .iconbox2 {
    margin-top: -5px;
    transition: all 0.1s linear 0s;
}

body {
    font-family: 'Gadugi-Regular', sans-serif;
    /* font-family: 'Open Sans', sans-serif;*/
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #222;
}

a {
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3f3f3f;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    font-weight: 500;
}

h1 {
    font-size: 48px;
    line-height: 52px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

p {
    margin-bottom: 20px;
}

.section {
    padding: 50px 0;
}


/*Navbar Adjusment=========================== */


/* Navbar Atribute ------*/

.attr-nav>ul>li>a {
    /* padding: 28px 15px;*/
    padding: 5px 8px 3px 10px;
    background: #E00;
    margin: 8px;
    border-radius: 5px;
}

.search i {
    font-size: 35px;
    color: #fff;
}

ul#menushort1 {
    width: 204px;
}

ul#menushort {
    width: 200px;
}

ul.cart-list>li.total>.btn {
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

.solslider {
    padding-top: 170px;
    padding-bottom: 230px;
}

.sol-child-slider {
    padding-top: 170px;
    padding-bottom: 80px !important;
}

.tabs-left li {
    background: #f7f7f7;
}

active.tab-content::after {
    top: 16px;
    left: -50px;
    bottom: auto;
    border-width: 10px 50px 10px 0;
    border-color: transparent #f3961c;
}


.foothd {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.mx-1 {
    background: #fff !important;
    cursor: pointer;
    padding: 10px 14px !important;
    border-radius: 50%;
}

.mx-1:hover {
    background: #E00 !important;
    cursor: pointer;
    padding: 10px 14px !important;
    border-radius: 50%;
}

.container.text-center.text-md-left {
    padding-bottom: 48px;
}

.mx-1:hover i {
    color: #fff;
}

.footlnk li {
    text-align: left;
}

.footlnk li a {
    color: #a9bbc5;
    text-transform: uppercase;
    text-decoration: none;

}

.footlnk li a:hover {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;

}



.slider-texthome {
    font-size: 38px;
    color: #1B87CB;
    letter-spacing: 0;
    line-height: 50px;
}

.slider-textcont {
    font-size: 45px;
    color: #1B87CB;
    letter-spacing: 0;
    line-height: 60px;
}



.dism-img {
    display: none;
}




.lead3 {
    font-size: 20px;
    color: #444;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 7px;
}

.slider-text {
    font-size: 44px;
    color: #fff;
    letter-spacing: 0;
    line-height: 50px;
    font-weight: normal !important;
    font-family: 'Gadugi-Bold';
}

.w-100 {
    width: 46% !important;
}


.buttoncta {}


.buttoncta a:hover {
    background: #ea1616;
    color: #fff;
    padding: 7px 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 2px 4px 7px 0px #484545;
}

.fancy {
    line-height: 0.5;
    text-align: left;
    margin-left: 115px;
}

.fancy span {
    display: inline-block;
    position: relative;
}

.fancy span:before {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #DD0000;
    border-top: 1px solid #DD0000;
    top: 0;
    width: 100px;
}

.fancy span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy span:after {
    left: 100%;
    margin-left: 15px;
}

@media (min-width: 1024px) {

    /* Navbar General ------*/
    nav.navbar ul.nav>li>a {
        padding: 30px 15px;
        font-weight: 600;
    }

    nav.navbar .navbar-brand {
        margin-top: 0;
    }

    nav.navbar .navbar-brand img.logo {
        width: 50px;
    }

    nav.navbar .navbar-brand {
        margin-top: 0;
    }

    nav.sticky .navbar-brand {
        margin-top: -7px;
    }

    nav.navbar .navbar-brand img.logo {
        width: 224px;
        background: #fff;
        padding: 6px;
        border-radius: 5px;
    }

    nav.navbar li.dropdown ul.dropdown-menu {
        border-top: solid 5px;
    }

    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand {
        margin: 0 !important;
    }

    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand {
        margin: 10px !important;
    }

    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        position: relative;
        top: -15px;
    }

    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand {
        margin-bottom: 50px;
    }

    nav.navbar-sidebar ul.nav>li>a {
        padding: 10px 15px;
        font-weight: bold;
    }

    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255, 255, 255, 0.3);
        border-bottom: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #555;
    }

    nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
        border-left: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #555;
    }

    nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a,
    nav.navbar.bootsnav.no-background.white ul.nav>li>a {
        color: #fff;
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a {
        color: #eee;
    }
}

@media (max-width: 992px) {

    /* Navbar General ------*/
    nav.navbar .navbar-brand {
        margin-top: 0;
        position: relative;
        top: 4px;
    }

    nav.navbar .navbar-brand img.logo {
        width: 120px;
    }

    .attr-nav>ul>li>a {
        padding: 10px;
    }

    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav>li>a {
        padding: 15px 15px;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu>li>a {
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        top: 0;
        padding-top: 10px;
    }
}


/* Navbar Inverse=================================*/

nav.navbar.navbar-inverse {
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li.total>.btn {
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list>li.total .pull-right {
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav>li>a {
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav>li.dropdown>a {
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu>li>a {
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6 {
    color: #fff;
}

nav.navbar.navbar-inverse .form-control {
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav>ul>li>a {
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav>ul>li.dropdown ul.dropdown-menu {
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li {
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list>li img {
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li.total {
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul>li>a {
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu {
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a {
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content {
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li.active>a {
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav>li>a {
    border: none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle {
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu {
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu>li>a {
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu {
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #999;
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #999;
    }

    nav.navbar.navbar-inverse.no-background.white .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav>li>a,
    nav.navbar.navbar-inverse.no-background.white ul.nav>li>a {
        color: #fff;
    }

    nav.navbar.navbar-inverse.no-background.dark .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav>li>a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav>li>a {
        color: #3f3f3f;
    }
}

@media (max-width: 992px) {
    nav.navbar.navbar-inverse .navbar-toggle {
        color: #eee;
        background-color: #222 !important;
    }

    nav.navbar.navbar-inverse .navbar-nav>li>a {
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu>li>a {
        color: #999;
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title {
        border-bottom: solid 1px #303030;
        color: #eee;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul>li>a {
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul {
        border-top: solid 1px #303030;
    }

    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse {
        background-color: #222;
    }
}

@media (max-width: 767px) {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav {
        border-top: solid 1px #222;
    }
}


/*Color=========================== */

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list>li>h6>a,
.attr-nav>ul>li>a:hover,
.attr-nav>ul>li>a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on>a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on>a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on>a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on>a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav>li>a:hover,
nav.navbar ul.nav li.active>a,
nav.navbar li.dropdown ul.dropdown-menu>li a:hover {
    color: #fa4832;
}

nav.navbar ul.nav>li.active>a:hover {}

nav.navbar.navbar-transparent ul.nav>li>a:hover,
nav.navbar.no-background ul.nav>li>a:hover,
nav.navbar ul.nav li.scroll.active>a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu>li>a:hover,
nav.navbar ul.nav li.dropdown.on>a,
nav.navbar-dark ul.nav li.dropdown.on>a {
    color: #eda901 !important;
}

@media(max-width:920px) {

    nav.navbar .dropdown .megamenu-content .col-menu ul>li>a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
        color: #0082C6 !important;
    }
}


/*Border=========================== */

ul.cart-list>li.total>.btn {
    border-color: #0082C6;
}

nav.navbar li.dropdown ul.dropdown-menu {
    border-top-color: #eda901 !important;
}


/*Background=========================== */

ul.cart-list>li.total>.btn,
.attr-nav>ul>li>a span.badge,
nav.navbar .share ul>li>a:hover,
nav.navbar .share ul>li>a:focus {
    background-color: #0082C6;
}

ul.cart-list>li.total>.btn:hover,
ul.cart-list>li.total>.btn:focus {
    background-color: #dc3236 !important;
}


/*Accordion Menu*/

.panel-group .panel {
    border-radius: 0px;
    box-shadow: none;
    border-color: none;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 16px !important;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

.more-less {
    top: 8px !important;
    font-weight: bold !important;
}

.navbar-toggle.collapsed {
    background: transparent !important;
    /* color: #fff !important;*/
}

.collapsed {
    background: #f7f7f7;
    color: #444 !important;
}

.collapsed>.more-less {
    color: #fff !important;
    font-weight: bold !important;
}

.nav.nav-justified>li>a {
    position: relative;
}

.nav.nav-justified>li>a:hover,
.nav.nav-justified>li>a:focus {
    background-color: transparent;
}

.nav.nav-justified>li>a>.quote {
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: transparent;
    border-radius: 15px;
    color: #fff;
}

.nav.nav-justified>li.active>a>.quote {
    opacity: 1;
}


/*.nav.nav-justified > li > a > img { box-shadow: 0 0 0 5px #EE0000; }*/

.nav.nav-justified>li>a>img {
    max-width: 100%;
    opacity: .3;
    -webkit-transform: scale(.8, .8);
    transform: scale(.8, .8);
    -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;
    transform: none;
    -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 20px;
}

@media (min-width: 768px) {
    .nav.nav-justified>li>a>.quote {
        left: auto;
        top: auto;
        right: 45%;
        bottom: 25px;
        font-size: 50px;
    }

    #nav-tabs .active .lead2 {
        color: #E00
    }
}

.section5 .nav.nav-justified>li>a>.quote {
    left: auto;
    top: auto;
    right: 45%;
    bottom: 68px;
    font-size: 50px;
}

.solli {
    display: inline;
    float: left;
}

.solli li {
    text-align: left;
    font-size: 16px;
}


/*Saas-Page css*/

.dev-cmicon {
    width: 100%;
    float: left;
    position: relative;
}

.dev-cmicon-txt {
    width: 100%;
    float: left;
    text-align: center;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .3);
    min-height: 336px;
    margin-bottom: 34px;
    margin-top: 60px;
    padding: 8px 8px 0 8px;
    background: linear-gradient(to bottom right, #02b3e4, #02ccba);
}

.iconbox5 {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.dev-cmicon-txt:hover .iconbox5 {
    margin-top: -69px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

span.dev-icon-cmsLeft {
    text-align: center;
    width: 85px;
    height: 85px;
    display: block;
    border-radius: 50%;
    background-clip: padding-box;
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../images/sa-icon.html);
    box-shadow: 0px 1px 4px 1px #73737363;
    background-position: 12px -75px;
}

span.dev-icon2 {
    background-position: 90px 8px;
}

span.dev-icon3 {
    background-position: -346px -164px;
}

span.dev-icon4 {
    background-position: -261px -162px;
}

span.dev-icon-cmsLeft img {
    text-align: center;
    margin: 20px 0 0 0;
}

.do-you .circlecta {
    background-color: #20A0DE;
    color: #fff;
    box-shadow: 2px 2px 8px 2px #989898c7;
    width: 438px;
    display: table-cell;
    vertical-align: middle;
    padding: 58px 0 89px 0px;
    position: relative;
    top: 30px;
    right: 10px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 39px 321px;
    overflow: hidden;
    border-radius: 38px;
}

.service-box {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .12);
    -moz-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .12);
    box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .12);
    margin: 15px 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    min-height: 305px;
}

h2.screen-reader-text {
    font-size: 20px;
    color: #1b87d4;
    margin: 0 20px;
    display: none;
}

.home-6 {
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .12);
    -moz-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .12);
    box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .12);
    background: #fff;
    border-radius: 7px;
}

.service-inner-box {
    padding: 20px;
}

.service-icon-box {
    width: 20%;
    max-width: 50px;
    float: left;
    padding-top: 2px;
}

.service-content-box {
    width: 100%;
    float: left;
    min-height: 274px;
}

.service-content-box1 {
    width: 100%;
    float: left;
}

#page_id_3 .section6.section {
    padding: 30px 0 120px 0 !important;
}

.section6 .carousel-indicators {
    bottom: -27px !important;
}

.service-box .img-holder {
    position: relative;
}

.service-box .img-holder:before {
    background-color: rgba(0, 26, 87, 0.6);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10;
}

.service-box:hover .img-holder:before {
    opacity: 1;
}

.service-box .img-holder img {
    width: 100%;
}

.service-box h3 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500;
}

.service-box p {
    color: #111;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}

.service-box i {
    color: #47588f;
    font-size: 32px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.service-box:hover i {
    color: #232323;
}

.tab-bg {
    position: absolute;
    bottom: -40px;
    transform: translate(-50%);
    left: 50%;
}

ul.survive {
    padding: 0px;
    margin: 0px;
}

ul.survive li {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    /*list-style-position: inside;*/
    font-size: 16px;
}

ul.survive p {
    margin: 0px 0 8px 0;
    font-size: 15px;
}


/*Service CSS*/



.serslider {
    padding-top: 190px;
    padding-bottom: 70px;
}

.servsliderbox {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#02b3e4), to(#02ccba));
    background-image: linear-gradient(to bottom right, #02b3e4, #02ccba);
    padding: 0px;
    box-shadow: 5px 5px 5px #AAA;
}

.fancy2 {
    line-height: 0.5;
    text-align: left;
    margin-left: 115px;
}

.fancy2 span {
    display: inline-block;
    position: relative;
}

.fancy2 span:before {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 0;
    width: 100px;
}

.fancy2 span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy2 span:after {
    left: 100%;
    margin-left: 15px;
}

.fancy3 {
    line-height: 0.5;
    text-align: left;
    margin-left: 61px;
}

.fancy3 span {
    display: inline-block;
    position: relative;
}

.fancy3 span:before {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #1B87CB;
    border-top: 1px solid #1B87CB;
    top: 0;
    width: 50px;
}

.fancy3 span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy3 span:after {
    left: 100%;
    margin-left: 15px;
}



.serv-3-box {
    padding: 10px 20px;
    box-shadow: 0px 5px 5px #ddd;
    border: solid 1px #ddd;
    background: #fff;
}

.serv-31-box {
    padding: 10px 20px;
    box-shadow: 2px 2px 2px #EEE;
    background: #fff;
}

.serv-51-box {
    padding: 10px 20px;
    border: solid 1px #ddd;
    background: #fff;
    margin-top: 10px;
    min-height: 315px;
}

.serv-32-box {
    padding: 5px 10px;
    background: #F1F1F1;
}

.servsec {
    padding: 30px 0 30px 0;
}

.servsec2 {
    padding: 30px 20px 30px 20px;
    background: #fff;
}

.servsec3 {
    padding: 30px 20px;
    background: #F1F1F1;
    margin-top: 30px;
}

.servsec4 {
    padding: 30px 20px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#02b3e4), to(#21B4A2));
    background: linear-gradient(to bottom right, #02b3e4, #21B4A2);
    margin-top: 30px;
    min-height: 322px;
    z-index: 99 !important;
}

.servsec4-2 {
    /*padding: 30px 20px;*/
    background: #fff;
    margin-top: 30px;
    padding-left: 0px;
    z-index: 9;
    min-height: 322px;
}

.servsec4-2 {
    padding: 23px 23px 20px 23px;
    border-left: 0px solid #3EC8AC;
    border-right: 5px solid #4E90A4;
    border-radius: 0 5px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 5px;
    -moz-background-size: 100% 5px;
    background-size: 100% 5px;
    background-image: -webkit-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -webkit-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
    background-image: -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
    background-image: -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
    background-image: linear-gradient(to right, #3EC8AC 0%, #4E90A4 100%), linear-gradient(to right, #3EC8AC 0%, #4E90A4 100%);
}

.servsec5 {
    padding: 30px 20px;
    background: #Fff;
    margin-top: 30px;
}

.servsec2-1 {
    padding: 40px 10px;
    background: #fff;
}

.servsec2-1 ul {
    margin: 0px;
    padding: 0px;
}

.servsec2-1 ul li {
    padding: 10px 0px;
    list-style: none;
    font-size: 18px;
}

.iconbox4 {}

.servsec4-2-ul li {
    display: inline;
    list-style: none;
    font-size: 22px;
    padding: 10px 50px 10px 0;
}

.servsec4-2-ul li img {
    width: 50px;
}


/*Company Overview CSS*/

.comp-over-sec-2 {
    padding-top: 150px;
}

.com-sect-2-box-1 {
    background: #fff;
    box-shadow: 0px 4px 3px #BBB;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: -50px;
}

.com-sect-2-box-1:hover {
    background: #fff;
    box-shadow: 0px 4px 3px #888;
}

.com-sect-2-box-1 .lead2,
.com-sect-2-box-1 .cont {
    padding-top: 5px;
    margin-bottom: 5px;
}

.com-sect-2-box-2 {
    background: #fff;
    box-shadow: 0px 4px 3px #BBB;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: -100px;
}

.com-sect-2-box-2:hover {
    background: #fff;
    box-shadow: 0px 4px 3px #888;
}

.com-sect-2-box-2 .lead2,
.com-sect-2-box-2 .cont {
    padding-top: 5px;
    margin-bottom: 5px;
}

.comp-over-sec-3 {}

.oracle-logo {
    margin-top: -70px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.com-sect-3-box-1 {
    margin-top: 70px;
    background: #F7f7f7;
    box-shadow: 0px 4px 3px #BBB;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-bottom: solid 5px transparent;
}

.borderhover {
    border-bottom: solid 5px transparent;
    min-height: 273px;
}

.borderhover:hover {
    border-bottom: solid 5px #02B3E4;
}

.borderhover:hover {
    border-bottom: solid 5px #02B3E4;
}

.com-sect-3-box-1:hover .oracle-logo,
.com-sect-3-box-1:hover .amazon-logo,
.com-sect-3-box-1:hover .google-logo {
    margin-top: -90px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.amazon-logo {
    margin-top: -70px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.com-sect-3-box-2 {
    margin-top: 70px;
    background: #FCB134;
    box-shadow: 0px 4px 3px #BBB;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.com-sect-3-box-2:hover {
    margin-top: 90px;
}

.com-sect-3-box-2:hover .amazon-logo {
    margin-top: -90px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.google-logo {
    margin-top: -70px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.com-sect-3-box-3 {
    margin-top: 70px;
    background: #517CBD;
    box-shadow: 0px 4px 3px #BBB;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#page_id_1 .com-sect-3-box-2:hover,
#page_id_1 .com-sect-3-box-3:hover {
    margin-top: 70px;
}

.com-sect-3-box-3:hover {
    margin-top: 90px;
}

.com-sect-3-box-3:hover .google-logo {
    margin-top: -90px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.comp-over-sec-4 {
    padding: 0px;
}

.com-sect-4-box-1 {
    padding: 20px 150px 20px 100px;
    background: #f7f7f7
}

.com-sect-4-box-2 {
    padding: 90px 70px 90px 150px;
    background: #517CBD;
}

.clients-logo2 {
    padding: 3px;
    border: 1px solid #f7f7f7;
    /*box-shadow: 1px 1px 6px 1px #4444442b;*/
    background: #f7f7f7;
}

.reviews {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 0px;
}

.clients-logo {
    border: solid 1px #ddd;
    background: #fff;
    padding: 10px;
    margin-bottom: 7px;
}

.industry-logo {
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    background: none;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-bottom: 7px;
}

.com-test {
    background: linear-gradient(to bottom right, #02b3e4, #02ccba);
    border-radius: 50%;
    padding: 2px;
}

.com-sect-5-box-2 .carousel {
    background: #EBECEC;
    border-radius: 5px;
}

.com-sect-5-box-2 .carousel-indicators {
    margin-bottom: 25px;
}

#page_id_3 .com-sect-5-box-2 .carousel-indicators {
    margin-bottom: 5px;
}

#page_id_3 .com-sect-5-box-2 .carousel-indicators {
    margin-bottom: 5px;
}


/*Leadership CSS*/

.solslider2 {
    padding-top: 170px;
    padding-bottom: 50px;
}

.leadershp-sec-2 {
    padding-bottom: 0px;
    padding-top: 50px;
}

.leadershp-sec-21 {
    padding: 40px 20px 100px 50px !important;
    background-size: contain !important;
}

.leadership-3-box-1:hover {
    background: #22B1CE;
    margin-top: 85px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 0px 4px 3px #BBB;
}

.leadership-3-box-1:hover .cont,
.leadership-3-box-1:hover .lead2 {
    color: #fff !important;
}

.leadership-3-box-1 {
    border: solid 2px #22B1CE;
    margin-top: 85px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-bottom: 10px;
}

.leadership-team {
    background: linear-gradient(to bottom right, #02b3e4, #02ccba);
    border-radius: 50%;
    margin-top: -70px;
}

.leadership-3-box-1:hover .linkedin {
    position: absolute;
    margin-left: -19px;
    margin-top: -00px;
}

.linkedin {
    position: absolute;
    margin-left: -22px;
    margin-top: -49px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.leadership-sec-5 {
    padding: 50px 0 400px 0;
}


/*customer CSS*/

.customer-sec-2 {}

.customer-sec-2-box-1 {}

.customer {
    border: solid 1px #DDD;
    background: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.customer:hover {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 0px 4px 3px #BBB;
}

.partner {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.partner:hover {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: -5px;
}

.customer-sec-2-box-2 {
    background: linear-gradient(to bottom right, #02b3e4, #02ccba);
    padding: 15px;
}

.customer-sec-5-box-2 {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#02b3e4), to(#02ccba));
    background-image: linear-gradient(to bottom right, #02b3e4, #02ccba);
    padding: 50px;
    margin-top: 30px;
    margin-left: -100px;
    box-shadow: 0px 2px 3px #888;
}

.customer-sec-5-box-2:hover {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 0px 4px 3px #444;
}

.section20 .panel-group {
    margin-top: 50px;
}


/*Success Stroies CSS*/

.solslider3 {
    padding-top: 120px;
    padding-bottom: 0px;
}

.padtop40 {
    padding-top: 40px;
}

.know-abt {
    position: relative;
}

.know-txt {
    width: 50%;
    background: #5c87e6;
    border-radius: 14px;
    padding: 40px 30px;
    position: absolute;
    top: 0px;
    min-height: 258px;
}

.know-txts {
    width: 60%;
    background: #5c87e6;
    border-radius: 14px;
    padding: 50px 20px;
    position: absolute;
    top: 0px;
    min-height: 200px;
}


/*events timeline*/

.events-timeline {
    position: relative;
    margin-top: 157px;
}

.events-timeline .timeline-block {
    position: relative;
}

.events-timeline .timeline-block .content-column {
    position: relative;
    padding-right: 72px;
    padding-top: 30px;
}

.events-timeline .timeline-block .content-column .content-box {
    position: relative;
    text-align: center;
}

.events-timeline .timeline-block .content-column .content-box .event-header {
    position: relative;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#02b3e4), to(#02ccba));
    background-image: linear-gradient(to bottom right, #02b3e4, #02ccba);
    padding: 18px 0px 5px 0;
    border-radius: 8px 8px 0 0;
    display: inline-block;
    z-index: 1;
    max-width: 344px;
    margin: 0 auto;
    width: 100%;
    top: 16px;
}

.events-timeline .timeline-block .content-column .event-header h3 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.events-timeline .timeline-block .content-column .event-header h3 a {
    color: #222222;
}

.events-timeline .timeline-block .content-column .event-header h3 a:hover {
    color: #ffffff;
}

.events-timeline .timeline-block .content-column .event-date {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 148px;
    border: 1px solid #3fbdcb;
}

.events-timeline .timeline-block .content-column .event-date2 {
    position: absolute;
    bottom: -104px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.succlogo {
    display: inline;
    max-width: 120px;
    padding: 1px;
    background: #3FBDCB;
    box-shadow: 2px 2px 8px #444;
}

.succlogo:hover {
    display: inline;
    max-width: 120px;
    padding: 1px;
    background: #3FBDCB;
    box-shadow: 2px 2px 3px #888;
}

.logo-sc li {
    float: left;
}

.events-timeline .timeline-block .content-column .content-box .content {
    position: relative;
    padding: 50px 34px 50px;
    background-size: cover;
    margin-top: 0px;
}

.events-timeline .timeline-block .content-column .content-box .content .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.events-timeline .timeline-block .content-column .content-box .content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.65);
}

.events-timeline .timeline-block .content-column .content-box .event-info-box {
    position: absolute;
    left: 100%;
    top: 55px;
    width: 220px;
    margin-left: 50px;
    text-align: left;
    padding-left: 50px;
}

.events-timeline .timeline-block .content-column .content-box .event-info-box h3 {
    position: relative;
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.events-timeline .timeline-block .content-column .content-box .event-info-box .event-place {
    color: #666666;
    font-size: 13px;
}

.events-timeline .timeline-block .content-column .event-info-box .info-bullets {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #999999;
}

.events-timeline .timeline-block .content-column .event-info-box .info-bullets:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    background-color: #999999;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.events-timeline .timeline-block .content-column .event-info-box .info-bullets:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 24px;
    height: 240px;
    width: 2px;
    background-color: #e0e0e0;
}

.events-timeline .timeline-block.right-aligned .content-column {
    float: right;
    padding-left: 50px;
    padding-right: 0px
}

.events-timeline .timeline-block.right-aligned .content-column .event-info-box {
    right: 100%;
    left: auto;
    margin-right: 50px;
    padding-left: 0px;
    padding-right: 50px;
    text-align: right;
}

.events-timeline .timeline-block.right-aligned .content-column .event-info-box .info-bullets {
    right: 0px;
    left: auto;
}

.left-aligned,
.right-aligned {
    margin-bottom: 13px;
}

.events-timeline .timeline-block.left-aligned .content-column:hover .event-info-box .info-bullets:before,
.events-timeline .timeline-block.right-aligned .content-column:hover .event-info-box .info-bullets:before {
    background-color: #3fbdcb;
}

.events-timeline .timeline-block:last-child .event-info-box .info-bullets:after {
    display: none;
}

.events-blog-section .btn-style-three {
    margin-top: 40px;
}

.events-timeline .timeline-block.left-aligned .content-column:hover .extrabox:after {
    background-color: #3fbdcb;
    top: 65px;
    content: "";
    height: 1px;
    right: -58px;
    position: absolute;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    width: 270px;
}

.events-timeline .timeline-block.left-aligned .content-column .extrabox:after {
    background-color: #3fbdcb;
    top: 65px;
    content: "";
    height: 0px;
    right: 0px;
    position: absolute;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    width: 270px;
}

.events-timeline .timeline-block.left-aligned .content-column:hover .extrabox:after {
    background-color: #3fbdcb;
    top: 65px;
    content: "";
    height: 1px;
    right: -58px;
    position: absolute;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    width: 270px;
}

.events-timeline .timeline-block.right-aligned .content-column .extrabox:after {
    background-color: #3fbdcb;
    top: 65px;
    content: "";
    height: 0px;
    left: 0px;
    position: absolute;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    width: 270px;
}

.events-timeline .timeline-block.right-aligned .content-column:hover .extrabox:after {
    background-color: #3fbdcb;
    top: 65px;
    content: "";
    height: 1px;
    left: -58px;
    position: absolute;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    width: 270px;
}

.events-timeline .timeline-block .content-column .event-header h3 a {
    text-decoration: none;
    outline: none;
}

.margin-btn {
    margin-top: 40px;
}


/*** /******Why Join Us****/

.success-box-2 {
    padding: 125px 64px 130px 120px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#02b3e4), to(#02ccba));
    background-image: linear-gradient(to bottom right, #02b3e4, #02ccba);
}

.voilet-box {
    background: #673960;
    width: 100%;
    float: left;
}

.green-box {
    background: #85a400;
    width: 100%;
    float: left;
}

.orange-box {
    background: #e16e38;
    width: 50%;
    float: left;
}

.yellow-box {
    background: #f4b800;
    width: 50%;
    float: left;
}

.icon-p-txt {
    font-size: 13px;
    line-height: 16px;
}

.success-box-1 {
    padding: 20px 96px 20px 48px;
    background: #f7f7f7;
}


/******News & Blog*****/

.rightside-news {
    background: #f7f7f7;
    border: 1px solid #dadbdc;
    padding: 10px;
    width: 100%;
    float: left;
}


/******Current Opening*****/

.join-now {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#02b3e4c7), to(#02ccbac9));
    background-image: linear-gradient(to bottom right, #02b3e4c7, #02ccbac9);
    padding: 30px;
    width: 100%;
    float: left;
}

.form-bg {
    margin-bottom: 10px;
}

.form-input {
    height: 42px !important;
    margin-bottom: 10px;
    padding: 12px 12px;
}

.job-post {
    float: left;
    background: #f8f8fc;
    border: 1px solid #dadbdc;
    margin: 20px 0px;
    padding: 10px 20px;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.margin5 {
    margin: 5px 0 !important;
}

.viewDetail {
    color: #ee0000;
    text-decoration: underline;
}

.partnerarea .partnerareaimg {
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.partnerarea:hover .partnerareaimg {
    margin-top: -10px;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.partnerarea .partner-sec-2-box-2 {
    padding: 15px;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.partnerarea:hover .partner-sec-2-box-2 {
    padding: 15px;
}

.partnerarea2 .partner-sec-2-box-1>img {
    border-bottom: solid 3px #ddd;
}

.partnerarea2:hover .partner-sec-2-box-1>img {
    border-bottom: solid 3px #4286F5;
    box-shadow: 0px 4px 3px #BBB;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.partnerarea2 .partner-sec-2-box-2 {
    background-color: #4286F5 !important;
    padding: 15px;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.partnerarea2:hover .partner-sec-2-box-2 {
    padding: 15px;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
    border-radius: 10px;
    box-shadow: 0px 4px 3px #BBB;
}

.partnerarea3 .partner-sec-2-box-1>img {
    border-bottom: solid 3px #ddd;
}

.partnerarea3:hover .partner-sec-2-box-1>img {
    border-bottom: solid 3px #F68D10;
    box-shadow: 0px 4px 3px #BBB;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.partnerarea3 .partner-sec-2-box-2 {
    background-color: #F68D10 !important;
    padding: 15px;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.partnerarea3:hover .partner-sec-2-box-2 {
    padding: 15px;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
    border-radius: 10px;
    box-shadow: 0px 4px 3px #BBB;
}

.news-time {
    padding-left: 50px;
    font-size: 18px;
    color: #BBB;
}

.news-time span {
    font-size: 40px;
}

.news-post:hover .news-time:before {
    right: 100%;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.news-post .news-time:before {
    position: absolute;
    content: '';
    right: 92%;
    bottom: 10px;
    width: 100px;
    height: 2px;
    top: 22px;
    background-color: #EE0000;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.news-post {
    float: left;
    background: #f7f7f7;
    border: 1px solid #dadbdc;
    margin: 20px 0px;
    padding: 5px;
}

.newstitle2 {
    text-decoration: none;
}

.newstitle2:hover {
    text-decoration: none;
}

.newstitle2 h3 {
    text-decoration: none;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
    color: #1F8BCE
}

.newstitle2:hover h3 {
    text-decoration: none;
    color: #444;
}

.newsright {
    line-height: 18px;
    font-size: 16px;
}

.blogtitle {
    text-decoration: none;
    line-height: 18px;
    font-size: 16px;
}

.blogtitle:hover {
    text-decoration: none;
    line-height: 18px;
    font-size: 16px;
}

.blogtitle .lead2 {
    color: #1B87CB;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.blogtitle:hover .lead2 {
    color: #555;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}

input,
[type=file]+label {
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 8px;
    width: 100%;
    margin: 0px;
    left: 0;
}
select {
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 8px;
    width: 100%;
    margin: 0px;
    left: 0;
}
.btn {
    border-radius: 3px;
    padding: 8px;
    width: 100%;
}
.text_area{
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 8px;
    width: 100%;
    margin: 0px;
    left: 0;
    min-height: 100px;
}
[type=file]+label {
    left: 7.35em;
    top: 0.5em;
    /* Decorative */
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}

[type=file]+label:hover {
    background: #3399ff;
}


/*Contact Us*/

#page_id_35 .section20 .left40.col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    width: 40%;
}

#page_id_34 .section7 {
    margin-bottom: -30px;
}

#page_id_34 .section7 .container {
    width: 95%;
}

#page_id_34 .section7 .container .slider-text {
    text-align: left;
}

#page_id_34 .section7 .container .lead {
    text-align: left;
}

#page_id_34 .section7 .container .buttoncta {
    display: none;
}

#page_id_35 .section20 .left40.col-lg-4.col-md-4.col-sm-12.col-xs-12 .cont {
    text-align: justify;
}

#page_id_35 .section20 .right60.col-lg-5.col-md-5.col-sm-12.col-xs-12 {
    width: 60%;
}

#page_id_35 .section20 .hiddencenter.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
    display: none;
}

.contactleft {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#02b3e4), to(#02ccba));
    background-image: linear-gradient(to bottom right, #02b3e4, #02ccba);
    padding: 5px 15px;
    box-shadow: 0px 10px 5px #c5bdbd;
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s;
}

.contactleft:hover {
    box-shadow: 0px 0px 0px #c5bdbd;
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s;
}

#page_id_34 .section25.section.comp-over-sec-2 .container {
    width: 100%;
}

#page_id_34 .section25 .left100.col-lg-6.col-md-6.col-sm-12.col-xs-12 {
    width: 100%;
}

#page_id_34 .section25 .hiddenright.col-lg-6.col-md-6.col-sm-12.col-xs-12 {
    display: none;
}

#page_id_34 .section25.section.comp-over-sec-2 {
    padding-top: 50px;
    background: none !important;
}

#page_id_3 .col-lg-4.col-md-4.col-sm-12.col-xs-12 .com-sect-3-box-1 .cont {
    padding: 0px !important;
}

#page_id_3 .col-lg-4.col-md-4.col-sm-12.col-xs-12 .com-sect-3-box-2 .cont {
    padding: 0px !important;
}

#page_id_3 .col-lg-4.col-md-4.col-sm-12.col-xs-12 .com-sect-3-box-3 .cont {
    padding: 0px !important;
}

#page_id_3 .com-sect-2-box-1 .buttonctadark {
    display: none;
}

#page_id_3 .com-sect-2-box-2 .buttonctadark {
    display: none;
}

.contact-us-form {
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
}


/*Fade content bs-carousel with hero headersCode snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.comImage credits: unsplash.com*/


/********************************/


/*       Fade Bs-carousel       */


/********************************/

.fade-carousel {
    position: relative;
    height: 100vh;
}

.fade-carousel .carousel-inner .item {
    height: 100vh;
}

.fade-carousel .carousel-indicators>li {
    margin: 0 2px;
    background-color: #eda900;
    border-color: #eda900;
    opacity: .7;
}

.fade-carousel .carousel-indicators>li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}


/********************************/


/*          Hero Headers        */


/********************************/

.hero2 {
    padding-top: 10%;
}

.hero3 {
    padding-bottom: 11%;
}

.hero {
    position: absolute;
    vertical-align: middle;
    bottom: 0%;
    left: 7%;
    z-index: 3;
    color: #fff;
    text-align: left;
    /*text-transform: uppercase;      -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: 4em;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    text-align: left;
}

.hero h3 {
    font-size: 2em;
    color: #fff;
    text-align: left;
    font-weight: bold;
    margin: 5px 0 0 0;
    padding: 0;
}

.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;
}


/***slider2*****************************/

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*            Overlay           */


/********************************/


/********************************/


/*          Custom Buttons      */


/********************************/

.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}


/********************************/


/*       Slides backgrounds     */


/********************************/

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/*.fade-carousel .slides .slide-1 {  background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); }.fade-carousel .slides .slide-2 {  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);}.fade-carousel .slides .slide-3 {  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);}*/

#bs-carousel .carousel-indicators {
    margin-bottom: 36px;
}

nav.navbar .navbar-brand img.logo {
    background: url('../img/logo-vib.png') no-repeat !important;
    background-size: contain;
    padding: 5px;
    min-height: 64px;
    margin-top: 0px;
}

#page_id_1 nav.navbar .navbar-brand img.logo {
    background: url('../img/logo-vib.png') no-repeat !important;
    background-size: contain;
    padding: 10px;
    min-height: 64px;
}

nav.sticky .navbar-brand img.logo {
    background: url('../img/logo-vib.png') no-repeat !important;
    background-size: contain;
    padding: 10px;
    min-height: 64px;
}

nav.navbar.bootsnav ul.nav>li>a {
    padding: 8px 18px 20px 18px !important;
    font-size: 18px;
}


/********************************/


/*          Media Queries       */


/********************************/

@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
}


/* Responsive Media Queries max 480px*/

@media screen and (max-width: 480px) {
    nav.navbar {
        padding-top: 7px !important;
    }

    #page_id_3 nav.navbar .navbar-brand img.logo {
        background: none !important;
        padding: 10px;
        min-height: 64px;
    }

    nav.navbar .navbar-brand {
        background: url('../img/logo-color.png') no-repeat !important;
        background-size: contain !important;
        min-height: 45px;
    }

    nav.navbar .navbar-brand img.logo {
        background: none !important;
        padding: 10px;
        min-height: 45px;
    }

    nav.sticky .navbar-brand img.logo {
        background: none !important;
        padding: 10px;
        min-height: 45px;
    }
}


/* New Style for Janbask*/

.margin-top-txt {
    margin-top: 60px;
}

#page_id-1 .img-left {
    margin-left: 84px;
    margin-top: -40px;
}

#page_id-1 .sales-cloud-box {
    background: #fff;
    text-align: center;
    margin: 28px 0 16px 0px;
    position: relative;
    min-height: 80px;
    border-radius: 10px;
    transition: 1s;
}

#page_id-1 span.sales-cloud-img {
    position: absolute;
    transform: translate(-50%);
    top: -30px;
    left: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: 1s;
    /*position: absolute;	transform: translate(-50%);	top: -30px;	left: 50%;	border-radius: 8px;	border: 2px solid #ffffff;	background: #1e86b9;	padding: 7px 13px;	transition: 1s;*/
}

#page_id-1 .sales-cloud-box:hover span.sales-cloud-img {
    top: -40px;
}

#page_id-1 .sales-cloud-box:hover p {
    padding-top: 26px;
}

#page_id-1 .sales-light-box {
    background: #fff;
    text-align: center;
    margin: 28px 0px;
    position: relative;
    min-height: 204px;
    border-radius: 10px;
    padding-bottom: 20px;
    transition: 1s;
}

#page_id-1 span.sales-light-img {
    position: absolute;
    transform: translate(-50%);
    top: -42px;
    left: 50%;
    border-radius: 8px;
    transition: 1s;
}

#page_id-1 .sales-light-box h3 {
    padding-top: 64px;
    margin: 0px;
    transition: 1s;
}

#page_id-1 .sales-cloud-box p {
    padding: 10px 0px;
    padding-top: 34px;
    transition: 1s;
}

#page_id-1 .sales-light-box:hover span.sales-light-img {
    top: -48px;
}

#page_id-1 .sales-light-box:hover p {
    padding-top: 2px;
}

#page_id-1 .sales-light-box:hover h3 {
    padding-top: 44px;
}

#page_id-1 .sales-light-box:hover {
    min-height: 204px;
}

#page_id-1 .our-data-img {
    background: #fff;
    border: 3px solid #107db6;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
}

#page_id-1 .our-data-txt {
    text-align: center;
    background: #fff;
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    margin-top: -5px;
    padding: 8px 0 2px 0px;
    transition: 1s;
}

.margin-topweb {
    margin-top: 14px;
}

#page_id-1 .our-data-txt:hover {
    box-shadow: 3px 3px 6px 3px #5d5c5c82;
}

#page_id-1 .cloud-house-img {
    margin-top: -80px;
}

.web-margin {
    margin-top: 24px;
    width: 100%;
    float: left;
}

.subscribe-box {
    background: #ffffff;
    border-radius: 0px;
    border: 0px;
    box-shadow: 1px 3px 6px 3px #bdbbbb59;
    margin-top: 15px;
    min-height: 294px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    background: #ea1616;
    border-radius: 0px;
    color: #fff !important;
}

.whitepaper-box {
    background: #f7f7f7;
    border-right: 4px solid #019ddc;
    width: 100%;
    float: left;
    margin: 20px 0px;
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
}

.whitepaper-box span {
    width: 40%;
    float: left;
    border-right: 4px solid #019ddc;
}

.whitep-txt {
    width: 60%;
    float: left;
    background: #f7f7f7;
    padding: 20px;
}

.web-iconimg {
    background: none !important;
    border: 0px !important;
}

.slide-review {
    background: #f7f7f7 url(../images/tower.html) center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Salesforce consulting css*/

.servsliderbox {
    padding: 30px 0 30px 0px;
    background: transparent;
    box-shadow: none;
}

#page_id-2 .fancy2 {
    line-height: 30px;
    text-align: left;
    margin-left: 115px;
    font-size: 24px;
}

#page_id-2 .fancy2 span:before {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 12px;
    width: 100px;
}

.power-sf {
    margin-bottom: 20px;
    border: 1px solid #fff;
    min-height: 364px;
    padding: 18px 10px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #676262ad;
    float: left;
    border-radius: 18px;
    margin-top: 40px;
}



.section.sec-box .panel-default>.panel-heading {
    background: #f7f7f7;
}

.tab button {
    display: block;
    background-color: #f7f7f7;
    color: black;
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #eee;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #00b1e5;
    color: #fff;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 30px 60px;
    width: 64%;
    border-left: none;
}

.tab {
    float: left;
    width: 33%;
    margin-left: 0%;
}

.tab button.active:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #eee;
    border-width: 10px;
    margin-top: -10px;
    transform: rotate(-180deg);
    border-color: rgba(19, 175, 235, 0);
    border-right-color: #00b1e5;
}

.sales-cloud-box1 {
    background: #fff;
    text-align: justify;
    box-shadow: 5px 2px 15px #53535380;
    margin: 30px 0 36px 0px;
    position: relative;
    min-height: 150px;
    border-radius: 10px;
    transition: 1s;
}

.sales-cloud-box1 a {
    text-decoration: none;
}

.sales-cloud-box1 p {
    padding: 10px 0px;
    padding-top: 10px;
    padding-top: 34px;
    transition: 1s;
}

span.sales-cloud-img {
    position: absolute;
    transform: translate(-50%);
    top: -30px;
    left: 50%;
    border-radius: 8px;
    border: 2px solid #ffffff;
    background: #1e86b9;
    /*padding: 7px 13px;*/
    transition: 1s;
}

.sales-cloud-box1 p.cont {
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.sales-cloud-box1 p.lead2 {
    padding-bottom: 0px;
}

.sales-cloud-box1:hover .sales-cloud-img {
    margin-top: -10px;
}

.sales-light-box1 {
    background: #fff;
    text-align: center;
    margin: 27px 0px;
    position: relative;
    min-height: 198px;
    border-radius: 10px;
    transition: 1s;
}

span.sales-light-img2 {
    position: absolute;
    transform: translate(-50%);
    top: -30px;
    left: 50%;
    border-radius: 8px;
    transition: 1s;
}

.sales-light-box1:hover .sales-light-img {
    margin-top: -10px;
}

.sales-light-box1 .lead2 {
    padding-top: 54px;
    transition: 1s;
}

.sales-light-box1 p {
    padding: 5px;
    transition: 1s;
}

#page_id-3 span.sales-cloud-img.web-iconimg {
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 1px 3px 6px 3px #bdbbbb36;
    top: -2px !important;
}

#page_id-3 span.sales-cloud-img.web-iconimg img {
    width: 78px;
    height: 78px;
}

a.notxtdec {
    text-decoration: none;
}


/* Salesforce App Development */

#page_id-4 .sales-cloud-box1 {
    background: #fff;
    text-align: center;
    margin: 28px 0 16px 0px;
    position: relative;
    min-height: 268px;
    transition: 1s;
}

.sales-cloud-img1 {
    background: #fff;
}

span.sales-cloud-img1 {
    position: absolute;
    transform: translate(-50%);
    top: -63px;
    left: 50%;
    background: transparent;
    padding: 7px 13px;
    transition: 1s;
}

.sales-cloud-img1 img {
    width: 80px !important;
    border-radius: 50%;
    border: solid 2px #fff;
}

.cont1 {
    padding-top: 30px !important;
}


/**Salesforce Application**/

.isv-box {
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    background: #fff;
    width: 100%;
    float: left;
    margin: 10px 0px;
    padding: 10px 0px;
}

#page_id-4 .explo-box {
    box-shadow: 5px 2px 15px #e3dbdb;
    min-height: 348px;
    border-radius: 5px;
    padding: 34px 10px 0 10px;
    margin-top: 50px;
    background: url(../images/blueshape.jpg) top center no-repeat;
    background-size: contain;
}

span.salesapp-icon {
    background: #fff;
    border-radius: 20%;
    width: 110px;
    height: 121px;
    overflow: hidden;
    display: block;
}

#page_id-12 .section.section4 span.salesapp-icon {
    border-radius: 50%;
}

#page_id-4 .section.section3 span.sales-cloud-img {
    position: absolute;
    transform: translate(-50%);
    top: -40px;
    left: 50%;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background: #1e86b9;
    transition: 1s;
    overflow: hidden;
    box-shadow: 5px 2px 15px #53535380;
}


/**Salesforce Lightning**/

#page_id-5 .sales-light-box1 {
    background: #fff;
    text-align: center;
    margin: 27px 0px;
    position: relative;
    min-height: 240px;
    border-radius: 10px;
    transition: 1s;
    box-shadow: 2px 2px 7px 1px #dcdcdc;
}

#page_id-5 .sales-light-box1 .lead {
    padding-top: 66px;
    transition: 1s;
    font-size: 20px;
    margin-bottom: 0px;
}

#page_id-5 .explo-box {
    box-shadow: 5px 2px 15px #e3dbdb;
    min-height: 320px;
    border-radius: 5px;
    padding: 20px 10px 0px 10px;
    background: #fff;
}

.sales-light-box1 a {
    text-decoration: none;
}

.cont3 {
    font-size: 16px;
    line-height: 26px;
}

#page_id-5 .panel-default>.panel-heading,
#page_id-6 .panel-default>.panel-heading {
    padding: 0;
    border-radius: 4px;
    color: #ffffff;
    background-color: #25adea;
    border-color: #EEEEEE;
}

#page_id-5 .collapsed,
#page_id-6 .collapsed {
    background: #2ba8df;
    color: #fff !important;
    border-radius: 4px;
}

.explo-box11 {
    box-shadow: 5px 2px 15px #e3dbdb;
    border-bottom: solid 2px #fff;
    min-height: 285px;
    border-radius: 5px;
    padding: 20px 5px 0px 5px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#02b3e4), to(#02ccba));
    background-image: linear-gradient(to bottom right, #02b3e4, #02ccba);
    margin-top: 40px;
}

.explo-box11 img {
    margin-top: -60px;
    background-color: #fff;
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    border-radius: 50%;
}


/**Salesforce CRm Implimentation**/

.sales-cloud-box2 {
    background: #fff;
    text-align: center;
    margin: 28px 0 16px 0px;
    position: relative;
    min-height: 80px;
    border-radius: 10px;
    transition: 1s;
}

span.sales-cloud-img2 {
    position: absolute;
    transform: translate(-50%);
    top: -30px;
    left: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: 1s;
}

.sales-cloud-box2 p {
    padding: 10px 0px;
    padding-top: 10px;
    padding-top: 34px;
    transition: 1s;
}

.sales-cloud-box2:hover .sales-cloud-img2 {
    margin-top: -10px;
}

.sales-light-box2 {
    background: #fff;
    text-align: center;
    margin: 27px 0px;
    position: relative;
    min-height: 198px;
    border-radius: 10px;
    transition: 1s;
}

.sales-light-box2:hover .sales-light-img2 {
    margin-top: -10px;
}

.sales-light-box2 .lead2 {
    padding-top: 54px;
    transition: 1s;
}

.sales-light-box2 p {
    padding: 5px;
    transition: 1s;
}

.sales-light-box2 a {
    text-decoration: none;
}

.sales-cloud-box2 a {
    text-decoration: none;
}

#page_id-6 .our-data-img1 {
    background: #fff;
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    border: none;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
}

#page_id-6 .our-data-txt1 {
    text-align: center;
    background: #fff;
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    margin-top: -5px;
    padding: 5px;
    transition: 1s;
}

.agile-box {
    background: #fff;
    border-radius: 8px;
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 8px;
    box-shadow: 5px 2px 15px #53535380;
}

.agile-box:after {
    position: absolute;
    right: -15px;
    width: 10px;
    height: 10px;
    content: '';
    top: 50%;
    transform: translate(-50%, -50%);
    border-top: 8px solid transparent;
    border-left: 10px solid white;
    border-bottom: 8px solid transparent;
}

.mb10 {
    margin-bottom: 10px;
}

.mt0 {
    margin-top: 0px !important;
}


/****Sales Cloud****/

#page_id-7 .explo-box1 {
    box-shadow: 5px 2px 15px #e3dbdb;
    border-bottom: solid 2px #0795DD;
    min-height: 338px;
    border-radius: 5px;
    padding: 20px 10px 0px 10px;
    background: #fff;
    margin-top: 40px;
}

#page_id-7 .explo1img {
    margin-top: -60px;
    background-color: #fff;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #ffffff;
    background-color: #1c3c5e;
    border-color: #1c3c5e;
}

li.buttonctadarkmenu {
    padding-top: 14px !important;
    margin-left: 20px !important;
}

li.buttonctadarkmenu a {
    background: #ea1616 !important;
    color: #fff !important;
    padding: 7px 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
    text-decoration: none !;
    border-radius: 5px;
    font-size: 14px !important;
}


/****Service Cloud****/

#page_id-8 .isv-box {
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    border-right: 4px solid #353535;
    background: #fff;
    width: 100%;
    float: left;
    margin: 10px 0px;
    padding: 10px 0px;
    border-radius: 2px;
}

#page_id-8 .explo-box1 {
    box-shadow: 5px 2px 15px #e3dbdb;
    border-bottom: solid 2px #0795DD;
    min-height: 322px;
    border-radius: 5px;
    padding: 20px 10px 0px 10px;
    background: #fff;
    margin-top: 40px;
}

#page_id-8 ul.realize-txt i.fa {
    color: #0099da;
    font-size: 18px;
    float: left;
    margin-right: 10px;
    display: none;
}

ul.realize-txt {
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
}

#page_id-8 ul.realize-txt li.cont {
    margin-bottom: 10px;
    line-height: 24px;
}

#page_id-29 ul.realize-txt li.cont {
    margin-bottom: 14px;
    line-height: 24px;
}


#page_id-9 .isv-boxheight {
    min-height: 144px;
}

#page_id-9 .enh-icon-box:hover {
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.33);
}

#page_id-9 .enh-icon-box {
    background-color: #ffffff;
    padding-top: 10px;
    transition: all 0.1s linear 0s;
    border-bottom: 3px solid transparent;
    box-shadow: 2px 2px 20px #44444426;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-radius: 84px;
    padding: 8px 6px;
    box-shadow: 1px 3px 6px 3px #52525263;
}

.grow-img {
    position: absolute;
    top: -38px;
    right: -100px;
}

.cap-img {
    position: absolute;
    top: -38px;
    right: -160px;
}

#page_id-9 .sales-cloud-box1 {
    background: #fff;
    text-align: justify;
    box-shadow: 5px 2px 15px #53535380;
    margin: 30px 0 36px 0px;
    position: relative;
    border-radius: 10px;
    transition: 1s;
}

#page_id-9 .en1 {
    float: left;
    width: 80px;
    border-radius: 50%;
    background: #eee;
    height: 80px;
    margin-left: 12px;
    margin-right: 14px;
}

#page_id-9 .en1 img {
    border-radius: 50%;
    margin: 8px auto;
    display: table;
}

#page_id-9 .entxt1 {
    width: 72%;
    float: left;
}

#page_id-9 .sales-cloud-box1 p.lead {
    padding-bottom: 0px;
    margin: 0px;
}

#page_id-10 label.input {
    padding-bottom: 5px;
}

#page_id-10 .contact-formbg {
    padding: 30px;
    border-radius: 0px;
    margin-top: 0px;
    box-shadow: 0px 2px 7px 2px #c5bdbd;
    background: #f7f7f7;
    margin-top: -110px;
}

.contact-body {
    background: transparent;
    width: 100%;
    float: left;
    padding-top: 24px;
}

ul.contact-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 48px;
}

ul.contact-info-list li {
    padding: 11px 0;
    background: transparent;
    margin: 20px 0;
    box-shadow: 0px 2px 7px 2px #e0e0e0;
    width: 480px;
}

.pi-contact-icon-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: -32px;
}

.pi-main-home-contact-section ul li i {
    color: #bcd32e;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    height: 100%;
    padding: 0 10px;
}

.pi-contact-content {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    padding-left: 24px;
}


/*.pi-contact-content:before {

    height: 100%;

    position: absolute;

    content: '';

    width: 1px;

    background: #eee;

    left: 0%;

    top: 0;

    bottom: 0;

}*/


#page_id-11 .hexa-box {
    min-height: 240px;
}

#page_id-10 .submit {
    background: #ea1616;
    color: #fff;
    padding: 7px 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    border: 0px;
}

#page_id-10 .contactleft {
    background: #f7f7f7;
    padding: 5px 15px;
    box-shadow: 0px 10px 5px #c5bdbd;
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s;
    min-height: 144px;
    margin-bottom: 40px;
    margin-top: 20px;
}

#page_id-10 .form-group {
    margin-bottom: 20px;
}

#page_id-10 .form-group label.error {
    position: absolute !important;
    width: 100% !important;
    left: 0px !important;
    top: 34px !important;
    font-size: 13px !important;
    font-weight: normal !important;
    color: #f32020 !important;
}

#page_id-11 .collapsed {
    background: #25adea;
    color: #fff !important;
    border-radius: 4px;
}

#page_id-11 .panel-default>.panel-heading {
    padding: 0;
    border-radius: 4px;
    color: #ffffff;
    background-color: #25adea;
}


#page_id-11 .isv-box {
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 5px;
    margin: 10px 0px;
    padding: 10px 0px;
    min-height: 98px;
}

.mark-img {
    margin-top: 80px;
    margin-left: -80px;
}

#page_id-12 .explo-box {
    box-shadow: 5px 2px 15px #e3dbdb;
    min-height: 448px;
    border-radius: 5px;
    padding: 34px 10px 0 10px;
    margin-top: 50px;
    background: url(../images/blueshape.jpg) top center no-repeat;
    background-size: contain;
}

#page_id-12 .explo-box1 {
    box-shadow: 5px 2px 15px #e3dbdb;
    border-bottom: solid 2px #0795DD;
    min-height: 348px;
    border-radius: 5px;
    padding: 20px 10px 0px 10px;
    background: #fff;
    margin-top: 40px;
}

#page_id-11 .events-timeline .timeline-block .content-column .content-box .content {
    position: relative;
    text-align: justify;
    padding: 30px 20px 20px;
    background-size: cover;
    margin-top: 0px;
}

#page_id-11 .events-timeline .timeline-block .content-column .content-box .content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}

#page_id-11 .events-timeline .timeline-block .content-column {
    position: relative;
    padding-right: 72px;
    padding-top: 0px;
}

#page_id-13 .explo1img {
    margin-top: -60px;
    background-color: #fff;
    border-radius: 50%;
}

#page_id-13 .explo-box1 {
    box-shadow: 2px 0px 14px #636363;
    border-bottom: solid 2px #0795DD;
    min-height: 292px;
    border-radius: 5px;
    padding: 20px 10px 0px 10px;
    background: #fff;
    margin-top: 40px;
}

#page_id-14 .enh-icon-box {
    color: #8d8e90;
    background-color: #ffffff;
    min-height: 134px;
    padding-top: 10px;
    transition: all 0.1s linear 0s;
    border-bottom: 3px solid transparent;
    box-shadow: 2px 2px 20px #44444426;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0px 6px;
    border-bottom: 3px solid #0471bd;
}

#page_id-14 .entxt1 {
    text-align: center;
}

#page_id-14 .en1 img {
    margin: 0 auto;
    display: table;
}

#page_id-14 .enh-icon-box:hover {
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.33);
}

ul.realize-txt li.cont {
    margin-bottom: 10px;
    line-height: 20px;
}

#page_id-14 .rel-box {
    min-height: 168px;
}

#page_id-26 .rel-box {
    background: url(../../../newassets/images/2018/step-bg.html) no-repeat !important;
    background-size: contain !important;
    border-radius: 14px;
}

#page_id-14 .explo1img {
    margin-top: -60px;
    background-color: #fff;
    border-radius: 50%;
}

#page_id-14 .explo-box1 {
    box-shadow: 2px 0px 14px #636363;
    border-bottom: solid 2px #0795DD;
    min-height: 238px;
    border-radius: 5px;
    padding: 20px 10px 0px 10px;
    background: #fff;
    margin-top: 40px;
}

#page_id-14 .explo-box11 {
    box-shadow: 5px 2px 15px #e3dbdb;
    border-bottom: solid 2px #fff;
    min-height: 258px;
    border-radius: 5px;
    padding: 20px 5px 0px 5px;
    background: #fff;
    margin-top: 40px;
}

#page_id-15 .tabcontent {
    float: left;
    padding: 10px 60px;
    width: 64%;
    border-left: none;
}

#page_id-15 span.sales-cloud-img {
    position: absolute;
    transform: translate(-50%);
    top: -30px;
    left: 50%;
    border-radius: 8px;
    border: 2px solid #ffffff;
    background: #1e86b9;
    /* padding: 7px 13px; */
    transition: 1s;
    border-radius: 50%;
}

.homo {
    background: #fff;
    box-shadow: 0px 4px 8px 0px #bdbdbd;
    width: 100%;
    float: left;
    padding: 10px 0px;
    margin: 11px 0px;
    border-radius: 8px;
}

#page_id-15 .sales-cloud-box1 {
    background: #fff;
    text-align: justify;
    box-shadow: 5px 2px 15px #53535380;
    margin: 30px 0 36px 0px;
    position: relative;
    min-height: 274px;
    border-radius: 10px;
    transition: 1s;
}

#page_id-15 .sales-cloud-box1 p.lead2 {
    padding-bottom: 0px;
    text-align: center;
}

#page_id-15 .mobile-first {
    padding: 0 40px;
}

#page_id-15 .tab button.active {
    background-color: #005579;
    color: #fff;
}

#page_id-15 .tab button.active:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #eee;
    border-width: 10px;
    margin-top: -10px;
    transform: rotate(-180deg);
    border-color: rgba(19, 175, 235, 0);
    border-right-color: #005579;
}

#page_id-15 .sales-light-box1 {
    background: #fff;
    text-align: center;
    margin: 14px 0px;
    position: relative;
    min-height: auto;
    border-radius: 10px;
    transition: 1s;
}

#page_id-16 .explo-box1 {
    box-shadow: 2px 0px 14px #636363;
    border-bottom: solid 2px #0795DD;
    min-height: 370px;
    border-radius: 5px;
    padding: 20px 10px 0px 10px;
    background: #fff;
    margin-top: 40px;
}

#page_id-16 .explo1img {
    margin-top: -60px;
    background-color: #fff;
    border-radius: 50%;
}

#page_id-17 .exploit-bg-icon {
    width: 90%;
    float: left;
    margin-bottom: 8px;
    background: #fff;
    padding: 8px 0;
    background-color: #fff;
    margin-top: 10px;
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    transition: all 0.1s linear 0s;
    position: relative;
    margin-left: 40px;
    min-height: 204px;
}

#page_id-17 span.img-circle {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-clip: padding-box;
    overflow: hidden;
    position: absolute;
    top: 59px;
    left: -40px;
    margin: auto;
    background: #ffffff;
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    transform: translate(-0%, -50%);
    display: block;
}

#page_id-17 .img-circle img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 13px;
}

#page_id-17 .sales-cloud-box1 p.lead {
    padding-bottom: 0px;
}

#page_id-17 .sales-cloud-box1 {
    background: #fff;
    text-align: center;
    margin: 28px 0 16px 0px;
    position: relative;
    min-height: 330px;
    transition: 1s;
}

#page_id-17 .sales-cloud-box1 p.cont3 {
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

#page_id-17 span.sales-cloud-img {
    position: absolute;
    transform: translate(-50%);
    top: -30px;
    left: 50%;
    border: 2px solid #ffffff;
    background: #1e86b9;
    border-radius: 50%;
    transition: 1s;
    overflow: hidden;
}

.buy-process-wrap {
    background: #fff;
    position: relative;
}

.buy-process-items {
    width: 1198px;
    display: table;
    margin: auto;
    overflow: visible;
}

.buy-process-item {
    display: table-cell;
    position: relative;
    text-align: center;
    height: 456px;
    margin: 0 6px;
}

.buy-process-item:nth-child(odd) .text-wrap,
.buy-process-item:nth-child(even) .icon-wrapper {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    height: 150px;
    text-align: center;
}

.buy-process-item.featured:nth-child(odd) .text-wrap:before {
    top: -33%;
    left: -40%;
    -moz-border-radius: 1000px 1000px 0 0;
    -webkit-border-radius: 1000px 1000px 0 0;
    border-radius: 1000px 1000px 0 0;
}

.buy-process-item.featured:nth-child(odd) .text-wrap:before,
.buy-process-item.featured:nth-child(even) .text-wrap:before {
    content: '';
    position: absolute;
    width: 180%;
    height: 146%;
    background: #f7f7f7;
}

.buy-process-item:nth-child(odd) h4 {
    bottom: 8px;
}

.buy-process-item h4 {
    font-size: 17px;
    color: #00c2e5;
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    line-height: 18px;
}

.buy-process-item:nth-child(odd) p {
    top: 48px;
}

.buy-process-item:nth-child(even) h4 {
    top: 18px;
}

.buy-process-item p {
    position: absolute;
    color: #616161;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.6;
    padding: 0px;
}

.buy-process-item.featured span {
    color: #fff;
    z-index: 1;
}

.buy-process-item span {
    position: absolute;
    top: 208px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    font-size: 25px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 600;
}

.buy-process-item.featured:nth-child(odd) .icon-wrapper {
    height: 215px;
    bottom: 0;
}

.buy-process-item:nth-child(odd) .icon-wrapper,
.buy-process-item:nth-child(even) .text-wrap {
    position: absolute;
    bottom: 49px;
    left: 0;
    right: 0;
    height: 166px;
}

.buy-process-item i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.buy-process-item i {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    width: 90px;
    height: 90px;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #00c2e5;
}

.buy-process-item:nth-child(odd) i {
    bottom: 0;
}

.buy-process-item.featured:nth-child(even) .text-wrap:before {
    bottom: -33%;
    left: -40%;
    -moz-border-radius: 0 0 1000px 1000px;
    -webkit-border-radius: 0 0 1000px 1000px;
    border-radius: 0 0 1000px 1000px;
}

.buy-process-item:nth-child(even) p {
    top: 34px;
}

.buy-process-wrap:before {
    content: '';
    position: absolute;
    top: 202px;
    left: 0;
    width: 100%;
    height: 39px;
    background: linear-gradient(to bottom, #1796f3 0%, #59bcfd 100%);
    color: #fff;
    z-index: 1;
}

.buy-process-item .icon-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 6px;
    background: linear-gradient(to bottom, #1796f3 0%, #59bcfd 100%);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.buy-process-item.featured i {
    background-color: #fff !important;
    color: #656565;
    border: 3px solid #279ff5;
}

.buy-process-item:nth-child(even) i {
    top: -48px;
}

#page_id-18 .explo-box1:hover {
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 3px;
    border-right: 4px solid #39a9f8;
    box-shadow: 3px 3px 14px 6px #bdbbbb63;
    padding: 10px 0px;
    min-height: 150px;
    margin: 10px 0px;
}

#page_id-18 .explo-box1 {
    padding: 10px 0px;
    border-right: 4px solid transparent;
    min-height: 150px;
    margin: 10px 0px;
}

.insu-box {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 3px 3px 14px 6px #bdbbbb63;
    margin: 10px 0px;
    border-radius: 8px;
    padding: 14px;
}

.insu-box-m78 {
    margin-top: 78px;
}

.insu-box-m98 {
    margin-top: 98px;
}

#page_id-18 .entxt1 {
    background: #fff;
    width: 100%;
    float: left;
    box-shadow: 3px 3px 14px 6px #bdbbbb63;
    margin: 10px 0px;
    border-radius: 8px;
    padding: 14px;
    min-height: 210px;
}

#page_id-18 .en1 {
    width: 100%;
    background: #ffffff;
    float: left;
    border-radius: 18px;
    margin-top: -19px;
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
}

#page_id-19 .insu-box {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 3px 3px 14px 6px #bdbbbb63;
    margin: 10px 0px;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 51px;
}

span.number {
    background: #56bafc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    margin-left: -30px;
    font-size: 28px;
}

#page_id-19 .isv-box {
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    background: #fff;
    width: 100%;
    float: left;
    margin: 10px 0px;
    padding: 10px 0px;
    min-height: 94px;
}

#page_id-20 .en1 {
    width: 100%;
    background: #ffffff;
    float: left;
    border-radius: 18px;
    margin-top: -19px;
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    margin-bottom: 40px;
}

#page_id-20 .insu-box {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 3px 3px 14px 6px #bdbbbb63;
    margin: 10px 0px;
    border-radius: 8px;
    padding: 14px;
    min-height: 226px;
}

.logo-img {
    background: #fff;
    border: 1px solid #eee;
    margin: 10px 0;
    padding: 14px 0;
    border-radius: 8px;
}

.logo-img img {
    margin: 0 auto;
    display: table;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out;
}

.logo-img.hover-logo:hover {
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.54);
    background: #fff;
    border: 0px solid transparent;
}

.cro-ul {
    width: 18%;
    float: left;
    margin-top: 40px;
    margin: 0 10px;
    transition: 1s;
}

.rline-bg {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #bdbdbd;
    margin-top: 40px;
}

.ro-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    border-radius: 50%;
    padding: 16px 11px;
    margin-top: -32px;
    background: #fff;
}

.cro-ul:hover {
    margin-top: -10px;
}

.why-choose--------------- section.why-choose {
    text-align: center;
    background-image: url(../images/home/new/why-choose-bg.html);
    border-bottom: 5px solid #1b884c
}

.wchoose-inner {
    padding: 50px 0 0;
    background-color: #19B6EF;
    color: #fff
}

.wchoose-features {
    margin: 35px 0 0;
    position: relative;
    padding: 10px 0
}

.wchoose-features:before {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #fff
}

.wchoose-features ul {
    list-style: none;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0
}

.wchoose-features ul>li {
    text-align: right;
    padding-right: 72px;
    margin: 0 0 25px
}

.wchoose-features ul:last-child>li {
    text-align: left;
    padding-right: 0;
    padding-left: 72px
}

.wchoose-features span.wcfeature-head {
    font-size: 18px;
    display: block;
    position: relative;
    line-height: 26px;
    padding-top: 18px;
    padding-bottom: 2px;
    padding-right: 65px;
    margin: 0 0 15px;
    font-weight: 500
}

.wchoose-features ul:last-child span.wcfeature-head {
    padding-right: 0;
    padding-left: 65px
}

.wchoose-features span.wcfeature-head i {
    font-size: 38px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffe077;
}

.wchoose-features ul:last-child span.wcfeature-head i {
    left: 0;
    right: auto
}

span.mini-dot,
span.mini-dot-bottom {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute
}

span.mini-dot {
    display: block;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 100%;
    top: 0
}

span.mini-dot-bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5.5px 0;
    border-color: #fff transparent transparent;
    bottom: 0
}

.wchoose-features span.wcfeature-head:before {
    content: "";
    display: block;
    width: 64px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: -71px
}

.wchoose-features span.wcfeature-head:after {
    display: block;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    right: -75px;
    bottom: -3px
}

.wchoose-features ul:last-child span.wcfeature-head:before {
    left: -71px;
    right: auto
}

.wchoose-features ul:last-child span.wcfeature-head:after {
    left: -75px;
    right: auto
}

.wchoose-features ul:last-child {
    padding-top: 60px
}

.wchoose-inner:after {
    display: block;
    padding-top: 55px;
    background-repeat: repeat-x;
    background-position: bottom center
}

.wchoose-features:before {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #fff;
}

.wchoose-features span.wcfeature-head:after,
.wchoose-features:before,
.wchoose-inner:after,
span.mini-dot-bottom {
    content: "";
}

.wchoose-features {
    width: 100%;
    float: left;
}

#page_id-22 .isv-box {
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    background: #fff;
    width: 100%;
    float: left;
    margin: 4px 0px;
    padding: 10px 0px;
    border-radius: 4px;
}

#page_id-9 nav.navbar .navbar-brand img.logo,
#page_id-20 nav.navbar .navbar-brand img.logo,
#page_id-22 nav.navbar .navbar-brand img.logo {
    background: url(../../../newassets/images/2018/logo-color.html) no-repeat !important;
    background-size: contain;
    padding: 5px;
    min-height: 64px;
}

#page_id-20 nav.navbar.bootsnav ul.nav>li>a,
{
color: #334;
}

.java-toolTxt {
    width: 100%;
    float: left;
    padding: 10px 14px;
    box-shadow: 0px 4px 8px 0px #bdbdbd;
    margin: 0 0px 20px 0px;
    background: #fff;
}

.fa-tool {
    float: left;
    padding-right: 10px;
    font-size: 22px !important;
    vertical-align: middle;
    color: #02b3e4;
}

#page_id-21 .tab {
    float: left;
    width: 44%;
    margin-left: 0%;
}

#page_id-21 .tabcontent {
    float: left;
    padding: 10px 10px 0 26px;
    width: 54%;
    border-left: none;
}


#page_id-21 .explo-box11 {
    box-shadow: 5px 2px 15px #e3dbdb;
    border-bottom: solid 2px #fff;
    min-height: 409px;
    border-radius: 5px;
    padding: 20px 5px 0px 5px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#02b3e4), to(#02ccba));
    background-image: linear-gradient(to bottom right, #02b3e4, #02ccba);
    margin-top: 40px;
}

#page_id-23 .rline-bg {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #bdbdbd;
    margin-top: 60px;
    min-height: 170px;
}

.metho-txt {
    width: 100%;
    float: left;
    margin: 0px 0;
    padding: 0 0 0 18px;
    position: relative;
}

.metho-txt span {
    text-align: center;
    width: 100%;
    display: block;
    float: left;
}

.metho-txt h6 {
    color: #000000;
    margin: 10px 0 0 0;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    width: 88%;
    box-shadow: 1px 1px 8px 1px #a2a2a2b0;
    float: right;
    padding: 11px 20px;
    border-radius: 0 25px 25px 0;
}

.post-mar {
    padding: 22px 20px !important
}

.metho-txt p {
    color: #333;
    text-align: justify;
    margin-top: 72px;
    padding-left: 64px;
    font-size: 15px;
    padding-right: 10px;
}

.metho-txt i {
    float: left;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    box-shadow: 0 3px 3px #a2a2a2;
    top: -10px;
    font-size: 38px;
    width: 80px;
    height: 80px;
    line-height: 76px;
    color: #000;
    border: 2px solid #03a9f4;
}

.left-content img {
    width: 100%;
    float: left;
}

#page_id-23 .ro-img {
    width: 74px;
    height: 74px;
    margin: 0 auto;
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    border-radius: 50%;
    padding: 16px;
    margin-top: -32px;
    background: #fff;
}

#page_id-24 .insu-box {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 3px 3px 14px 6px #bdbbbb63;
    margin: 48px 0 10px 0px;
    border-radius: 8px;
    padding: 14px;
    min-height: 220px;
}

.displayimg {
    display: block;
    margin: 0 auto;
}

#page_id-24 .section.section3 ul.realize-txt,
.displaybox {
    display: none;
}

.sort-box {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 3px 3px 14px 6px #bdbbbb63;
    margin: 84px 0 0 0px;
    border-radius: 0px;
    padding: 14px;
    min-height: 284px;
    border-radius: 8px;
    transition: 1s;
}

.sort-box img {
    margin-top: -84px;
    transition: 1s;
}

.sort-box:hover img {
    margin-top: -90px;
}

.sort-box:hover {
    border-bottom: solid 5px #02B3E4;
}

#page_id-25 .rline-bg {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #bdbdbd;
    margin-top: 58px;
    padding: 0px 20px;
    min-height: 166px;
}

#page_id-25 .insu-box {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 3px 3px 14px 6px #bdbbbb63;
    margin: 10px 0px;
    border-radius: 2px;
    padding: 14px;
    border-bottom: 2px solid #02B3E4;
}

#page_id-25 .explo-box1 {
    box-shadow: 5px 2px 15px #e3dbdb;
    border-bottom: solid 2px #0795DD;
    min-height: 260px;
    border-radius: 5px;
    padding: 20px 10px 0px 10px;
    background: #fff;
    margin-top: 40px;
}

#page_id-25 .explo1img {
    margin-top: -60px;
    background-color: #fff;
}

#page_id-26 .panel-default>.panel-heading {
    padding: 0;
    border-radius: 4px;
    color: #ffffff;
    background: linear-gradient(to bottom right, #0963a5, #173e69);
    border-color: #EEEEEE;
}

#page_id-27 .rline-bg {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #bdbdbd;
    margin-top: 40px;
    min-height: 226px;
    padding: 0px 14px;
    transition: 1s;
    border-bottom: solid 5px #02B3E4;
}

#page_id-27 .rline-bg:hover .ro-img {
    margin-top: -40px;
}

#page_id-27 .ro-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    border-radius: 50%;
    padding: 16px 11px;
    margin-top: -32px;
    background: #fff;
    transition: 1s;
}

#page_id-27 .insu-box {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 3px 3px 14px 6px #bdbbbb63;
    margin: 10px 0px;
    border-radius: 8px;
    padding: 14px;
}

.yeild-box {
    box-shadow: 1px 3px 6px 3px #48464636;
    border-radius: 8px;
    border: 4px solid #fff;
    margin-top: 24px;
    padding: 0px 10px;
    min-height: 244px;
}

.cad-man-img {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
}

.case-call {
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    border-radius: 50%;
    background: #fff;
    margin-top: -30px;
    margin-right: 10px;
    padding: 11px;
}

#page_id-28 .sales-tab {
    margin-top: 40px;
}

#page_id-28 .tab {
    float: left;
    width: 42%;
    margin-left: 0%;
}

#page_id-28 .tabcontent {
    float: left;
    padding: 30px 44px;
    width: 58%;
    border-left: none;
}

#page_id-28 .insu-box {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 3px 3px 14px 6px #bdbbbb63;
    margin: 10px 0px;
    border-radius: 8px;
    padding: 14px 0px;
}

#page_id-28 .explo-box {
    box-shadow: 5px 2px 15px #e3dbdb;
    min-height: 394px;
    border-radius: 5px;
    padding: 34px 10px 0 10px;
    margin-top: 50px;
    background: #fff url(../images/blueshape.jpg) top center no-repeat;
    background-size: contain;
}

#page_id-28 span.salesapp-icon {
    background: #fff;
    border-radius: 50%;
    display: block;
    box-shadow: 1px 3px 7px 0px #e3dbdb;
    width: 110px;
    height: 110px;
}

#page_id-29 .isv-box {
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    border-right: 4px solid #353535;
    background: #fff;
    width: 100%;
    float: left;
    margin: 10px 0px;
    padding: 10px 0px;
    border-radius: 2px;
}

#page_id-29 .sales-cloud-box1 {
    background: #fff;
    text-align: justify;
    box-shadow: 5px 2px 15px #53535380;
    position: relative;
    min-height: 158px;
    border-radius: 10px;
    transition: 1s;
    margin-bottom: 0px;
}

#page_id-31 .our-data-img1 {
    background: #fff;
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    border: none;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
}

#page_id-31 .our-data-txt1 {
    text-align: center;
    background: #fff;
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    margin-top: -5px;
    padding: 5px;
    transition: 1s;
}

#page_id-32 .sales-light-box1 {
    background: #fff;
    text-align: center;
    margin: 27px 0px;
    position: relative;
    min-height: 198px;
    border-radius: 10px;
    transition: 1s;
    padding: 0 20px;
    padding-bottom: 2px;
}

#page_id-32 .sales-light-box1 .lead2 {
    padding-top: 54px;
    transition: 1s;
}

#page_id-32 .sales-light-box1 p {
    padding: 5px;
    transition: 1s;
}

#page_id-32 span.sales-light-img {
    position: absolute;
    transform: translate(-50%);
    top: -42px;
    left: 50%;
    border-radius: 8px;
    transition: 1s;
}

#page_id-32 .sales-light-box1 a {
    text-decoration: none;
}


#page_id-33 .hexa-box {
    min-height: 142px;
}

#page_id-33 .ro-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    border-radius: 50%;
    padding: 1px;
    margin-top: -32px;
    background: #f7f7f7;
    overflow: hidden;
}

#page_id-33 .rline-bg {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #bdbdbd;
    margin-top: 50px;
    padding: 10px 10px;
}

#page_id-33 .sales-cloud-box1 {
    background: #fff;
    text-align: justify;
    box-shadow: 5px 2px 15px #53535380;
    margin: 30px 0 36px 0px;
    position: relative;
    min-height: 74px;
    border-radius: 10px;
    transition: 1s;
}

#page_id-13 .sales-cloud-box1 {
    background: #fff;
    text-align: justify;
    box-shadow: 5px 2px 15px #53535380;
    margin: 30px 0 36px 0px;
    position: relative;
    min-height: 74px;
    border-radius: 10px;
    transition: 1s;
}

#page_id-14 .sales-cloud-box1 {
    background: #fff;
    text-align: justify;
    box-shadow: 5px 2px 15px #53535380;
    margin: 30px 0 36px 0px;
    position: relative;
    min-height: 74px;
    border-radius: 10px;
    transition: 1s;
}

#page_id-33 .sales-cloud-box {
    background: #fff;
    text-align: center;
    margin: 28px 0 16px 0px;
    position: relative;
    min-height: 80px;
    border-radius: 10px;
    transition: 1s;
}

#page_id-33 span.sales-cloud-img {
    position: absolute;
    transform: translate(-50%);
    top: -30px;
    left: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: 1s;
    /*position: absolute;	transform: translate(-50%);	top: -30px;	left: 50%;	border-radius: 8px;	border: 2px solid #ffffff;	background: #1e86b9;	padding: 7px 13px;	transition: 1s;*/
}

#page_id-33 .sales-cloud-box p {
    padding: 10px 0px;
    padding-top: 34px;
    transition: 1s;
}

#page_id-33 .sales-cloud-box:hover span.sales-cloud-img {
    top: -40px;
}

#page_id-33 .sales-cloud-box:hover p {
    padding-top: 26px;
}

.fixbox {
    background: #2998f4;
    padding: 20px 20px;
}

.box5 {
    width: 19%;
    float: left;
    margin-right: 14px;
    margin-top: 20px;
}

.box5:last-child {
    margin-right: 0px;
}

.box5 span.sales-cloud-img1 {
    width: 100px;
}

#page_id-29 .flex-box {
    box-shadow: 3px 3px 6px 3px #5d5c5c42;
    border-bottom: 4px solid #1d303e;
    background: #fff;
    width: 100%;
    float: left;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 2px;
}

#page_id-34 .rline-bg {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #bdbdbd;
    margin-top: 40px;
    min-height: 275px;
    padding: 0px 14px;
    transition: 1s;
    border-bottom: solid 5px #02B3E4;
}

#page_id-34 .rline-bg:hover .ro-img {
    margin-top: -40px;
}

#page_id-34 .ro-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    border-radius: 50%;
    padding: 16px 11px;
    margin-top: -32px;
    background: #fff;
    transition: 1s;
}


#page_id-34 .sales-cloud-box1 {
    min-height: 70px;
}

#page_id-34 .cont1 {
    padding-top: 24px !important;
}

#page_id-38 .section.section2 .explo-box {
    background: #fff;
    margin-top: 28px;
    min-height: 304px;
    padding: 10px 10px 0 10px;
}

.sales-force {
    width: 18%;
    float: left;
    margin-left: 22px;
    box-shadow: 1px 2px 8px 3px #5353531f;
    background: #fff;
}

.deploy-wide {
    margin-top: 40px;
}

ul.realize-txt li:last-child {
    margin-bottom: 28px;
}

#page_id-22 .section.section5 .collapsed {
    background: #ffffff;
    color: #444 !important;
}


#page_id-39 .explo-box11 {
    box-shadow: 5px 2px 15px #e3dbdb;
    border-bottom: solid 2px #fff;
    min-height: 285px;
    border-radius: 5px;
    padding: 20px 5px 0px 5px;
    margin-top: 40px;
    background: #fff;
    min-height: 254px;
}

#page_id-39 .isv-box {
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    background: #fff;
    width: 100%;
    float: left;
    margin: 10px 0px;
    padding: 10px 0px;
    min-height: 144px;
}

.box-vision {
    width: 100%;
    float: left;
}

.box-vision img {
    position: relative;
    z-index: 1;
    left: 48px;
}

.vision-txt {
    padding: 10px 20px;
    margin: 64px 0 0 -74px;
    padding: 30px 40px 30px 104px;
    background: #fff;
    box-shadow: 1px 3px 6px 3px #5252521f;
}

#page_id-27 .explo-box {
    box-shadow: 5px 2px 15px #e3dbdb;
    min-height: 246px;
    border-radius: 5px;
    padding: 34px 10px 0 10px;
    margin-top: 50px;
    background: #f7f7f7;
}

#page_id-40 .form-white {
    background: #f1f1f1;
    padding: 30px 10px 30px 10px;
    width: 100%;
    position: absolute;
    top: -209px;
    box-shadow: 1px 3px 6px 3px #2f292959;
    border-radius: 21px;
}

#page_id-40 .whtpprpost {
    box-shadow: 6px 6px 1px 0px #ddd;
    background: #fff;
    border: solid 1px #ddd;
    border-bottom: solid 3px #0096C6;
    padding: 5px;
    border-radius: 5px;
    -webkit-transition: ease .02s;
    transition: ease .02s;
}

#page_id-40 .whtpprpost:hover {
    box-shadow: 6px 6px 1px 0px #bbb;
    border: solid 1px #ddd !important;
    border-bottom: solid 3px #0096C6 !important;

}

#page_id-26 .rline-bg {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #286494;
    margin-top: 40px;
    min-height: 275px;
    padding: 0px 14px;
    transition: 1s;
    border-bottom: solid 5px #f1ad29;
}

#page_id-26 .ro-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    box-shadow: 1px 3px 6px 3px #bdbbbb63;
    border-radius: 50%;
    padding: 16px 11px;
    margin-top: -32px;
    background: #fff;
    transition: 1s;
}

#page_id-26 .rline-bg:hover .ro-img {
    margin-top: -40px;
}




/******SIRI CSS*****/
.ovr-services {
    width: 66%;
    padding: 0px 0;
    float: right;
    background: #eda900;
    border-radius: 16px;
    display: table;
    margin-top: -132px;
}

.ovr-services .iconbg h2 {
    width: 100%;
    margin-top: 0px;
    color: #193667;
    line-height: 20px;
    padding: 5px;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
}

.ovr-services h4 {
    width: 100%;
    margin-top: 0px;
    color: white;
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
    border-left: 2px solid #193667;
    padding: 0px;
    text-align: center;
}

.customer-bx {
    min-height: 192px;
}

.aligncenter {
    text-align: center !important;
}

.clients-logo4 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.clients-logo4:hover img {
    filter: unset;
}

.content {
    overflow: hidden;
    width: 100%;
    padding: 0 0px;
}

nav.sticky.bootsnav ul.nav>li>a {
    color: #000;
}

nav.navbar ul.nav li:visited>a {
    color: #eda901 !important;
}

li.dropdown a.dropdown-toggle:hover {
    color: #eda901;
}

.vidtxtbx {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 81%;
    z-index: 1;
}

p.vidtxtbx1 {
    font-size: 60px;
    line-height: 1em;
    text-align: center;
    color: #eda900 !important;
    font-family: 'Gadugi-Bold';
    letter-spacing: 0px;
    text-shadow: 2px 2px 2px #ffffff61;
}

p.vidtxtbx2 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #092b50;
}

.videobx {
    position: relative;
}

.videobx:after {
    background-color: #001332ad;
    width: 100%;
    left: 0px;
    position: absolute;
    height: 100%;
    content: '';
    top: 0px;
    opacity: .8;
}

.em-icon1,
.em-icon2,
.em-icon3,
.em-icon4 {
    margin: -40px auto 0 auto;
    width: 68px;
}

.section2.thbox {
    margin: 0px 0 0 0;
    z-index: 1;
}


.contactleft2 {
    background: #092b50;
    position: relative;
    border-bottom: 5px solid #eda92c;
}

.contactleft2:hover p.desr-txt {
    display: block !important;
}

.contactleft2:hover p.name-txt {
    display: none !important;
}

.contactleft2 p.name-txt {
    margin-top: 0px;
    font-size: 18px;
}

.contactleft2:hover {
    background: #eda900;
    color: white;
    cursor: pointer;
    border-bottom: 5px solid #092b50;
}

.fst {
    text-align: center;
    font-size: 25px;
    bottom: 0px;
    position: relative;
}


.bx1 {
    width: 20%;
    float: left;
}

.imgbox {
    position: relative;
    top: -24px;
    width: 86%;
    margin: 0 auto;
}

.imgbx-team {
    margin-top: -300px;
}


.thbox .img__overlay {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.25s;
    padding: 0px 40px;
    z-index: 1;
}

.contactleft2:hover .img__overlay {
    opacity: 1;
}


.img__overlay {
    background: rgba(0, 0, 0, 0.7);
    color: #fafafa;
    font-size: 24px;
}


.ban-txt {
    background: #f7f7f7;
    padding: 16px 5px;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0 0 5px 2px #9c9c9b61;
    position: relative;
    top: 76px;
    right: 80px;
    border-radius: 10px;
    border: 2px solid #eda900;
}

.java {
    float: right;
    z-index: -1;
    position: relative;
    left: 108px;
    width: 148px;
    top: -51px;
}



.col-item {
    min-height: 261px;
}

.sicostbx {
    width: 100%;
    float: left;
    text-align: center;
    padding: 48px 0px;
}

.submit {
    background: #eda900;
    color: #fff;
    padding: 7px 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    border: 0px;
}

.img-cust {
    width: 10%;
    float: left;
    margin-top: 10px;
    z-index: 1;
    position: relative;
}


.img-cust img {
    width: 100px;
}

/*.hero {
margin-bottom:50px;}*/

.scnd {
    padding: 20px 0px;
}

.blocbox {
    background: #fefefe;
    padding: 104px 10px;
    position: relative;
    z-index: 1;
    border-radius: 6px;
}

#layout1 .txt h3 {
    font-size: 1.9em;
    line-height: 36px;
}

.txt {
    text-align: center;
    bottom: 0px;
}

.txt h3 {
    color: white;
    font-weight: 700;
    padding: 0px 10px;
}

.bl {
    position: absolute;
    left: 0px;
    max-width: 640px;
    top: -84px;
}

.endbx {
    text-align: center;
}

.txtcenter {
    text-align: center !important;
}

.service-left-menu li.active a i img {
    display: none;
}

.service-left-menu li.active a i.fa {
    background: url(../img/mitab-iconhov3.png) center center no-repeat;
    width: 54px;
    height: 54px;
    position: relative;
    background-size: contain;
}

/* .arrowshape:before {
background:transparent;
left: 0px;
top: -13px;
content: '';
position: absolute;
border-left: 14px solid #eda900;
border-top: 0px solid transparent;
border-bottom: 14px solid transparent;}  */

.eight_boxes2 {
    /* background-color: #fff; */
    margin-top: 10px;
    margin-left: 25px;
    /* box-shadow: 1px 1px 8px #c1c1c1; */
    padding: 22px 0px;
    /* border-right: 4px solid #ffba08; */
}


.section4 .iconbox2 {
    top: 17%;
}

.a {
    font-size: 15px;
    color: #092b50;
    font-family: 'Gadugi-Bold';
    padding: 2px 48px;
}

.custom {
    margin-left: -70px;
}

.eight_boxes2:hover {
    background: #092b50;
}

.eight_boxes2:hover .a {
    color: white;
}

.shp {
    width: 100%;
    height: 100%;
    background: #eda900;
}

.tx {
    position: absolute;
    left: 27px;
    top: 8px;
    width: 35%;
}

.hlp {
    display: none;
}

.eight_boxes2:hover p.hlp-yu.mb0.a {
    display: none;
}

.eight_boxes2:hover .hlp {
    display: block;
}

.eight_boxes2:hover {
    background: #fa4832;
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.custom {
    margin-left: 0px !important;
    position: relative;
    left: -28px;
}

.a {
    font-size: 15px;
    color: #092b50;
    font-family: 'Gadugi-Bold';
    padding: 2px 48px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.iconbox2 {
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 9px #ddd;
    border-radius: 50%;
    float: left;
    margin-left: -38px;
    width: 64px;
    height: 64px;
}

.eight_boxes2 {
    /* background-color: #fff;
    box-shadow: 1px 1px 8px #c1c1c1;
    border-right: 4px solid #ffba08; */
    width: 92%;
    float: left;
    margin-bottom: 24px;
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding: 0px !important;
    position: relative;
}

p.hlp {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 16px;
    padding-left: 38px;
    padding-right: 4px;
}

.cont2 {
    font-size: 15px;
    line-height: 20px;
}

.nav.sticky .hide-mob {
    display: none;
}

.hd-txt {
    color: #fff;
    font-size: 15px;
    padding: 10px 0px;
    margin: 0px;
}


.buttonctadark a {
    background: url(../img/btn-bg.png) no-repeat !important;
    background-size: cover;
    color: #fff;
    padding: 7px 13px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
}

.buttoncta a {
    background: #fff;
    color: #ea1616;
    padding: 6px 14px 6px 40px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}



.buttonctasmall a {
    background: url(../img/btn-bg.png) no-repeat !important;
    background-size: cover;
    color: #fff;
    padding: 6px 14px;
    font-size: 14px;
    letter-spacing: 0.6px;
    /* font-weight: bold; */
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
}




.buttonctadark a:hover {}

.buttonctbulb a {
    /* background: url(../img/btn-bg.png) no-repeat !important; */
    background-size: cover;
    color: #fff;
    padding-bottom: 5px;
    /* padding: 8px 22px; */
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    /* border-radius: 5px; */
    text-transform: uppercase;
    border-bottom: solid 2px #eda900;
}

.navbar-right {
    margin-top: 24px;
}

nav.sticky p.hd-txt {
    color: #444;
}

.sliderlead {
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 38px;
}

.slider-text2 {
    font-size: 20px;
    color: #fa4832;
    letter-spacing: 0;
    line-height: 30px;
    font-family: 'Gadugi-Bold';
    text-transform: uppercase;
}

.lead2 {
    font-size: 1.8em;
    line-height: 1.2em;
    color: #092b50;
    letter-spacing: -.3px;
    margin-top: 5px;
    font-family: 'Gadugi-Bold';
    text-align: left;
}
.lable {
    font-size: 1.4em;
    line-height: 1.2em;
    letter-spacing: -.3px;
    color: #092b50;
    margin: 5px 0;
    font-family: 'Gadugi-Bold';
    text-align: left;

}
.mrnbt30 {
    text-align: center;
}

.cont {
    font-size: 17px;
    line-height: 26px;
}

ul.wyus {
    text-align: justify;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.heltxt p.cont.white {
    min-height: 54px;
}

i.accordion_icon.pull-right.plus-res.fa.fa-plus {
    margin-top: 7px;
}

.opn p.cont.white.txtcenter.mb0 {
    padding: 0 16px;
}

.section4.section .wehave p.lead2.dark.txtcenter.mb0 {
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 0 20px;
}

.pro-stf {
    width: 100%;
    float: left;
    border-radius: 0px;
    box-shadow: 2px 4px 7px 0px #bdbdbd;
    position: relative;
    -webkit-transform: translateY(0);
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pro-stf:hover {
    box-shadow: 5px 5px 0px 1px #eda900;
}

.protxt {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 50%);
    width: 100%;
    background: #000000b5;
    padding: 4px 0px;
}

.mix-bg {
    width: 100%;
    float: left;
    border-radius: 0px;
    background: #ebecec;
    text-align: center;
    margin-bottom: -38px;
    margin-top: 45px;
    min-height: 206px;
    padding: 0px 10px;
}

.mix-bg:hover {
    border-bottom: 3px solid #eda900;
    box-shadow: 2px 4px 7px 0px #bdbdbd;
}

.lead {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    font-family: 'Gadugi-Bold';
    text-transform: uppercase;
}

.lead3 {
    text-transform: normal;
    font-size: 20px;
    text-align: right;
}


p.grow-hd.white {
    font-family: 'Gadugi-Bold';
    font-size: 48px;
    line-height: 48px;
}

p.bus-hd {
    font-size: 36px;
    color: #eda900;
    font-family: 'Gadugi-Bold';
    line-height: 58px;
}

p.iden {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
}

span.ten {
    text-align: center;
    color: #fff;
    font-size: 98px;
}

.hund-txt,
.ten-txt {
    text-align: center;
    margin-top: 44px;
    position: relative;
}

.year {
    color: #fff;
    font-size: 24px;
}

.ten-txt:after {
    background: #eda900;
    position: absolute;
    content: '';
    width: 5px;
    height: 118px;
    top: -38px;
    right: -20px;
}

.hvrbox {
    position: relative;
    width: 100%;
    float: left;
}

.hvrtxt {
    opacity: 0;
    position: absolute;
}

.hvrbox:hover .hvrtxt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: #14243e8a;
    opacity: 1;
    transition: all .2s;
}

.hvrbox:hover {
    box-shadow: -5px 14px 16px 2px #9a9a9acc;
    margin-top: -10px;
    transition: all .2s;
}

.hvrbox:hover .hvrtxt {
    width: 91%;
    height: 90%;
    position: absolute;
    top: 0px;
    background: #14243e8a;
    opacity: 1;
    margin: 16px;
    padding: 10px;
    vertical-align: text-bottom;
}

.hvrbox:hover .hvrtxt span {
    position: absolute;
    bottom: 0px;
}

.carousel-inner {
    overflow: initial !important;
}

.carousel-control .glyphicon-chevron-left {
    width: 30px;
    height: 30px;
    margin-top: -16px;
    font-size: 30px;
    margin-left: -14px;
}

a.left.carousel-control {
    /*left: -60px;
    top: 75px;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    text-align: center;
	background-image: none;*/
    left: 1%;
    top: 50%;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    background-image: none;
}

a.right.carousel-control {
    right: 1%;
    top: 50%;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    /*  background-image: none;
    right: -60px;
    top: 75px;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    text-align: center;*/
}

span.glyphicon.glyphicon-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -16px;
    font-size: 30px;
    margin-right: -14px;

}

.info-tech {
    position: relative;
}

.info-tech h4.lead.mb0.dark {
    position: absolute;
    bottom: 40px;
}

.info-tech img {
    width: 80%;
    margin: 0 auto;
}

.blog-box {
    position: relative;
}

.blogtxt {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    background: #092b5094;
}

.case-box {
    position: relative;
}

.casetxt {
    padding: 4px 8px;
    background: #092b50fa;
    width: 80%;
    float: right;
    margin-top: -48px;
    z-index: 1;
    position: relative;
}

.yellowbx {
    margin-top: -80px;
}

p.btn-ex {
    text-align: right;
    color: #eda900;
    font-size: 13px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-menu {
    background: #0e2f53c9;
    padding: 58px 0px 58px 0px;
}

.followus-bg {
    background: url(../img/st-34.jpg) no-repeat;
    background-size: cover;
    margin-top: -110px;
}

.followus-bg p {
    background: #0e2f53;
    padding: 10px 20px;
    color: #fff;
}

.footer-copyright.text-center {
    background: #0e2f53;
    padding: 4px 0;
    width: 100%;
    float: left;
    margin-top: 16px;
}

.sticky .row.hide-mob {
    display: none;
}

.acc-bg {
    background: url('../img/de-bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 20px 10px;
    margin-top: 14px;
}

.hvrbox:hover .hvrexp {
    display: none;
}

.info-tech h4.cont.mb0.white.txtcenter {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    font-weight: 700;
}



p.lead.mb0.white.hvrexp {
    position: absolute;
    bottom: 41px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
    text-align: center;
    background: #000000ba;
    padding: 6px 0;
}

.just-bg span {
    width: 100px;
    display: block;
}

.just-bg {
    z-index: 1;
    position: relative;
}

.blue-btn a {
    background: url(../img/blue-btn.png) no-repeat !important;
    background-size: contain;
    color: #fff;
    padding: 11px 20px;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Gadugi-Bold';
    margin: 0 auto;
    display: table;
}

.getcall-box {
    background: #ffba08;
    -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .12);
    -moz-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .12);
    box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .12);
    border-radius: 6px;
    border: 0px;
    min-height: 282px;
}

.adresbx {
    border-bottom: 1px solid #fbc94d;
    width: 100%;
    float: left;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.how-bg {
    width: 100%;
    float: left;
    border-radius: 0px;
    background: #ffffff;
    text-align: center;
    margin-top: 45px;
    border: 1px solid #a2a2a2;
    border-bottom: 4px solid #eda900;
    min-height: 172px;
}

.how-bg:hover {
    background: #092b50;
}

.how-bg:hover p {
    color: #fff !important;
}

.get-txt {
    width: 100%;
    float: left;
    background: #092b50;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 6px 6px 0px 1px #ffba08;
}


/* WHAT YOU NEED */

.lead4 {
    font-size: 30px;
    line-height: 34px;
    color: #092b50;
    letter-spacing: 0;
    margin-top: 5px;
    font-family: 'Gadugi-Bold';
}

.service-left-menu li.active a i {
    color: #fff;
}

.service-left-menu li a i {
    color: #04B3DF;
    font-size: 20px;
}

.service-left-menu {
    margin-left: 0px;
    padding-left: 0px;
    margin: 0px;
    border: 1px solid #DDD;
    box-shadow: 0px 5px 5px #AAA;
}

.service-left-menu li {
    padding: 28px 15px;
    list-style: none;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#020b15), to(#092b50));
    background: linear-gradient(to bottom right, #020b15, #092b50);
    text-align: center;
    font-size: 19px;
    color: #fff;
    font-weight: 700;

}

.service-left-menu li a {
    text-decoration: none;
    color: #fff;
}

.service-left-menu li.active {
    padding: 28px 15px;
    background: url(../img/tab-hov-bg.jpg) no-repeat;
}

.service-left-menu li.active a {
    color: #444;
    text-decoration: none;
}

.micro-sol-txt {
    width: 58%;
    float: left;
    text-align: justify;
    margin-right: 28px;
}

.micro-ul-bg {
    width: 38%;
    float: left;
    background: #092b50;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 6px 6px 0px 1px #ffba08;
    min-height: 248px;
}

.micro-ul-bg ul {
    list-style: none;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.micro-ul-bg ul li span {
    float: left;
    margin-right: 10px;
    padding-top: 6px;
}

.micro-ul-bg ul li {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
}

.Goldtxt-box {
    background: #082646;
    padding: 30px 18px;
    text-align: center;
    margin-top: 44px;
    margin-left: 4px;
    position: relative;
}

.part-bgform {
    width: 66%;
    float: left;
    background: url(../img/microsoft3.jpg) top center no-repeat;
    background-size: cover;
}

.part-bg {
    width: 34%;
    float: left;
    position: relative;
}

.microsoft_logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.azu-img {
    position: absolute;
    max-width: 401px;
    left: -18px;
}

.btn-whitebg {
    background: #fff !important;
    letter-spacing: normal !important;
    font-weight: 700 !important;
    margin: 0 auto !important;
    padding: 4px 20px !important;
    color: #444 !important;
    display: table !important;
}


ul.why-micro li span {
    float: left;
    margin-right: 10px;
    padding-top: 6px;
}

ul.why-micro li {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}

ul.why-micro {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 30px;
    position: relative;
    border-left: 6px solid #eda900;
    padding-left: 16px;
    float: left;
    width: 82%;
}

ul.why-micro1 li span {
    float: left;
    margin-right: 10px;
    padding-top: 6px;
}

ul.why-micro1 li {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}

ul.why-micro1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 30px;
    position: relative;
    border-left: 6px solid #eda900;
    padding-left: 16px;
    float: left;
}

.midd-img {
    margin-top: 120px;
}

.one-point {
    background: #082749;
    width: 100%;
    float: left;
    border-radius: 0px 10px 10px 0px;
    padding: 10px 10px 18px 10px;
    margin: 24px 0px 0px 0px;
    position: relative;
}

.one-point:after {
    content: '';
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 48px;
}

.comunity {
    width: 100%;
    float: left;
    position: relative;
    margin: 6px 0px;
    overflow: hidden;
}

.comunity:hover>h2 {
    opacity: 0;
}

.comunity:hover .description {
    opacity: 1;
}

.comunity .description h2 {
    position: relative;
    top: 50%;
}

.description p {
    padding: 0 10px;
}

.description {
    position: absolute;
    transition: 1s;
    height: 100%;
    top: 0px;
    color: #fff;
    background: url(../img/ms-hov.jpg) no-repeat;
    text-align: left;
    opacity: 0;
    width: 100%;
}

.prod-box.comunity {
    background: #f5f7f8;
    ;
}

.prodhov-txt {
    position: absolute;
    bottom: -8px;
}

.prod-txt {
    position: relative;
    bottom: 18px;
}

.circle-ind {
    background: #f7f7f7;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    box-shadow: 1px 1px 8px 1px #d6d6d6;
}

p.circle-ind i {
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 95px;
}

.data-bantxt {
    position: relative;
    z-index: 1;
    padding-top: 58px;
}

.data-bantxt:before {
    background: #eda900d1;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    content: '';
    position: absolute;
    left: 94px;
    z-index: -1;
    top: 0px;
}

.data-bantxt:after {
    background: #ffffff;
    width: 6px;
    height: 78px;
    content: '';
    position: absolute;
    right: -24px;
    z-index: -1;
    top: 74px;
}

.enco-ul-bg {
    width: 45%;
    float: left;
    background: #eee;
    border-radius: 4px;
    padding: 18px 18px;
    margin-right: 28px;
}

.enco-ul-bg ul {
    list-style: none;
    color: #444;
    margin: 0px;
    padding: 0px;
}

.enco-ul-bg ul li span {
    float: left;
    margin-right: 10px;
    padding-top: 6px;
}

.enco-ul-bg ul li {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
}

.bus-int-img1 {
    width: 24%;
    float: left;
}

.bus-int-img1 img {
    left: 38px;
    position: relative;
    top: 34px;
}

.bus-int {
    background: #eda900;
    padding: 48px 48px;
    width: 45%;
    float: left;
}

.bus-int-img2 {
    width: 30%;
    float: left;
}

.bus-int-img2 img {
    width: 446px;
    position: absolute;
    right: 26px;
    top: 14px;
}

.bulletbg2 {
    margin-left: 14px;
}

span.offer-icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 1px 1px 8px 1px #ccc;
    background: #fff;
    display: table;
    margin: 14px auto;
}

.explo-box {
    box-shadow: 5px 2px 15px #e3dbdb;
    padding: 24px 10px;
    background: #fff url(../img/basic-bg1.jpg) top center no-repeat;
    background-size: cover;
    border-bottom: 4px solid #eda900;
}

.explo-box p.lead.dark {
    font-size: 18px;
    min-height: 50px;
}

.explo-box img {
    width: 40px;
    margin: 22px auto;
}

.bulletbg2 ul li {
    font-size: 15px;
    line-height: 28px;
}

.data-bantxt {
    position: relative;
    z-index: 1;
    padding-top: 58px;
    width: 78%;
}

.my-auto.text-white {
    width: 100%;
}


.ssd {
    margin: 38px 0 0 -50px;
}

.mt-2 {
    margin-top: 20px;
}
.footer_menu {list-style: none;
    margin: 0;}
.footer_menu li  {
    padding: 5px 0 5px 10px;
    position: relative;}
.footer_menu li a:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 12px;
    background: #666;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.footer_menu li:hover a:after {
    background: #fff;
}
