* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    color: #000;
    font-weight: 500
}

@font-face {
    font-family: "Segoe UI";
    src: local("Segoe UI"), local("Segoe UI")
}

p {
    font-size: 17px;
    color: #666;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify
}

h2 {
    color: #c7202c;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize
}

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

li {
    list-style-type: none
}

a {
    transition: all .3s ease-in-out
}

a:hover {
    text-decoration: none
}

#topcontrol {
    bottom: 45px !important
}

.backtotop {
    background: #026396;
    color: #fff;
    padding: 10px 15px;
    font-size: 22px
}

.backtotop:hover {
    background: #000
}

.carousel-indicators {
    bottom: 0 !important
}

.header-top {
    transition: all .4s ease-in-out;
    background: #026396;
    opacity: 0.99;
    height: 39px;
    line-height: 39px;
    overflow: hidden
}

.tollfreeno {
    float: left;
    transition: all .3s ease-out .03s
}

.tollfreeno a,
.tollfreeno i {
    color: #fff
}

.social {
    float: right
}

.social li {
    padding: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    webkit-transition: background-color 400ms ease-out .2s;
    -moz-transition: background-color 400ms ease-out .2s;
    -o-transition: background-color 400ms ease-out .2s;
    transition: background-color 400ms ease-out .2s;
    margin-top: 1px;
    margin-right: 2px;
    position: relative;
    top: -1px
}

.social li a {
    color: #fff
}

.social li.facebook {
    background: #3c599e
}

.social li.twitter {
    background: #2aa9e0
}

.social li.google-plus {
    background: #d3492c
}

.social li.linkedin {
    background: #034487
}

.social li.skype {
    background: #00b0f6
}

.social li.youtube {
    background: #e22d24
}

.social li:hover {
    background: #31373a;
    cursor: pointer
}

.mainnav {
    clear: both
}

.phone {
    font-size: 18px;
    margin-top: 25px
}

.phone a {
    color: #000
}

.phone a:hover {
    color: #026396
}

.phone i {
    color: #026396;
    border-radius: 50%;
    margin-right: 4px;
    width: 44px;
    height: 44px;
    line-height: 24px;
    text-align: center;
    font-size: 26px;
    top: 4px;
    position: relative
}

.header-bottom {
    padding: 0;
    background: #026396
}

.header-bottom.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

#header-main.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 1px 1px 8px #AAA;
    -webkit-box-shadow: 1px 1px 8px #AAA;
    -moz-box-shadow: 1px 1px 8px #AAA
}

.site-header h1 {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #fff;
    max-width: 70%;
    display: inline
}

.header-search {
    margin-top: 0;
    cursor: pointer;
    display: none
}

.header-search:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

#header-search-button {
    background: #F4F4F4;
    border: 1px solid #DDD;
    color: #BABEC4;
    padding: 5px 10px;
    font-size: 18px;
    margin-left: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px
}

.header-search-form-wrap {
    display: none;
    position: absolute;
    top: 113px;
    padding: 15px 0;
    background: #F5F5F5;
    border-bottom: 2px solid #E9E9E9;
    width: 100%;
    z-index: 9999
}

.header-search-form-wrap.sticky {
    position: fixed;
    border-bottom: 2px solid transparent;
    box-shadow: 0 3px 7px #CCC;
    -webkit-box-shadow: 0 3px 7px #CCC;
    -moz-box-shadow: 0 3px 7px #CCC
}

.header-search-form {
    font-size: 30px;
    color: #B3B3B3
}

.header-search-form .search-field {
    background: none;
    border: none;
    display: inline-block;
    width: 90%;
    padding-left: 5px;
    font-size: 30px;
    color: #a2a2a2;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60)
}

.header-search-form .search-field:focus {
    border: none
}

.header-search-form .search {
    display: none
}

.site-navigation .navbar-default,
.site-navigation .navbar {
    background: none;
    border: none;
    margin: 0
}

.site-navigation {
    margin-top: 0;
    width: 100%
}

nav.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

nav.main-menu ul>li {
    margin: 0;
    float: left;
    position: relative
}

nav.main-menu ul>li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 16px 18px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    nav.main-menu ul>li a {
        padding: 17px 18px
    }
}

nav.main-menu ul>li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 49px;
    left: 0;
    width: 260px;
    display: none;
    background-color: #026396
}

nav.main-menu ul>li ul li {
    list-style: none;
    float: none;
    position: relative;
    border-bottom: 1px solid #dc6208
}

nav.main-menu ul>li ul li a {
    color: #FFF;
    padding: 10px;
    font-size: 15px;
    text-transform: capitalize
}

.nav>li>a {
    padding: 0 !important
}

.nav>li>a:hover {
    color: #000 !important
}

.nav>li {
    padding: 2px 0 2px 12px !important
}

.nav>li:hover {
    padding: 2px 0 2px 12px !important
}

nav.main-menu ul>li ul li a:hover {
    background-color: #026396
    color: #fff
}

nav.main-menu ul>li ul li ul {
    position: absolute;
    left: 260px;
    top: 0;
    background-color: #026396
}

nav.main-menu ul>li ul li ul li {
    background-color: #026396
}

nav.main-menu ul .current_page_item>a {
    color: #000
}

nav.main-menu ul>li a:hover,
nav.main-menu .active>a {
    background-color: #fff;
    color: #026396
}

.mean-container a.meanmenu-reveal {
    background: #1ABC9C;
    left: auto !important;
    right: 0 !important;
    text-align: right !important
}

.mean-container a.meanmenu-reveal .fa {
    display: block
}

.pager li>a:hover,
.pager li>a:focus {
    background-color: #1ABC9C;
    border-color: #1ABC9C;
    color: #FFF
}

.main-content {
    padding: 40px 0
}

.page-header h1.entry-title,
.page-header {
    margin-top: 0;
    border: none;
    padding-bottom: 0
}

.entry-title {
    font-weight: 700
}

body.page .page-header h1.entry-title {
    padding-bottom: 10px
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 38px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, .25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, .4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

@media only screen and (max-width:767px) {
    header {
        float: right
    }

    #mc_embed_signup {
        width: 80% !important
    }
}

.payumoney {
    float: right !important
}

.payumoney img {
    top: 1px;
    position: relative
}

.payumoney a {
    padding: 6px 0 !important
}

.payumoney a:hover {
    background: transparent !important
}

#myCarousel img {
    width: 100%
}

.carousel-caption {
    bottom: 160px
}

.carousel-caption .big {
    font-size: 48px;
    font-weight: 700;
    width: 670px;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: 58px
}

.carousel-caption .small {
    font-size: 18px;
    width: 500px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px
}

.carousel-caption .get {
    margin: 0 auto;
    color: #fff;
    font-size: 48px;
    font-weight: 400
}

.carousel-caption .btn {
    text-transform: uppercase;
    top: 30px;
    position: relative;
    border-bottom: 4px solid #b45706;
    background: #026396;
    font-size: 20px;
    width: 230px;
    clear: both;
    color: #fff;
    height: 60px;
    line-height: 39px;
    margin-right: 16px
}

.carousel-caption .btn2 {
    border-bottom: 4px solid #095784;
    background: #026396;
    margin-right: 0
}

.carousel-caption .btn:hover {
    border-bottom: 4px solid #999;
    background: #fff;
    color: #026396
}

.padding30 {
    padding-bottom: 30px
}

.padding10 {
    padding-bottom: 10px
}

.whatwedo {
    text-align: center;
    overflow: hidden
}

h2 {
    color: #000;
    font-weight: 400;
    font-size: 36px;
    margin: 0;
    padding-bottom: 18px !important;
    text-align: center
}

.whatwedo p {
    line-height: 30px;
    font-size: 19px;
    text-align: center;
    padding-bottom: 20px
}

.whatwedo a,
.catalogue a {
    border: 1px solid #026396;
    padding: 12px 22px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .3s ease-out .03s;
    color: #026396
}

.whatwedo a:hover {
    background: #026396;
    color: #fff
}

.step {
    margin: 0 auto;
    width: 790px
}

.step img {
    float: left;
    margin-right: 50px
}

.step img.last {
    margin-right: 0
}

.catalogue .box {
    background: #fff;
    width: 345px;
    margin: 20px 50px 20px 0;
    float: left;
    text-align: center;
    border-width: 1px 1px 4px;
    border-style: solid;
    border-color: #ddd #ddd #026396;
    padding: 0 20px 40px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    transition: all .3s ease-out .03s
}

.catalogue .box:hover {
    transform: scale(1.02, 1.02);
    box-shadow: 0 6px 20px #afafaf;
    border-color: #ddd #ddd #026396
}

.catalogue .box:nth-of-type(3n) {
    margin-right: 0
}

.catalogue .box .servicestitle {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 10px
}

.catalogue .box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center
}

.catalogue a {
    border: 1px solid #026396;
    color: #026396;
    display: inline-block;
    margin-bottom: 1em;
}

.catalogue a:hover {
    border: 1px solid #026396;
    background: #026396;
    color: #fff
}

#counter {
    width: 100%;
    padding: 55px 0;
    position: relative;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center
}

#counter .col-sm-4 {
    border-right: 1px solid #fff
}

#counter .col-sm-4:last-child {
    border-right: none
}

#counter .counter-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .59);
    position: absolute;
    top: 0;
    left: 0
}

#counter .counter-number {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    line-height: .9;
    font-weight: 900;
    font-size: 50px;
    color: #fff
}

#counter .counter-description {
    width: 100%;
    line-height: 2.25;
    display: block;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase
}

.parallax {
    background-attachment: fixed;
    background-image: url(../images/parallax.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 25px;
    margin-top: 20px
}

.parallaxBg {
    height: 410px
}

.parallaxcnt {
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
    padding-top: 30px
}

.parallax .quote {
    background: #026396;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    line-height: 104px
}

.parallax .quote:before {
    font-size: 3em;
    font-family: "FontAwesome";
    content: '\f10d'
}

.parallax h1,
.selling h3 {
    color: #fff;
    font-size: 2.8em;
    margin: 0;
    padding-bottom: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    padding-top: 20px
}

.parallax p {
    color: #fff;
    font-size: 19px;
    line-height: 1.5;
    margin: 0 auto !important;
    padding-bottom: 14px;
    text-align: center;
    width: 72%;
    font-style: italic
}

.parallax a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding: 8px;
    text-transform: capitalize
}

.parallax a:hover {
    background: #ED1C24
}

.parallax span {
    line-height: 22px;
    padding-bottom: 25px;
    text-align: left;
    color: #026396
}

.showcase {
    margin: auto;
    position: relative;
    width: 100% !important;
    position: relative;
    margin: auto;
    width: 100% !important
}

.showcase-arrow-previous,
.showcase-arrow-next {
    background: rgba(0, 0, 0, 0) repeat scroll 0 0;
    cursor: pointer;
    height: 50px;
    position: absolute;
    top: 310px;
    width: 50px;
    display: none
}

.showcase-arrow-previous {
    left: 10px;
    z-index: 9999
}

.showcase-arrow-previous:hover {
    background: #ed1d24 repeat scroll 0 0;
    border-radius: 100%
}

.showcase-arrow-next {
    background-position: -50px 0;
    right: 10px;
    z-index: 99999
}

.showcase-arrow-next:hover {
    background: #ed1d24 repeat scroll -50px 0;
    border-radius: 100%
}

.showcase-caption {
    color: #000;
    padding: 8px 15px;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: none;
}

.showcase-button-wrapper {
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 110px;
    position: relative;
    top: -254px
}

.showcase-button-wrapper span {
    background: #fff;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 0;
    height: 7px;
    display: block;
    float: left;
    margin-right: 8px;
    width: 28px;
    padding: 0
}

.showcase-button-wrapper span.active,
.showcase-button-wrapper span:hover {
    background: #026396
}

.selling {
    overflow: hidden
}

.selling h3 {
    color: #000;
    padding: 0;
    padding-bottom: 20px
}

.formdiv input,
.formdiv select,
.formdiv textarea {
    background: #fff none repeat scroll 0 0;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #026396
    float: left;
    font-size: 15px;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 5px;
    outline: medium none;
    padding-left: 3px;
    width: 30%;
    margin-right: 30px
}

.formdiv textarea {
    height: 105px;
    width: 63%
}

.formdiv input:focus,
.formdiv textarea:focus {
    border-color: #026396
}

.formdiv input[type="submit"] {
    background: #026396;
    border: 0 none;
    clear: both;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: 42px;
    text-align: center;
    text-transform: capitalize;
    width: 130px;
    transition: all .3s ease-in-out
}

.formdiv input[type="submit"]:hover {
    background: #026396
}

.disclaimer {
    background: #026396;
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative
}

.disclaimer h3 {
    color: #fff;
    font-weight: 400;
    border: 0 none;
    font-size: 32px;
    margin: 0;
    padding-bottom: 14px;
    padding-top: 24px
}

.disclaimer p {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin: 0
}

.disclaimer a {
    color: #fff
}

.disclaimer .arrow {
    margin: 0 auto;
    color: #fff;
    top: -162px;
    position: absolute;
    width: 100%;
    text-align: center;
    right: 5px
}

.disclaimer .arrow:before {
    font-size: 10em;
    font-family: "FontAwesome";
    content: "\f0dd"
}

footer {
    background: #026396
}

footer ul {
    margin: 0 auto;
    padding: 0
}

footer li {
    list-style-type: none;
    color: #fff
}

footer li.last {
    border: 0;
    padding-right: 0
}

.quick-links li {
    padding-left: 15px;
    position: relative
}

.quick-links li::before {
    display: inline-block;
    text-align: center;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: 3px;
    top: 4px;
    transition: all .3s ease-in;
    transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #fff
}

footer a {
    color: #fff;
    font-size: 14px;
    line-height: 1.5
}

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

footer p {
    font-size: 16px;
    text-align: justify;
    color: #ADADAD
}

footer h1 {
    color: #fff;
    border: 0;
    font-weight: 400;
    padding-top: 34px;
    padding-left: 20px;
    text-transform: uppercase
}

footer .footertitle {
    color: #fff;
    font-weight: 700;
    font-size: 18px !important;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 10px
}

footer h4 {
    color: #fff
}

footer span {
    color: #fff;
    margin-top: 0;
    font-size: 15px;
    width: 100%;
    display: block;
    line-height: 2
}

footer span a {
    font-size: 16px
}

footer b {
    font-size: 28px;
    color: #fff;
    position: relative;
    top: -10px
}

footer .disclaimer {
    color: #fff;
    font-weight: 700
}

footer a.disclaimer:hover {
    text-decoration: underline
}

footer h3.disclaimer {
    color: #fff
}

footer .border.last {
    border-right: 0;
    margin-right: 0
}

.footer_bottom {
    background-color: #026396;
    height: 46px;
    line-height: 46px
}

footer ul,
.footer_bottom ul {
    margin: 0 !important;
    padding: 0 !important
}

.footer_bottom li {
    float: left;
    color: #ADADAD;
    font-size: 14px;
    list-style-type: none;
    margin-right: 20px
}

.footer_bottom li.last {
    border: 0;
    float: right;
    margin: 0
}

.footer_bottom a {
    color: #ADADAD
}

.footer_bottom a:hover {
    color: #fff;
    text-decoration: none
}

footer .social {
    float: left
}

footer .social li {
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    webkit-transition: background-color 400ms ease-out .2s;
    -moz-transition: background-color 400ms ease-out .2s;
    -o-transition: background-color 400ms ease-out .2s;
    transition: background-color 400ms ease-out .2s;
    margin-bottom: 5px;
    margin-right: 2px
}

footer .social li a {
    color: #fff;
    display: block;
    line-height: 38px
}

footer .social li.facebook {
    background: #204385
}

footer .social li.twitter {
    background: #2aa9e0
}

footer .social li.google-plus {
    background: #d3492c
}

footer .social li.linkedin {
    background: #0073b2
}

footer .social li.skype {
    background: #00b0f6
}

footer .social li.youtube {
    background: #e22d24
}

footer .social li:hover {
    background: #aaa;
    cursor: pointer
}

.popup-contact {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    right: 0
}

.popup-contact-box {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 300px
}

#contact-btn {
    bottom: 0;
    position: absolute;
    z-index: 99;
    background: #026396;
    color: #fff;
    width: 300px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    right: 0
}

.popup-contact-box input:focus {
    border: 1px solid
}

.contact-info {
    display: none;
    background-color: #222;
    width: 100%;
    min-height: 390px; height:auto;
    border-radius: 3px;
    padding: 10px 10px 40px;
    border: 5px solid #026396
}

.contact-info h4 {
    text-transform: capitalize;
    color: #fff
}

.contact-info .contact-form .section-field {
    display: inline;
    position: relative;
    width: 100%
}

.contact-info .contact-form .field-widget {
    position: relative
}

.contact-info .contact-form .section-field i {
    color: #00a9da;
    left: 0;
    position: absolute;
    z-index: 99
}

.contact-info .contact-form .section-field input {
    margin-bottom: 10px;
    margin-right: 17px;
    color: #363636;
    padding-left: 4px;
    width: 100%;
    border: 1px solid #026396
    border-radius: 3px
}

.contact-info .contact-form .section-field input:focus {
    border-color: #363636
}

.contact-info .contact-form textarea {
    width: 100%;
    border: medium none;
    color: #363636;
    display: block;
    border: 1px solid #026396
    margin-bottom: 10px;
    border-radius: 3px;
    padding-left: 4px
}

.contact-info .contact-form textarea:focus {
    border-color: #363636
}

.contact-info a.button-border {
    padding: 8px 18px;
    margin-right: 0
}

.home-2 #contact-btn {
    background: #007da1
}

.icon-txt {
    font-size: 50px;
    color: #ff5a5f
}

.contact-info h5 {
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    color: #fff
}

.ico {
    text-align: center !important
}

.tb {
    margin-top: 20px
}

.tb th {
    padding: 10px
}

.tb td {
    padding: 10px
}

.sub {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 25px;
    padding: 5px 15px;
    width: 100%
}

.sub:hover {
    background: #026396;
    color: #fff;
    border: 1px solid #fff
}

#contact-btn:hover {
    text-decoration: none
}

.field-widget input {
    height: 35px
}

input[type='number'] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
    display: inline-block;
    cursor: default;
    flex: 0 0 auto;
    align-self: stretch;
    -webkit-user-select: none;
    opacity: 0;
    pointer-events: none;
    -webkit-user-modify: read-only
}

.amazonbg {
    background: url(../images/inner-amazon.jpg) no-repeat
}

.carrer {
    background: url(../images/inner-carrer.jpg) no-repeat
}

.blog {
    background: url(../images/inner-blog.jpg) no-repeat
}

.inner-banner {
    background: url(../images/inner-banner.jpg) no-repeat;
    background-size: cover;
    height: 250px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
    position: relative
}

.craftsvillabg {
    background: url(../images/inner-craftvilla.jpg) no-repeat center center;
    background-size: cover
}

.voonikbg {
    background: url(../images/inner-voonik.jpg) no-repeat center center;
    background-size: cover
}

.paytmbg {
    background: url(../images/inner-paytm.jpg) no-repeat center center;
    background-size: cover
}

.flipkartnbg {
    background: url(../images/inner-flipkart.jpg) no-repeat center center;
    background-size: cover
}

.alibababg {
    background: url(../images/alibaba-services.jpg) no-repeat center center;
    background-size: cover
}

.evershinebg {
    background: url(../images/evershinebg.png) no-repeat center center;
    background-size: cover
}

.clientbg {
    background: url(../images/our-clients.jpg) no-repeat center center;
    background-size: cover
}



.amazonbg {
    background: url(../images/inner-amazon.jpg) no-repeat center center;
    background-size: cover
}

.ebaybg {
    background: url(../images/inner-ebay.jpg) no-repeat center center;
    background-size: cover
}

.limeroadbg {
    background: url(../images/inner-limeroad.jpg) no-repeat center center;
    background-size: cover
}

.shopcluesbg {
    background: url(../images/inner-shopclues.jpg) no-repeat center center;
    background-size: cover
}

.snapdealbg {
    background: url(../images/inner-snapdeal.jpg) no-repeat center center;
    background-size: cover
}

.pepperfrybg {
    background: url(../images/inner-pepperfry.jpg) no-repeat center center;
    background-size: cover
}

.fly {
    background: url(../images/inner-fly.jpg) no-repeat center center;
    background-size: cover
}

.listing {
    background: url(../images/inner-listing.jpg) no-repeat center center;
    background-size: cover
}

.advertising {
    background: url(../images/inner-advertising.jpg) no-repeat center center;
    background-size: cover
}

.fba {
    background: url(../images/inner-fba.jpg) no-repeat center center;
    background-size: cover
}

.training {
    background: url(../images/inner-training.jpg) no-repeat center center;
    background-size: cover
}

.boost {
    background: url(../images/inner-services.jpg) no-repeat center center;
    background-size: cover
}

::i-block-chrome,
.inner-banner:before {
    background-size: inherit
}

.inner-banner-bg {
    background: rgba(0, 0, 0, .5);
    height: 250px
}

.inner-banner h1 {
    padding-bottom: 10px;
    padding-top: 76px;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.inner-banner .line {
    border-bottom: 5px solid #fff;
    width: 150px;
    margin: 0 auto
}

.selling-inner {
    background: #026396;
    padding: 30px 0
}

.selling-inner h3 {
    color: #fff;
    padding-bottom: 20px
}

.selling-inner input,
.selling-inner textarea {
    border: 0
}

.selling-inner input[type="submit"] {
    border: 1px solid #fff;
    margin: 0
}

.selling-inner input[type="submit"]:hover {
    background: #fff;
    color: #026396
}

.container-block h2 {
    text-align: left
}

.container-block img {
    margin-left: 30px;
    margin-bottom: 0;
    width: 400px;
    height: auto
}

h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700
}

.container-block input,
.container-block textarea,
.container-block select {
    width: 100%;
    margin-right: 0
}

.container-block textarea {
    height: 142px
}

.container-block label {
    font-size: 14px
}

.container-block span {
    line-height: 2
}

.container-block a:hover,
.container-block i {
    color: #026396
}

.cntimg {
    margin-top: 146px;
    margin-bottom: 15px;
    width: 100% !important
}

.pm-button {
    clear: both;
    float: left
}

.pm-button img {
    float: left;
    margin-left: 0;
    width: auto
}

.client-block li {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 3px #ddd;
    float: left;
    margin-bottom: 20px !important;
    margin-right: 20px;
    padding: 5px;
    width: 207px
}

.client-block li:nth-of-type(5n) {
    margin-right: 0
}

.thumbimg {
    width: 207px;
    height: 83px;
    margin: 0 !important;
    float: none !important
}

.client-block span {
    background: #026396 none repeat scroll 0 0;
    clear: both;
    color: #fff;
    float: left;
    font-size: 17px;
    padding: 4px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    cursor: default
}

.client-block span:hover {
    background: #026396 none repeat scroll 0 0
}

.blogs {
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 30px;
    float: left
}

.blogs img {
    border: 1px solid #ddd;
    float: left;
    height: auto;
    margin-right: 20px;
    padding: 5px;
    width: 250px;
    margin-left: 0
}

.blogs .c-txt {
    color: #026396;
    font-size: 18px;
    padding-bottom: 84px ! text-transform:capitalize;
    font-weight: 700
}

.blogs span {
    color: #026396;
    float: left;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 5px;
    text-align: left;
    width: auto
}

.blogs p {
    padding-bottom: 10px;
    margin-left: 270px;
    clear: both;
    top: -90px;
    overflow: hidden;
    position: relative
}

.blogs>a {
    background: #026396;
    color: #fff;
    font-size: 16px;
    float: left;
    padding: 10px 24px;
    margin-left: 270px;
    position: relative;
    top: -100px
}

.blogs>a:hover {
    background: #026396;
    color: #fff
}

.blogbig {
    border: 0;
    height: auto;
    margin: 0;
    padding-bottom: 10px
}

.blogbig img {
    width: 600px;
    height: auto;
    margin-bottom: 25px
}

.blogbig p {
    top: 0;
    margin: 0;
    overflow: inherit
}

.container-block ul {
    margin-bottom: 20px
}

.container-block li {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 400;
    padding-left: 4px
}

.container-block h3 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.3
}

.leadership-image {
    margin-bottom: 30px
}

.leadership-image img {
    border: 5px solid #026396;
    border-radius: 100%;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .2);
    display: block;
    height: 220px;
    margin: 0;
    padding: 0;
    width: 220px
}

.leadership-image img:hover {
    border: 5px solid #026396
}

.leadership-image .title {
    text-align: center;
    clear: both;
    padding-top: 16px
}

.leadership-image .title font {
    color: #026396
    font-size: 1.3em;
    text-align: center;
    width: 100%;
    display: block
}

.leadership-image .title span {
    line-height: 1.5
}

.reportPopup img {
    width: 270px;
    height: auto;
    border-radius: 50%
}

.vimeo_video {
    position: absolute;
    left: 0;
    top: 168px;
    width: 100%;
    overflow: hidden
}

.vimeo_video iframe {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5)
}

.vimeo_video .overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.subs-popup {
    display: none;
    background-color: rgba(0, 0, 0, .85);
    position: absolute;
    height: 100%;
    width: 100%
}

#mc_embed_signup {
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 500px;
    margin: 200px auto;
    box-shadow: 0 0 30px 5px #000;
    position: relative
}

.email-close {
    height: 16px;
    width: 16px;
    position: absolute;
    top: -8px;
    right: -8px;
    background: #FFF;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    border: 3px solid #aaa;
    box-shadow: 0 0 4px 1px #000;
    cursor: pointer;
    z-index: 999
}

.email-close:active {
    top: -7px;
    right: -9px
}

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

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */
.txt-lt {
    text-align: left;
}

/* text align left */
.txt-center {
    text-align: center;
}

/* text align center */
.float-rt {
    float: right;
}

/* float right */
.float-lt {
    float: left;
}

/* float left */
.clear {
    clear: both;
}

/* clear float */
.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */

img {
    max-width: 100%;
}

/*end reset*/
html,
body {
    font-size: 100%;
    font-family: 'Lato', sans-serif;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.main {
    padding: 3em 0;
}

.orange_text {
    color: #026396;
}

.font_size_inherit {
    font-size: inherit;
}

.heading8 {
    margin-bottom: 15px;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
}

/*-- main --*/
.w3_main_grids {
    width: 30%;
    margin: 0 auto;
}

.w3layouts_profile_grid1 {
    background: #2d9cf3;
}

.w3l_profile_grid1_padd {
    padding: 1em 2em;
}

.w3ls_menu_grid,
.w3_agileits_circle_effect {
    float: left;
    width: 33.33%;
    position: relative;
}

.w3ls_menu_grid i {
    font-size: 1.5em;
    color: #fff;
    line-height: 1.5em;
}

.w3ls_menu_grid:nth-child(2) {
    text-align: center;
}

.w3ls_menu_grid:nth-child(3) {
    text-align: right;
}

.w3ls_menu_grid h2 {
    font-size: 1.4em;
    color: #fff;
    margin-top: .2em;
}

span.menu-icon {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

ul.w3_agile_nav1 {
    z-index: 999;
    width: 120px;
    background-color: #f32d2d;
    position: absolute;
    left: 0;
    border: 1px solid #8d1313;
    border-bottom: none;
}

ul.w3_agile_nav1 {
    display: none;
}

ul.w3_agile_nav1 li {
    display: block;
    border-bottom: 1px solid #c22020;
}

ul.w3_agile_nav1 li a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 0.8em 2em;
}

ul.w3_agile_nav1 li a:hover {
    color: #212121;
}

.agileinfo_profile_grid2 {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 4em 2em 2em;
}

.w3_agile_profile_grid2_left {
    float: left;
}

.w3_agile_profile_grid2_left img {
    border: 2px solid #999;
    border-radius: 50px;
}

.agile_profile_grid2_left {
    float: left;
    margin-left: 2em;
}

.agile_profile_grid2_left h4 {
    font-size: 1em;
    color: #fff;
    margin: 1.5em 0 1em;
}

.agile_profile_grid2_left h4 i {
    padding-right: 1em;
}

.agile_profile_grid2_left ul li {
    display: inline-block;
}

.agile_profile_grid2_left ul li a {
    padding: 6px 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 5px;
}

.agileits_w3layouts_list a,
.w3_agileits_list a:hover {
    background: #f32d2d;
}

.w3_agileits_list a,
.agileits_w3layouts_list a:hover {
    background: #2d9cf3;
}

.agileinfo_profile_grid2 p {
    font-size: 14px;
    color: #fff;
    margin: 1em 0 0;
    line-height: 1.8em;
}

.agileinfo_tab1 ul li {
    list-style-type: none;
    padding: 1em 0;
    color: #999;
    font-size: 14px;
    border-bottom: 1px dotted #999;
}

.agileinfo_tab1 ul li span {
    color: #212121;
    font-weight: 600;
}

.agileinfo_tab1 ul li i {
    color: #f32d2d;
    padding-right: 1em;
}

.agileinfo_tab1 ul li img.w3ls_men {
    display: block;
    margin: 1em 0 0 2em;
}

.agileits_comment {
    color: #2d9cf3 !important;
}

.agileinfo_tab1_img_grid {
    float: left;
    margin-right: 1em;
}

.agileinfo_tab1_img_grids {
    margin: 1em 0 0 2em;
}

p.eget {
    color: #999;
    line-height: 2em;
    font-style: italic;
    text-transform: capitalize;
    font-size: 14px;
}

p.eget1 {
    color: #212121;
    line-height: 2em;
    font-size: 14px;
    margin: 1em 0 2em;
}

.wthree_tab_grid_sub_left {
    float: left;
    width: 26.2%;
    padding: .5em;
    text-align: center;
    border: 1px solid #999;
}

.wthree_tab_grid_sub_left h5 {
    font-size: 1.5em;
    color: #212121;
    font-weight: 700;
}

.wthree_tab_grid_sub_left p {
    color: #f32d2d;
    font-size: 13px;
    text-transform: uppercase;
    margin: .5em 0 0;
}

.wthree_tab_grid_sub_left:nth-child(2) {
    margin: 0 1em;
}

.wthree_tab_grid {
    padding: 2em 1em;
}

.wthree_tab_grid ol li {
    padding-top: 1em;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    list-style: initial;
    text-transform: capitalize;
}

.wthree_tab_grid ol li span {
    display: block;
    margin: .5em 0 0;
    color: #999;
    font-weight: 500;
    text-transform: initial;
    line-height: 1.8em;
}

.wthree_tab_grid_list li {
    display: inline-block;
    font-size: 1em;
    color: #212121;
    font-weight: 600;
}

.wthree_tab_grid_list li i {
    margin-right: 2em;
    color: #2d9cf3;
    width: 45px;
    height: 45px;
    border: 1px solid #999;
    border-radius: 50px;
    text-align: center;
    line-height: 2.6em;
    vertical-align: bottom;
}

.wthree_tab_grid_list li span {
    display: block;
    font-weight: 500;
    color: #999;
    margin: .5em 0 0;
}

.wthree_tab_grid_list li span a {
    color: #999;
    text-decoration: none;
}

.wthree_tab_grid_list li span a:hover {
    color: #212121;
}

.wthree_tab_grid_list:nth-child(2) {
    padding: 2em 0;
}

/*-- start-responsive-design --*/
@media (max-width:1440px) {
    .w3_main_grids {
        width: 33%;
    }
}

@media (max-width: 1366px) {
    .w3_main_grids {
        width: 36%;
    }
}

@media (max-width: 1280px) {
    .w3_main_grids {
        width: 38%;
    }
}

@media (max-width: 1080px) {
    .w3_main_grids {
        width: 45%;
    }
}

@media (max-width: 1024px) {
    .w3_main_grids {
        width: 48%;
    }
}

@media (max-width: 991px) {
    .w3_main_grids {
        width: 50%;
    }
}

@media (max-width: 990px) {
    .w3_main_grids {
        width: 51%;
    }
}

@media (max-width: 900px) {
    .w3_main_grids {
        width: 56%;
    }
}

@media (max-width: 800px) {
    .w3_main_grids {
        width: 64%;
    }
}

@media (max-width: 736px) {
    .main h1 {
        font-size: 2.2em;
    }

    .wthree_tab_grid_sub_left {
        width: 26%;
    }
}

@media (max-width:667px) {
    .wthree_tab_grid_sub_left {
        width: 25%;
    }
}

@media (max-width:640px) {
    .wthree_tab_grid {
        padding: 1em 0em;
    }

    .wthree_tab_grid ol {
        padding-left: 2em;
    }
}

@media (max-width: 600px) {
    .main h1 {
        font-size: 2em;
    }

    .w3_main_grids {
        width: 75%;
    }
}

@media (max-width: 568px) {
    .main h1 {
        font-size: 1.8em;
    }

    .agileinfo_profile_grid2 {
        padding: 3em 2em 2em;
    }
}

@media (max-width: 480px) {
    .main h1 {
        font-size: 1.6em;
        letter-spacing: 1px;
    }

    .w3_main_grids {
        width: 85%;
    }

    .w3ls_menu_grid i {
        font-size: 1.2em;
    }

    .w3ls_menu_grid h2 {
        font-size: 1.2em;
        margin-top: 0;
    }

    .wthree_tab_grid_list li i {
        margin-right: 1em;
    }
}

@media (max-width: 414px) {
    .w3_agile_profile_grid2_left {
        width: 25%;
    }

    .agileinfo_profile_grid2 {
        padding: 3em 1em 2em;
    }

    .agile_profile_grid2_left h4 {
        margin: 0.5em 0 1em;
    }

    .main h1 {
        font-size: 1.4em;
    }

    .main {
        padding: 2em 0;
    }

    .wthree_tab_grid_sub_left:nth-child(2) {
        margin: 0 0.6em;
    }

    .wthree_tab_grid_sub_left p {
        font-size: 12px;
    }

    .wthree_tab_grid_list li,
    .agileits_copyright p {
        font-size: 14px;
    }

    .wthree_tab_grid_list:nth-child(2) {
        padding: 1em 0;
    }

    .wthree_tab_grid_list li i {
        line-height: 3em;
    }
}

@media (max-width: 384px) {
    .main h1 {
        letter-spacing: 0px;
    }

    .w3l_profile_grid1_padd {
        padding: 0.8em 1em;
    }

    .w3_agile_profile_grid2_left {
        float: none;
        margin: 0 auto;
    }

    .agile_profile_grid2_left {
        float: none;
        margin-left: 0;
        text-align: center;
    }

    .agileinfo_profile_grid2 p {
        text-align: center;
    }

    .wthree_tab_grid_sub_left {
        width: 24.5%;
    }

    .wthree_tab_grid_sub_left h5 {
        font-size: 1.3em;
    }
}

@media (max-width: 375px) {
    .agileinfo_profile_grid2 {
        padding: 2em 1em;
    }

    .wthree_tab_grid_sub_left:nth-child(2) {
        margin: 0 0.5em;
    }

    .wthree_tab_grid ol {
        padding-left: 1em;
    }

    .wthree_tab_grid_list li i {
        margin-right: 0.5em;
    }
}

@media (max-width: 320px) {
    .main h1 {
        letter-spacing: 1px;
    }

    .w3_main_grids {
        width: 90%;
    }

    .w3ls_menu_grid i {
        line-height: 1em;
    }

    .agileinfo_tab1 ul li,
    p.eget,
    .wthree_tab_grid ol li span {
        font-size: 13px;
    }

    p.eget1 {
        font-size: 13px;
        margin: 0 0 1em;
    }

    .wthree_tab_grid_sub_left {
        width: 55%;
        float: none;
        margin: 0 auto;
    }

    .wthree_tab_grid_sub_left:nth-child(2) {
        margin: 1em auto;
    }

    .wthree_tab_grid_list li {
        display: block;
        text-align: center;
    }

    .wthree_tab_grid_list li i {
        margin: 0 0 1em;
    }
}

.vs-th {
    text-align: center;
    padding: 2px 7px;
    background: #026396;
    color: #fff;
    height: 50px;
}

.vs-td-odd {
    padding: 9px 9px;
    background: #dddddd38;
}

.vs-td-even {
    padding: 9px 9px;
}

.vs-button {
    background: #026396;
    border: 0 none;
    clear: both;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: 42px;
    text-align: center;
    text-transform: capitalize;
    width: 130px;
    transition: all .3s ease-in-out;
    line-height: 42px;
}

.vs-border {
    border: 1px solid #ddd;
    width: 100%;
}

.vs-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.vs-fontawesome-tick {
    font-size: 22px;
    color: green !important;
}

.vs_wwd {
    border: none !important;
    border: 1px solid #026396;
    padding: 0px 0px !important;
    text-align: -webkit-auto !important;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .3s ease-out .03s;
    color: #026396;
}

.vs_wwd :hover {
    border: none !important;
    background: transparent !important;
    color: transparent !important;
}

.amazon-price {
    background: url(../images/amazon-price.jpg) no-repeat center center;
    background-size: cover
}

.vs-graphd {
    background: #0000007d;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-top: -15px;
    position: relative;
    z-index: -1;
}

.vs-graph {
    border: 1px solid #000;
    border-top: none;
    border-bottom-left-radius: 3%;
    border-bottom-right-radius: 3%;
    padding: 27px;
    background: #0000007d;
    padding-top: 0px;
    padding-bottom: 5.5%;
}

.vs-graph1 {
    border: 1px solid #00000085;
    border-radius: 3%;
    padding: 11px;
    padding-right: 1px;
    background-color: #ecece2;
    box-shadow: 0px 15px 24px 0px #000;
}

.vs-graphh {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    text-decoration: underline;
}

/* mobile */
@media only screen and (max-width: 600px) {
    .vs-amz1d {
        border: 1px solid #000;
        border-radius: 3%;
        background: #233040;
        padding-bottom: 65px;
    }

    .vs-amz2d {
        background: #ff9900;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 3%;
    }

    .vs-amz2d>table {
        font-size: 13px;
    }

    .vs-amzlogo {
        width: 22%;
    }

    .vs-amz1logo {
        width: 33%;
        margin: 13px;
    }

    .vs-fkt1d {
        border: 1px solid #0768af;
        border-radius: 3%;
        background: #037cd5;
        padding-bottom: 15px;
    }

    .vs-fkt2d {
        background: #f1e940;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 3%;
    }

    .vs-fkt2d>table {
        font-size: 9px;
    }

    .vs-shc1d {
        border: 1px solid #0d7e8c;
        border-radius: 3%;
        background: #16a2b3;
        padding-bottom: 15px;
    }

    .vs-shc2d {
        background: #ffffff;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 3%;
    }

    .vs-shc2d>table {
        font-size: 10px;
    }

    .vs-spd1d {
        border: 1px solid #ff2241;
        border-radius: 3%;
        background: #ff2241;
        padding-bottom: 15px;
    }

    .vs-ptm1d {
        border: 1px solid #06306f;
        border-radius: 3%;
        background: #fff;
        padding-bottom: 15px;
    }

    .vs-ptm2d {
        background: #06306f;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 3%;
    }

    .vs-ptm2d>table {
        color: #fff;
        font-size: 9px;
    }

    .vs-ebay2d {
        background: #0064d2;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 3%;
    }

    .vs-ebay2d>table {
        color: #fff;
        font-size: 9px;
    }

    .vs-marketplace>form>.row>table {
        font-size: 8px;
    }

    .vs-lmr1d {
        border: 1px solid #63b90a;
        border-radius: 3%;
        background: #e6e6e6;
        padding-bottom: 15px;
    }

    .vs-lmr2d {
        background: #88c34b;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 3%;
    }

    .vs-lmr2d>table {
        font-size: 10px;
        color: #fff;
    }

    .vs-von1d {
        border: 1px solid #63b90a;
        border-radius: 3%;
        background: #e6e6e6;
        padding-bottom: 15px;
    }

    .vs-von2d {
        background: #060606;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 3%;
    }

    .vs-von2d>table {
        font-size: 10px;
        color: #fff;
    }

    .vs-world {
        display: inherit;
        padding: 9px;
        color: #026396;
        font-size: 23px;
    }

    .vs-marketplace {
        border: 1px solid #000;
        border-radius: 2%;
        padding: 41px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

/* desktop */
@media only screen and (min-width: 600px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .vs-world {
        display: inherit;
        padding: 55px;
        color: #026396;
        padding-right: 10px;
    }

    .vs-amz1d {
        border: 1px solid #000;
        border-radius: 3%;
        background: #233040;
        padding-bottom: 65px;
    }

    .vs-amz2d {
        background: #ff9900;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 3%;
    }

    .vs-amzlogo {
        width: 22%;
    }

    .vs-amz1logo {
        width: 22%;
        margin: 22px;
    }

    .vs-fkt1d {
        border: 1px solid #0768af;
        border-radius: 3%;
        background: #037cd5;
        padding-bottom: 65px;
    }

    .vs-fkt2d {
        background: #f1e940;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 3%;
    }

    .vs-shc1d {
        border: 1px solid #0d7e8c;
        border-radius: 3%;
        background: #16a2b3;
        padding-bottom: 65px;
    }

    .vs-shc2d {
        background: #ffffff;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 3%;
    }

    .vs-spd1d {
        border: 1px solid #ff2241;
        border-radius: 3%;
        background: #ff2241;
        padding-bottom: 65px;
    }

    .vs-ptm1d {
        border: 1px solid #06306f;
        border-radius: 3%;
        background: #fff;
        padding-bottom: 65px;
    }

    .vs-ptm2d {
        background: #06306f;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 3%;
    }

    .vs-ebay2d {
        background: #0064d2;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 3%;
    }

    .vs-ptm2d>table {
        color: #fff;
    }

    .vs-ebay2d>table {
        color: #fff;
    }

    .vs-lmr1d {
        border: 1px solid #63b90a;
        border-radius: 3%;
        background: #e6e6e6;
        padding-bottom: 65px;
    }

    .vs-lmr2d {
        background: #88c34b;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 3%;
    }

    .vs-lmr2d>table {
        color: #fff;
    }

    .vs-von1d {
        border: 1px solid #060606;
        border-radius: 3%;
        background: #e6e6e6;
        padding-bottom: 65px;
    }

    .vs-von2d {
        background: #060606;
        border-radius: 4%;
        padding: 17px;
        padding-bottom: 1px;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 3%;
    }

    .vs-von2d>table {
        color: #fff;
    }

    .vs-marketplace {
        border: 1px solid #000;
        border-radius: 2%;
        padding: 41px;
    }
}

#toolsarea .tools-label {
    border-radius: 24px 0px 0px 24px;

    color: #fff;
    border: none;
    background: #0f804a;
    padding: 10px 20px 10px 20px;
    font-size: 15px;
    width: auto;
    line-height: 25px;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    float: left;
}

#toolsarea .maininput {
    border-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}

#toolsarea .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

#toolsarea .sinput {
    height: 45px;
    border: 1px solid #e9e9e9;
    border-radius: 0px 24px 24px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff !important;
    padding: 5px 10px;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
    float: left;
}

.labelarea {
    text-align: center;
}

.list-type3 {
    margin: 0 auto;
}

.list-type3 li,
.list-type3 a {
    float: left;
    height: 35px;
    line-height: 35px;
    position: relative;
    font-size: 15px;
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
    transition: background-color 1.5s ease;
}

.list-type3 a {
    padding: 0 60px 0 12px;
    background: #0089e0;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.list-type3 a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #0089e0 transparent transparent;
    border-style: solid;
    border-width: 18px 12px 18px 0;
}

.list-type3 a:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    float: left;
    width: 6px;
    height: 6px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977;
}

.list-type3 a:hover {
    background: #555;
}

.list-type3 a:hover:before {
    border-color: transparent #0089e0 transparent transparent;
}
