/*
Theme Name: Cubic
Text Domain: Cubic
Version: 1.0
Description: This is a Cubic theme.
Author: pxdraft
Author URI: pxdraft.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('main.css');
@import url('style.css');


/*custom changes*/
.redesign-slider-section .slick-list {
    width: 100%;
}

@media (max-width: 991px) .blog-feature-img-section {
    /*min-height: auto!important;*/
}
}

@media (max-width: 1440px) {
    .blog-feature-img-section {
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 42%;
        width: 100%
    }
}

.blog-feature-img-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 42%;
    width: 100%
}

.salesforce-title {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
}

.salesforce-title .container {
    min-height: 500px;
    padding-left: 15px;
}

.salesforce-title .container .h1,
.main-page-title .container h1 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

.salesforce-title .container p {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    padding-top: 50px;
    line-height: 50px;
}

.padding0 {
    padding-right: 0;
    padding-left: 0;
}

.bullet-desc ul {
    padding-left: 30px;
    list-style: none;
}

.bullet-desc ul li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 15px 0 -30px;
    color: #0bbfdf;
}

.salesforce-desc {
    padding-bottom: 20px;
}

.salesforce h3,
.salesforce .h3 {
    color: #0f0055;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 27px;
}

.sf-service-title {
    font-size: 33px;
    font-weight: 600;
    color: #0bbfdf;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.bkg-img {
    background-image: url(../image/salesforce-3.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 62vh;
    width: 100%;
}


/*-----------------Our Team CSS-----------------*/


@media (max-width: 1199px) {
    .our-team-detail-section .typo-box {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .our-team-detail-section .typo-box {
        padding-top: 30px;
    }
}

.our-team-detail-section .typo-box .h3,
.our-team-detail-section .typo-box h3,
.our-team-detail-section .typo-box .h3 {
    color: #11083f;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 0;
}

@media (max-width: 1199px) {

    .our-team-detail-section .typo-box .h3,
    .our-team-detail-section .typo-box h3,
    .our-team-detail-section .typo-box .h3 {
        font-size: 30px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    .our-team-detail-section .typo-box .h3,
    .our-team-detail-section .typo-box h3,
    .our-team-detail-section .typo-box .h3 {
        font-size: 26px;
        margin-bottom: 0;
    }
}

.our-team-detail-section .typo-box h4,
.our-team-detail-section .typo-box .h4 {
    color: #11083f;
    font-weight: 700;
}

.our-team-detail-section .typo-box h5,
.our-team-detail-section .typo-box .h5 {
    font-size: 24px;
    font-weight: 500;
    color: #0bbfdf;
    margin-bottom: 20px;
}

.our-team-detail-section .typo-box .social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #000;
    background: #0bbfdf;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    transition: ease all 0.35s;
}

.our-team-detail-section .typo-box .social-icons a:hover {
    background: #11083f;
    color: #fff;
}

.our-team-section {
    overflow: hidden;
    padding-top: 84px;
    padding-bottom: 84px;
    background-color: #171526;
    background-image: url(../image/effect-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .our-team-section {
        padding-top: 55px;
    }
}

@media (max-width: 768px) {
    .our-team-section {
        background-image: none;
    }
}

.our-team-section .section-title {
    text-align: center;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .our-team-section .section-title {
        padding-bottom: 35px;
    }
}

.our-team-section .team-card {
    text-align: center;
    position: relative;
}

.our-team-section .team-card .team-img {
    position: relative;
    max-width: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: transform .6s,-webkit-transform .6s,-o-transform .6s;
}

.our-team-section .team-card:hover .team-img {
    transform: rotateY(180deg);
}


.our-team-section .team-card .team-img .team-front-img,
.our-team-section .team-card .team-img .team-back-img {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.our-team-section .team-card .team-img .team-front-img {
    z-index: 2;
    transform: rotateY(0deg);
}

.our-team-section .team-card .team-img .team-back-img {
    z-index: 3;
    transform: rotateY(180deg);
    border-radius: 10px;
    position: absolute;
    top: 0;
}

.our-team-section .team-card .team-img .team-front-img img,
.our-team-section .team-card .team-img .team-back-img img {
    border-radius: 15px;
    border: 3px solid #0bbfdf;
}


.our-team-section h5,
.our-team-section .h5 {
    font-size: 24px;
    font-weight: 700;
    color: #0bbfdf;
}

.our-team-section h6,
.our-team-section .h6 {
    font-size: 17px;
    font-weight: 600;
    color: #0bbfdf;
}

.our-team-section .p {
    color: #fff;
    font-family: "Poppins";
}

h2.blogh2 {
    color: #0bbfdf;
}

image.one {
  border-style: solid;
  border-color: black;
}



.google-authorised-partner {
    position: absolute;
    right: -4px;
    bottom: 36px;
}
.google-authorised-partner img {
    max-width: 300px;
}
.main-page-title,
.team-page-title {
    position: relative;
}
@media (max-width: 1499px) {
    .google-authorised-partner img {
        max-width: 250px;
    }
}
@media (max-width: 1365px) {
    .home-slider .hs-social-icon {
        right: calc(50% - 400px);
    }
}
@media (max-width: 1199px) {
    .google-authorised-partner {
        bottom: 30px;
    }
    .google-authorised-partner img {
        max-width: 200px;
    }
}
@media (max-width: 1023px) {
    .home-slider .hs-social-icon {
        right: calc(50% - 370px);
    }
    .google-authorised-partner img {
        max-width: 175px;
    }
}
@media (max-width: 767px) {
    .google-authorised-partner img {
        max-width: 120px;
    }
}