.slide1{
    background: url(../images/salesforce.jpg) no-repeat;
    background-size: cover;
}
.slide1 .btn_blue:hover {
    background: #1c7194;
    color: #fff !important;
    border: 2px solid #0093d0 !important;
}
.navbar-default.navbar-shrink .navbar-brand {
    margin-bottom: 12px;
}
.new_pages .bg-section {
    background: #f0f0f0 !important;
}
.mb-sm {
    margin-bottom: 20px;
}
.mb-md {
    margin-bottom: 30px;
}
.mb-lg {
    margin-bottom: 50px;
}
.mtb-md {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mtb-lg {
    margin-top: 50px;
    margin-bottom: 50px;
}
.capitalize {
    text-transform: capitalize;
}
.full-width {
    position: relative;
    max-width: 100vw !important;
    transform: translate(-50%, 0%);
    left: 50%;
}
.btn-white {
    background-color: white;
    color: #0093d0;
    border: 2px solid white;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    transition: all 0.3s linear;
    width: 200px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}
.btn-white:hover {
    background-color: #0093d0;
    color: white;
    border: 2px solid #0093d0;
}
.display-flex .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.display-flex .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.display-flex .align-center {
    align-items: center;
}
.magento-header {
    background: rgba(0, 0, 0, 0) url(../images/mg-bg.png) no-repeat scroll 50% 0 / cover;
    background-position: center;
    min-height: 600px;
    background-size: cover;
    display: table;
    width: 100%;
}
.magento-header .header-content {
    display: table-cell;
    vertical-align: middle;
}
.magento-header .header-content img {
    margin: 0 auto;
}
.magento-page p {
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}
.magento-page h2 {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px;
}
.magento-page .section-1 h2 {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 30px;
}
.magento-page .section-1 .sub-heading {
    color: #0093d0;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.magento-page .section-1 .iconbox {
    padding: 20px;
    box-shadow: 0px 0px 62px 0px rgba(46, 142, 182, 0.13);
    min-height: 250px;
    margin-bottom: 10px;
}
.magento-page .section-1 .icon {
    margin: 20px 0;
}
.magento-page .section-1 .iconboxtext p {
    font-weight: 500;
}
.magento-page .icon-list {
    padding: 0;
    list-style: none;
    text-align: left;
}
.magento-page .icon-list li {
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
}
.magento-page .icon-list li:before {
    background: rgba(0, 0, 0, 0) no-repeat scroll 0 0;
    background-image: url("../images/bullet-mg.png");
    background-size: contain;
    content: " ";
    position: absolute;
    left: 0;
    top: 3px;
    height: 24px;
    width: 20px;
}
.magento-page .section-2 {
    background: #f0f0f0;
}
.magento-page .section-2 .icon {
    width: 180px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.magento-page .section-3 {
    padding-bottom: 0;
}
.magento-page .section-3 p {
    color: #0093d0;
    font-size: 20px;
}
.magento-page .section-3 .icon-list li:before {
    background-image: url("../images/bullet-img.png");
}
.magento-page .magento-portfolio .section-top {
    background: rgba(0, 0, 0, 0) url(../images/mg-slider-bg1.png) no-repeat scroll 50% 0 / cover;
    background-position: center;
    min-height: 100px;
}
.magento-page .magento-portfolio .section-top .content {
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.magento-page .section-4 .item-portfolio {
    padding: 30px;
}
.magento-page .section-4 .item-portfolio * {
    text-align: center;
    margin: 0 auto;
}
.magento-page .section-4 .item-portfolio .logo,
.magento-page .section-4 .item-portfolio .image {
    padding-top: 10px;
    padding-bottom: 10px;
}
.magento-page .section-4 .item-portfolio .image {
    width: 90%;
}
.magento-page .section-4 .item-portfolio.portfolio-1 {
    background: rgba(0, 0, 0, 0) url(../images/mg-portfolio-bg-1.png) no-repeat scroll 50% 0 / cover;
    background-position: center;
    background-size: cover;
}
.magento-page .section-5 {
    background: #f0f0f0;
}
.magento-page .section-5 h2 {
    font-weight: 800;
}
#magento-portfolio-carousel .owl-pagination,
#shopify-portfolio-carousel .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: -50px;
    text-align: center;
    left: 0;
}
#magento-portfolio-carousel .owl-page,
#shopify-portfolio-carousel .owl-page {
    background: #898989 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 3px;
    width: 12px;
}
.shopify-header {
    background: rgba(0, 0, 0, 0) url(../images/sp-banner-bg.png) no-repeat scroll 50% 0 / cover;
    background-position: center;
    height: 565px;
    background-size: cover;
    display: table;
    width: 100%;
    text-align: center;
}
.shopify-header .header-content {
    display: table-cell;
    vertical-align: middle;
}
.shopify-header img {
    margin: 20px auto;
}
.shopify-header .banner-head,
.shopify-header .banner-desc {
    text-transform: none;
    color: #fff;
}
.shopify-header .banner-head {
    font-size: 36px;
}
.shopify-header .banner-desc {
    font-size: 22px;
}
.shopify-page p {
    font-family: 'Raleway', sans-serif;
}
.shopify-page .btn_gray {
    margin-right: 0;
}
.shopify-page .sub-heading {
    text-transform: none;
    color: #0093d0;
}
.shopify-page .section-1 {
    background: #f0f0f0;
    background-image: url(../images/sp-section-1-bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
.shopify-page .section-1 .content-top {
    position: relative;
    margin-top: 10vmax;
}
.shopify-page .section-1 .top-image {
    position: absolute;
    top: 0;
    transform: translate(0, -50%);
}
.shopify-page .section-1 .content-box {
    box-shadow: 0px 30px 180px 0px rgba(163, 172, 212, 0.27);
    background-color: #fff;
    margin: 0 auto;
    width: 85%;
    padding: 15vmax 7vw 3vw 7vw;
    text-align: center;
    margin-bottom: 70px;
}
.shopify-page .section-1 .content-box .caption-1 {
    font-weight: 500;
    font-size: 22px;
    text-transform: none;
}
.shopify-page .section-1 .content-box .caption-2 {
    color: #88ba30;
    text-transform: capitalize;
}
.shopify-page .section-3 {
    background: url(../images/sp-portfolio-bg.png) no-repeat;
    background-size: cover;
}
.shopify-page .section-3 .logo {
    margin-bottom: 30px;
}
.shopify-page .section-3 .logo img {
    max-width: 300px;
}

.shopify-page .section-3 .desc {
    line-height: 1.2;
    margin-bottom: 30px;
}

.axess-header {
    background: rgba(0, 0, 0, 0) url(../images/axess.png) no-repeat scroll 50% 50% / cover;
    background-position: center;
    height: 565px;
    background-size: cover;
    display: table;
    width: 100%;
    text-align: center;
}
.axess-header .header-content {
    display: table-cell;
    vertical-align: middle;
}
.axess-header .main-heading span {
    display: inline-block;
    vertical-align: text-bottom;
}
.axess-header .main-heading .ax-icon {
    width: 66px;
    margin-left: -6px;
    margin-right: -10px;
}
.axess-header .main-heading .ax-logo {
    width: 60px;
}
.axess-header h1,
.axess-header h2,
.axess-header h3 {
    text-align: center;
    text-transform: none;
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 15px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.axess-header h1 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 700;
}
.axess-header h2 {
    font-weight: 500;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 15px;
    background: #0093d0 none repeat scroll 0 0;
}
.axess-header h3 {
    font-weight: 500;
    font-size: 24px;
}
.axess-page .section-1,
.axess-page .section-3 {
    background: #f0f0f0;
}
.axess-page .btn-demo {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;

}
.axess-page p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.axess-page h1 {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px;
}
.axess-page h2 {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 30px;
}
.axess-page h3 {
    font-weight: 500;
    color: #0093d0;
    text-transform: none;
}
.axess-page .section-1 p {
    font-weight: 500;
}
.axess-page .section-2 p {
    font-size: 18px;
}
.axess-page .section-3 .heading {
    font-weight: 500;
    margin-bottom: 40px;
}
.axess-page .section-3 .heading .heading-img,
.axess-page .section-3 .heading .heading-text {
    display: inline-block;
    vertical-align: middle;
}
.axess-page .section-3 .content {
    margin-bottom: 25px;
}
.axess-page .section-3 .sub-heading {
    font-weight: 500;
    margin-bottom: 40px;
    color: #0093d0;
    text-transform: none;
    margin-top: 0;
}
.axess-page .section-3 .iconbox {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    text-align: center;
    height: 100%;
    background-color: #fff;
}
.axess-page .section-3 .icon {
    width: 80px;
    margin: 18px auto;
    min-height: 90px;
    position: relative;
}
.axess-page .section-3 .icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.axess-page .section-3 .iconboxtext p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.axess-page .icon-list {
    padding: 0;
    list-style: none;
    text-align: left;
    color: #0093d0;
    margin-top: 45px;
}
.axess-page .icon-list li {
    margin-bottom: 23px;
    padding-left: 40px;
    position: relative;
}
.axess-page .icon-list li:before {
    background: rgba(0, 0, 0, 0) no-repeat scroll 0 0;
    background-image: url("../images/bullet-ques.png");
    background-size: contain;
    content: " ";
    position: absolute;
    left: 0;
    top: 3px;
    height: 24px;
    width: 20px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px;
}
.axess-dropdown li {
    border: none !important;
}
.axess-dropdown li::before {
    display: none;
}
.axess-dropdown .dropdown-wrap {
    padding: 0 !important;
    top: 40px !important;
}
.navbar-nav .axess-dropdown.dropdown .dropdown-wrap ul li a {
    font-size: 14px !important;
    margin-top: 0;
    padding: 25px 27px 0 !important;
}
.shopify-page section {
    padding: 30px 0 !important;
}
.shopify-page .section-3{
    background: none !important;
    padding-bottom: 0 !important;
}
#shopify-portfolio-carousel .project-1{
    background: url(../images/02_02.png) no-repeat;
    background-size: cover;
    min-height: 600px;
}
#shopify-portfolio-carousel .project-2{
    background: url(../images/03.png) no-repeat;
    background-size: cover;
    min-height: 600px;
}
#shopify-portfolio-carousel .project-3{
    background: url(../images/05.png) no-repeat;
    background-size: cover;
    min-height: 600px;
}
#shopify-portfolio-carousel .owl-pagination {

    bottom: 0;

}
#shopify-portfolio-carousel .item {
    padding-top: 100px;
}
#shopify-portfolio-carousel .item .image {
    padding-left: 50px;
}

#wordpress-portfolio-carousel .item {
    padding-top: 100px;
}
#wordpress-portfolio-carousel .item .image {
    padding-left: 50px;
}
#wordpress-portfolio-carousel .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: -50px;
    text-align: center;
    left: 0;
    z-index: 1;
}
#wordpress-portfolio-carousel .owl-page {
    background: #898989 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 3px;
    width: 12px;
}
#wordpress-portfolio-carousel .owl-pagination {
    bottom: 20px;
}
#wordpress-portfolio-carousel .project-1 {
    background: url(../images/wp-project-1.png) no-repeat;
    background-size: cover;
    min-height: 600px;
}
#wordpress-portfolio-carousel .project-2 {
    background: url(../images/wp-project-2.png) no-repeat;
    background-size: cover;
    min-height: 600px;
}
.wordpress-header {
    background: rgba(0, 0, 0, 0) url(../images/wp-banner.png) no-repeat scroll 50% 50% / cover;
    background-position: center;
    height: 565px;
    background-size: cover;
    display: table;
    width: 100%;
    text-align: center;
}
.wordpress-header .header-content {
    display: table-cell;
    vertical-align: middle;
}
.wordpress-header .banner-heading {
    text-transform: none;
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 15px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin: 0;
}
.wordpress-page .btn-demo {
    text-transform: uppercase;
    font-weight: 700;
}
.wordpress-page p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.wordpress-page h1 {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px;
}
.wordpress-page h2 {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px;
}
.wordpress-page .section-1 {
    background: #f0f0f0;
}
.wordpress-page .section-3 {
    background: rgba(0, 0, 0, 0) url(../images/wp-section-bg.png) no-repeat scroll 50% 50% / cover;
    background-position: center;
    background-size: cover;
}
.wordpress-page .section-3 .iconbox {
    padding: 20px;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    text-align: center;
    height: 100%;
    background-color: #fff;
}
.wordpress-page .section-3 .icon {
    width: 100px;
    margin: 18px auto;
    min-height: 90px;
    position: relative;
}
.wordpress-page .section-3 .icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.wordpress-page .section-3 .iconboxtext p {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.wordpress-page .section-4 .icon-list {
    padding: 0;
    list-style: none;
    text-align: left;
}
.wordpress-page .section-4 .icon-list li {
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
}
.wordpress-page .section-4 .icon-list li:before {
    background: rgba(0, 0, 0, 0) no-repeat scroll 0 0;
    background-image: url("../images/bullet-check.png");
    background-size: contain;
    content: " ";
    position: absolute;
    left: 0;
    top: 3px;
    height: 24px;
    width: 20px;
}
.wordpress-page .section-slider {
    background: none !important;
    padding-bottom: 0 !important;
}
.btn_gray {
    background: #0093d0 !important;
    border: 2px solid #0093d0 !important;
    margin-right: 15px !important;
}
.btn_gray:hover{
    color: #fff !important;
}
.wordpress-page .section-slider .item .logo {
    max-width: 300px;
    margin-bottom: 30px;
}
.wordpress-page .section-slider .item .image {
    margin: 0 auto;
}
.cms-logos .logo {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    margin: 0 -2px;

}
.cms-logos .logo.magento img {
    width: 120px;
}
.cms-logos .logo a{
    display: inline-block;
    filter: grayscale(100%)
}
.cms-logos .logo a:hover{
    filter: grayscale(0%);
}
.cms-logos .logo.wordpress i {
    font-size: 138px;
}
.cms-logos .logo.shopify img {
    width: 150px;
}
.cms-logos {
    padding-top: 30px;
    padding-bottom: 20px;
}
.clover-header {
    background: rgba(0, 0, 0, 0) url(../images/clover-banner.png) no-repeat scroll 50% 50% / cover;
    background-position: center;
    height: 565px;
    background-size: cover;
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
}
.chatbots-header {
    background: rgba(0, 0, 0, 0) url(../images/chatbot-banner.png) no-repeat scroll 50% 50% / cover;
    background-position: center; 
    min-height: 565px;
    background-size: cover;
    width: 100%;
    text-align: center;
    position: relative;
}
.link a {
    margin-top: 30px;
}
.clover-header .header-content {
    display: table-cell;
    vertical-align: middle;
}
.clover-header .banner-head,
.clover-header .banner-desc {
    text-transform: none;
    color: #fff;
}
.clover-header .banner-head {
    margin-top: 0;
    font-size: 48px;
}
.clover-header img {
    margin: 30px auto;
    width: 400px;
}
.clover-page .light {
    font-weight: 300 !important;
}
.clover-page .bold {
    font-weight: 700 !important;
}
.clover-page p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.clover-page h1 {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px;
}
.clover-page h2 {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px;
}
.clover-page h3.sub-heading {
    font-size: 20px;
    text-transform: none;
    color: #0093d0;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0px;
}
.clover-page .section-1,
.clover-page .section-contact {
    background: #f0f0f0;
}
.clover-page h1.green {
    color: #88ba30;
}
.clover-page .iconbox {
    padding: 30px;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    text-align: center;
    height: 100%;
    background-color: #fff;
}
.clover-page .iconbox .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}
.clover-page .iconbox .icon img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.clover-page .iconbox .iconboxtext p {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}
.clover-page .section-solutions img {
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 150px;
}
.clover-page .section-3 {
    background-color: #43b02a;
}
.clover-page .section-3 * {
    color: #fff !important;
}
.clover-page .section-services ul {
    list-style-type: none;
    padding-left: 20px;
}
.clover-page .section-services li {
    margin-bottom: 20px;
    font-weight: 600;
}
.clover-page .section-services li .icon {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    text-align: right;
}
.clover-page .section-services li .text {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    margin-left: 4%;
}
.clover-page .section-contact p {
    font-size: 18px;
}
.chatbot-page h1{
    font-size: 60px;
    color: #0093d0;
    text-align: center;
}
.chatbot-page .section-1{
    background: #fff;
}
.chatbot-page .section-2{ background: #f0f0f0}
.slide-amazon{background:url(../images/amazon-slide-c.jpg); background-size: cover;}
.slide_hippa{background:url(../images/hippa-slide-image.png); background-size: cover;}
.slide-amazon .blockHeadline {
    font-size: 36px;
    line-height: 50px;
}
.chatbot-page .pl-and-chatbots h1{
        color: #0093d0;
    font-size: 30px;
    margin: 40px 0 50px;
}
.chatbot-page .section-contact p {
    font-size: 18px;
    margin-bottom: 40px;
}
.chatbot-page .pl-and-chatbots .two-col{
        display: flex;
    box-shadow: 2px 0px 15px 1px rgba(0,0,0,0.10);
    border: 1px solid #ddd;
    border-radius: 3px;
}
.chatbot-page .pl-and-chatbots .two-col .col{
    padding: 30px;
    font-size: 14px;
    width: 50%;
}
.chatbot-page .pl-and-chatbots .col.second{ background: #f1f1f1; }
.chatbot-page .pl-and-chatbots h3{
    font-size: 18px;
    margin-bottom: 20px;
}
.chatbot-page .pl-and-chatbots .icon-list{
    padding: 0px 40px;
}
.slide-amazon .blockHeadline span{
    font-size: 48px;
}

.amazon-header {
    background: rgba(0, 0, 0, 0) url(../images/amazon-banner-2.jpg) no-repeat scroll 50% 50% / cover;
    background-position: center;
    height: 565px;
    background-size: cover;
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
}
.amazon-header .text-overlay {
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    width: 100%;
}
.amazon-header .header-content {
    position: relative;
    z-index: 10;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.amazon-header .header-content h1,
.amazon-header .header-content h3{
    color: #fff;
    font-family: 'Varela Round', sans-serif;
}
.amazon-header .header-content h1.main-heading {
    font-size: 27px;
    line-height: 36px;
}
.amazon-header .header-content h3{
    line-height: 30px;
    background: rgba(0,0,0,0.5);
    padding: 15px 10px;
    text-transform: none;
    font-weight: normal;
}

.salesforce-header {
    background: rgba(0, 0, 0, 0) url(../images/bg-salesforce-banner.png) no-repeat scroll 50% 50% / cover;
    background-position: center;
    height: 565px;
    background-size: cover;
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
}
.salesforce-header .salesforce-logo{
    max-width: 250px;
    margin: 0 auto;
}
.salesforce-header .header-content {
    position: relative;
    z-index: 10;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.salesforce-header .header-content h1,
.salesforce-header .header-content h3{
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    text-transform: none;
}
.salesforce-header .header-content h1 span{color: #009EDC}
.salesforece-page .bg-section.bg-blue{
    background: #00a1e0 !important;
}
.salesforece-page .bg-section.bg-blue h1{
    color: #fff;
}
.salesforece-page .case-study-section{
    padding-top: 0;
    padding-bottom: 0;
}
.salesforece-page .case-study-section .adams-casestudy h1 {
    color: #fff;
    text-transform: none;
    font-weight: 500;
}
.salesforece-page .case-study-section .adams-casestudy{
    background: #242424;
        padding: 30px 0;
}
.salesforece-page .case-study-section .case-study{
    padding-top: 70px;
    padding-bottom: 70px;
    background: url(../images/bg-salesforce-casestudy.jpg) no-repeat;
    background-size: cover;
    min-height: 450px;
}
.salesforece-page .case-study-section .case-study p{
    color: #fff;
}
.salesforece-page .why-choose .flex {
    align-items: flex-start;
    text-align: center;
}
.salesforece-page .why-choose .flex .col{
    padding: 0 20px;
}
.salesforece-page .why-choose .flex .icon img {
    max-width: 190px;
}
.salesforece-page .why-choose h2{
    text-align: center;
    text-transform: capitalize;
    font-size: 48px;
    margin-bottom: 70px;
        margin-top: 0;
    font-weight: 500;
}
section.salesforce-stats {
    background: url(../images/bg-services-new.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}
section.salesforce-stats .icon {
    margin-bottom: 15px;
}
section.salesforce-stats  .large {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0 0;
    line-height: 40px;
}
.salesforece-page .content {
    font-size: 18px;
}
section.salesforce-stats .small {
    font-size: 16px;
}
.flex-section .flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.flex-section .flex .col {
    width: 50%;
    padding: 0 30px;
}
.flex-section .flex .col h1 {
    color: #0093d0;
    font-weight: normal;
    font-size: 30px;
    text-transform: none;
}
.flex-section .flex .col p{
    font-size: 18px;
    margin-top: 20px;
}
.flex-section.reverse .flex {
    flex-direction: row-reverse;
}
.flex-section.reverse {
    background: #f0f0f0;
}
.amazon-page section.case-study-section {
    padding: 0;
}
.amazon-page .alexa-casestudy {
    padding: 45px 0;
    background: #242424;
    position: relative;
}
.amazon-page .alexa-casestudy h1{
    text-transform: none;
    color: #fff;
    margin: 0;
    font-weight: normal;
}
.amazon-page .case-study.flex-section {
    background: #0093d0;
    padding: 70px 0;
}
.amazon-page .case-study.flex-section h1 {
    color: #fff !important;
    font-size: 42px !important;
    font-weight: bold !important;
}
.amazon-page .case-study .icon-list li{
    color: #fff;
    line-height: 30px;
}
.amazon-page .alexa-casestudy::after {
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 20px solid #242424;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 46%;
}
.amazon-page .case-study .icon-list li::before{
    background: url(../images/bullet-img-2.png) no-repeat rgba(0,0,0,0);
    width: 24px;
    height: 24px;
}
.amazon-page .case-study p{
    color: #fff;
}
.amazon-page .download-casestudy:hover{
    color: #fff;
}
.amazon-page .case-study .icon-list li::last-child{margin-bottom: 0;}
.consulting-partner .aws-logo {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
}
.consulting-partner h1{
    color: #0093d0;
    font-weight: 400;
    text-transform: none;
    margin-top: 0;
}
.consulting-partner .box {
    background: #fff;
    padding: 30px 40px;
    border-radius: 5px;
    box-shadow: 2px 3px 24px 2px rgba(0,0,0,0.10);
}
.consulting-partner .box h2 {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 20px;
    color: #0093d0;
    font-weight: 400;
}
.aws-partner a {
    display: block;
    position: fixed;
    left: 0;
    width: 150px;
    border: none;
    z-index: 100;
    top: 35%;
    cursor: auto;
}
.certfications{
    display: flex;
}
.footer .aws-partner {
       margin: 0 10px 0 0;
    width: 144px;
    
}
a#close-partner {
    position: absolute;
    top: -14px;
    right: -9px;
    color: #000;
    font-size: 20px;
}
.amazon-casestudy{
    background: none;border: 2px solid #fff !important;letter-spacing: 1px;
}
.amazon-casestudy:hover{
    background: #fff !important;
    color: #0093d0 !important;
}
.amazon-casestudy:focus{
    color: #fff !important;
}
.casestudy-loader {
    display: none;
    position: fixed;
    height: 100%;
    z-index: 1111;
    background: rgba(255,255,255,0.85);
    width: 100%;
    left: 0;
}
.casestudy-loader .loading {
    position: relative;
    top: 45%;
    text-align: center;
}
@media screen and (min-width: 1824px) {
    .shopify-page .section-1 .content-top {
        margin-top: 10vh;
    }
    .shopify-page .section-1 .content-box {
        padding-top: 10vmax;
    }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
    .shopify-header {
        min-height: 30vw;
    }
    .shopify-header img {
        width: 150px;
    }
    .shopify-header .banner-head {
        font-size: 24px;
    }
    .shopify-header .banner-desc {
        font-size: 16px;
    }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
    .shopify-page .section-1 .content-top {
        margin-top: 0;
    }
    .shopify-page h1 {
        font-size: 26px;
    }
    .shopify-page h2 {
        font-size: 20px;
    }
    .shopify-page h3 {
        font-size: 18px;
    }
    .shopify-page h4 {
        font-size: 16px;
    }
    .shopify-page p {
        font-size: 16px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .axess-header h1 {
        font-size: 36px;
    }
    .axess-header h2 {
        font-size: 20px;
    }
    .axess-header .main-heading .ax-logo {
        width: 30px;
    }
    .axess-header .main-heading .ax-icon {
        width: 40px;
    }
    .axess-header h3 {
        font-size: 18px;
    }
    .axess-page section {
        padding: 50px 0;
    }
    .axess-page .section-1 .content-top {
        margin-top: 0;
    }
    .axess-page h1 {
        font-size: 26px !important;
    }
    .axess-page h2 {
        font-size: 24px !important;
    }
    .axess-page h3 {
        font-size: 18px !important;
    }
    .axess-page p {
        font-size: 16px !important;
    }
    .axess-page .section-3 .heading-img {
        width: 40px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px){
    .flex-section .flex .col {
        width: 100%;
        padding: 0 15px;
        display: block;
    }
    .flex-section .flex{
        display: block;
        flex-direction: unset;
    }
    section.flex-section {
        padding: 30px 0;
    }
    section {
        padding: 30px 0;
    }
    .aws-partner{
        display: none;
    }
    .chatbot-page .pl-and-chatbots .two-col{
        display: block;
    }
    .chatbot-page .pl-and-chatbots .two-col .col{
        width: 100%;
    }
    .chatbot-page .pl-and-chatbots .two-col .col .icon img{
        width: 80px;
    }
}