/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.social-icon {
    width: 25%;
    position: relative;
    float: left;
    padding: 10px 0;
}
.social-icon i {
    color: #ffffff;
}
.social-icon.fb {
    background-color: #3b5998;
}
.social-icon.tw {
    background-color: #00aced;
}
.social-icon.gp {
    background-color: #dd4b39;
}
.social-icon.in {
    background-color: #007bb6;
}
.social-icons-container {
    display: inline;
    width: 100%;
}
.social-icons-container-main {
    z-index: 20;
    position: relative;
    text-align: center;
}
.button {
    border-radius: 100px;
}
body.in-transition {
    transition: transform 900ms ease;
}
h5 {
    font-size: 2rem;
}
.small-details {
    float: left;
    margin: 2em 0 2em 2em;
    text-align: left;
    z-index: 30;
    display: block;
    font-size: 12px;
}
.address {
  font-size: 11px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
    padding: 8rem 0 7rem;
    text-align: center;
}
.section-heading, .section-description {
    margin-bottom: 1.2rem;
}
#index .header {
    color: #000000;
    text-align: center;
}
.header {
    background-color: #f5f6f7;
    color: #fff;
    padding: 4em 0;
    text-align: center;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.phones {
    position: relative;
}
.phone {
    position: relative;
    max-width: 80%;
    margin: 3rem auto -12rem;
}
.phone+.phone {
    display: none;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.values {
    background-image: url('../images/values-bg.jpg');
    background-size: cover;
    /*background-attachment: fixed;*/
    color: #fff;
}
.value-multiplier {
    margin-bottom: .5rem;
    color: #11DFC7;
}
.value-heading {
    margin-bottom: .3rem;
}
.value-description {
    opacity: .8;
    font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.get-help {
    background-color: #f5f6f7;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.categories {
    background-image: url('../images/values-bg.jpg');
    background-size: cover;
    color: #fff;
}
.categories .section-description {
    margin-bottom: 4rem;
}
.rotate {
    color: white;
}
.button.button-warning, button.button-warning, input[type="submit"].button-warning, input[type="reset"].button-warning, input[type="button"].button-warning {
    color: #FFF;
    background-color: #FFA500;
    border-color: #ffc04d;
}
.header:after {
    content: '';
    position: absolute;
    left: -10px;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid #f5f6f7;
}
#index .header:after {
    content: '';
    position: absolute;
    left: -10px;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid #f5f6f7;
}

.hero:after {
    content: '';
    position: absolute;
    left: -10px;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid #ffffff;
}
.partnerLogo:after {
    content: '';
    position: absolute;
    left: -10px;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid #ffffff;
}
.firm, .speaker, .title {
  display: block;
}
.speaker {
  font-size: 18px;

}
.title {
  font-size: 12px;
}
.firm {
  /*display: block;*/
  border-bottom: 1px solid #f5f6f7;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
/* Bigger than 550 */

#desktop-brand {
  display: none;

}
#mobile-brand {
  display: block;
  margin: 0 auto;

}

.brand-logos {
  text-align: center;
}


.brand-logos-row {
  padding-top:65px;
  padding-bottom: 1%;
}
@media (min-width: 550px) {
  .brand-logos span {
    display: block;

  }
  .brand-logos-row {
    padding-top:1%;
    padding-bottom: 1%;
  }

.brand-logos {
  text-align: right;
}

    .social-icon {
        width: 54px;
        height: 50px;
        display: table;
        vertical-align: middle;
        text-align: center;
        float: none;
        padding: 0;
        text-decoration: none !important;
        -webkit-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -o-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }
    .social-icon:hover {
        border-right: 5px solid #333333;
        padding-right: 10px;
        padding-left: 40px;
    }
    .social-icon i {
        display: table-cell;
        vertical-align: middle;
    }
    .social-icons-container-main {
        left: 0;
        top: 50%;
        margin-top: -60px;
        bottom: auto;
        width: auto;
        text-align: left;
        z-index: 20;
        position: fixed;
        bottom: 0;
    }
    .triangle {
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 150px 150px 0;
        border-color: transparent #007bff transparent transparent;
        line-height: 0px;
        _border-color: #000000 #007bff #000000 #000000;
        _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    }
    .rotate {
        /*font-size: 14px;*/
        display: inline-block;
        position: absolute;
        top: 40px;
        left: 50px;
        bottom: 0;
        right: 0;
        margin: 0 auto;
        line-height: 120%;
        width: 100%;
        min-width: 120px;
        text-align: center;
        /* Safari */
        -webkit-transform: rotate(45deg);
        /* Firefox */
        -moz-transform: rotate(45deg);
        /* IE */
        -ms-transform: rotate(45deg);
        /* Opera */
        -o-transform: rotate(45deg);
        /* Internet Explorer */
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
    .section {
        padding: 12rem 0 11rem;
    }
    .hero {
        padding: 10rem 0;
        text-align: left;
        /*height: 165px;*/
    }
    .phone {
        position: absolute;
        top: -7rem;
        right: 3rem;
        max-height: 362px;
        z-index: 3;
    }
    .phone+.phone {
        top: -6rem;
        display: block;
        max-width: 73.8%;
        right: 0;
        z-index: 2;
        max-height: 338px;
    }
    .hero-heading {
        font-size: 2.4rem;
    }
}

.small-details {
  min-width: 150px;
}

/* Bigger than 750 */

@media (min-width: 750px) {
  .small-details {
    min-width: 200px;
    font-size: 15px;


  }
    .hero {
        height: 190px;
    }
    .hero-heading {
        font-size: 2.6rem;
    }
    .section {
        padding: 10rem 0;
    }

    .hero {
        padding: 16rem 0 14rem;
    }
    .section-description {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .phone {
        top: -14rem;
        right: 5rem;
        max-height: 510px;
    }
    .phone+.phone {
        top: -12rem;
        max-height: 472px;
    }
    .categories {
        padding: 15rem 0 8rem;
    }
}


/* Bigger than 1000 */

@media (min-width: 1000px) {
    .hero {
        padding: 10rem 0;
    }
    .hero-heading {
        font-size: 3.2rem;
    }
    .phone {
        top: -16rem;
        max-height: 615px;
    }
    .phone+.phone {
        top: -14rem;
        max-height: 570px;
    }
}

/* Mobile first queries */


/* Larger than mobile */



/* Larger than phablet */

@media (min-width: 750px) {

  #desktop-brand {
    display: block;

  }
  #mobile-brand {
    display: none;

  }

}

.brand-logos span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;

}
.brand-logos {
  padding-top: 2%;
  padding-bottom: 2%;
}
@media (min-width: 400px) {
  .brand-logos {
    padding-top: 4px;
    padding-bottom: 4px;
  }

}



/* div icom*/

div.icon {
    float: left;
    font-size: 1em;
    /* change icon size */
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fff;
    margin: 2em auto;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
}
div.icon * {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
div.icon strong {
    position: absolute;
    top: 0;
    padding: 0.4em 0;
    color: #fff;
    background-color: #888888;
    box-shadow: 0 2px 0 #676767;
}
div.icon em {
    position: absolute;
    bottom: 0em;
    color: #fd9f1b;
}
div.icon span {
    width: 100%;
    font-size: 2.8em;
    /*letter-spacing: -0.05em;*/
    padding-top: 0.7em;
    color: #2f2f2f;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.seminar-dates-details {
    /*font-size: 14px;*/
    margin: 0;
    padding: 0;
}


.category > div {
  display: inline-block;
}
#messenger .small-details {
    float: left;
    margin: 2em 0 2em 1em;
    text-align: left;
    z-index: 30;
    display: block;
}
.seminar-dates-details i {
    color: #ffa500;
}
.category {
    padding: 0.5em;
    border-bottom: 1px solid transparent;
}
#messenger .test {
    margin: 0 auto;
}
.category:hover {
    border-bottom: 1px solid #b5b5b5;
    cursor: pointer !important;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.register {
    border: 1px solid #b5b5b5;
    border-radius: 50px;
    background-color: #fd9f1b;
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
}
.register a {
  text-decoration: none;
  color: #ffffff;
}
