body {
    font-family: 'gotham_proregular';
    margin: 0;
    padding: 0;
}

.wt-bd {
    font-weight: bold;
}

.ft-reg {
    font-family: 'gotham_proregular';
}

.ft-bold {
    font-family: 'gotham_probold';
}

.ft-light {
    font-family: 'gotham_prolight';
}

.ft-black {
    font-family: 'gotham_problack';
}

.ft-xs {
    font-size: 14px;
}

.ft-sm {
    font-size: 16px;
}

.ft-md {
    font-size: 18px;
}

.ft-lg {
    font-size: 20px;
}

.ft-xl {
    font-size: 32px;
}

.ft-xxl {
    font-size: 36px;
}

.o-hidden {
    overflow: hidden;
}

.rel-pos {
    position: relative;
    z-index: 6;
}

.white-color {
    color: #FFF;
}

.m-t-xl{
	margin-top: 70px;
}

.m-t-lg {
    margin-top: 50px;
}

.m-t-md {
    margin-top: 40px;
}

.m-t-sm {
    margin-top: 20px;
}

.m-t-xs {
    margin-top: 10px;
}

.m-b-lg {
    margin-bottom: 50px;
}

.m-b-md {
    margin-bottom: 40px;
}

.m-b-sm {
    margin-bottom: 20px;
}

.m-b-xs {
    margin-bottom: 10px;
}


/* bootstrap style overwrite */

pre {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.navbar-brand {
    padding: 10px 15px;
}

.navbar-brand > img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.navbar-brand > img.onscroll {
    height: 32px;
}

.navbar-brand > img.onstart {
    height: 48px;
    display: none;
}

body.start .navbar-brand > img.onscroll {
    display: none;
}

body.start .navbar-brand > img.onstart {
    display: block;
}

body.start #navbar {
    margin-top: 10px;
}

body.start .navbar-toggle{
    margin-top: 20px;
}

.navbar-nav{
    margin: 0 -15px !important;
}

#navbar ul li a {
    color: #000;
    font-family: 'gotham_probold';
    font-size: 14px;
    background-color: #FFF;
}

#navbar ul li:last-child a {
    color: #FF5959;
}


/* Common Style */

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

body.start .header,
body.start .navbar-header {
    height: 68px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.header {
    background-color: #FFF;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.item.next .carousel-caption {
    opacity: 0;
}

.carousel-caption {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.bb-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.link {
    color: #72D3BE !important;
    font-family: 'gotham_proregular';
}

.r-link {
    color: #FF5959 !important;
}

.footer-link {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0 0;
}

.footer-link:last-child{
    margin-bottom: 20px;
}

body.start .header-spacing {
    padding-top: 68px;
}

.header-spacing {
    padding-top: 50px;
}


/* Home Page */

.slider-section {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}

body.start .slider-section {
    padding-top: 68px;
}

.carousel-inner{
	/*height: 450px !important;	*/
}

.carousel-inner img {
    width: 100%;
}

.carousel-caption {
    bottom: 40%;
    left: 4%;
    width: 32%;
    padding: 20px;
}

.carousel-caption h1 {
    z-index: 2;
    position: relative;
    text-align: left;
    margin: 145px 0 0 0px;
}

.carousel-caption p {
    position: relative;
    text-align: left;
    margin: 20px 0 0 0px;
    width: 450px;
}

.red-strip {
    background-color: rgba(245, 10, 14, 0.7);
    width: 100%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 0;
    position: absolute;
    left: -24%;
    top: 38%;
    z-index: 7;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.green-slider-strip {
    background-color: rgba(103, 176, 145, 0.7);
    width: 100%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 0;
    position: absolute;
    left: -24%;
    top: 38%;
    z-index: 7;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.slider-strip{
    width: 100%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 70%;
    position: absolute;
    left: -24%;
    top: 38%;
    z-index: 1;
}

.green{
	background-color: rgba(103, 176, 145, 0.7);
}
.red{
	background-color: rgba(245, 10, 14, 0.7);	
}
.yellow{
	background-color: rgba(255, 164, 0, 0.7);
}

.carousel-inner .item.active .red-strip,
.carousel-inner .item.active .green-slider-strip{
	display: block;
	height: 70%;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.green-strip {
    background-color: rgba(103, 176, 145, 0.7);
    width: 40%;
    -moz-transform: rotateY(106deg) rotateZ(74deg);
    -webkit-transform: rotateY(106deg) rotateZ(74deg);
    -o-transform: rotateY(106deg) rotateZ(74deg);
    -ms-transform: rotateY(106deg) rotateZ(74deg);
    transform: rotateY(106deg) rotateZ(74deg);
    height: 153%;
    position: absolute;
    left: 20%;
    bottom: 55%;
    z-index: 1;
}

.orange-strip-top {
    background-color: rgba(255, 164, 0, 0.6);
    width: 40%;
    -moz-transform: rotateY(112deg) rotateZ(74deg);
    -webkit-transform: rotateY(112deg) rotateZ(74deg);
    -o-transform: rotateY(112deg) rotateZ(74deg);
    -ms-transform: rotateY(112deg) rotateZ(74deg);
    transform: rotateY(112deg) rotateZ(74deg);
    height: 88%;
    position: absolute;
    right: -13%;
    top: 100%;
    z-index: 1;
}

.strip {
    position: relative;
    height: 110px;
    overflow: hidden;
}

.orange-strip-bottom {
    position: absolute;
    right: -199px;
    height: 142px;
    z-index: 1;
    -moz-transform: rotateY(112deg) rotateZ(-15deg);
    -webkit-transform: rotateY(112deg) rotateZ(-15deg);
    -o-transform: rotateY(112deg) rotateZ(-15deg);
    -ms-transform: rotateY(112deg) rotateZ(-15deg);
    transform: rotateY(112deg) rotateZ(-15deg);
    bottom: 68px;
    background-color: rgba(255, 164, 0, 1);
    width: 561px;
}

.yellow-strip {
    position: absolute;
    left: 100%;
    height: 200%;
    z-index: 1;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: bottom left;
    bottom: 0;
    background-color: #FFB148;
    width: 400px;
}

.footer-strip {
    position: absolute;
    left: 0;
    height: 200px;
    z-index: 2;
    -moz-transform: rotateZ(50deg);
    -webkit-transform: rotateZ(50deg);
    -o-transform: rotateZ(50deg);
    -ms-transform: rotateZ(50deg);
    transform: rotateZ(50deg);
    transform-origin: top left;
    top: -200px;
    background-color: #72d3be;
    opacity: 1;
    width: 300%;
}

.footer-strip-top {
    position: absolute;
    left: 0px;
    height: 200px;
    z-index: 2;
    -moz-transform: rotateZ(50deg);
    -webkit-transform: rotateZ(50deg);
    -o-transform: rotateZ(50deg);
    -ms-transform: rotateZ(50deg);
    transform: rotateZ(50deg);
    transform-origin: top left;
    bottom: 0px;
    background-color: #72d3be;
    opacity: 0.8;
    width: 100%;
}

.about_us_strip {
    background-color: rgba(245, 10, 14, 0.7);
    width: 200%;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 400px;
    position: absolute;
    left: -48%;
    top: 3%;
    z-index: 1;
}

.eco_strip {
    background-color: rgba(0, 0, 0, 0.6);
    width: 200%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 400px;
    position: absolute;
    left: -45%;
    top: 19%;
    z-index: 1;
}

.exchange-strip {
    position: absolute;
    left: 135%;
    height: 300%;
    z-index: 1;
    -ms-transform: rotateZ(145deg);
    -webkit-transform: rotateZ(145deg);
    transform: rotateZ(145deg);
    top: -430px;
    background-color: #FFB148;
    width: 500px;
}

.remove-strip-hgt {
    margin-top: -110px;
}

.iqm-header {
    margin: 40px 0 20px;
    letter-spacing: 2px;
}

.feature {
    margin: 10px 0 20px 0;
}

.iqm-title {
    font-weight: bold;
}

.container-odd {
    background-color: #FFF;
    padding: 30px 0 40px;
}

.container-even {
    background-color: #EEEDEE;
    padding: 40px 0 60px;
}

.btn-get-free-account {
    background-color: #FFF;
    border: 2px solid #FFF;
    color: #000;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    clear: both;
    margin: 62px 0 0 0;
    width: 280px;
    z-index: 32;
    text-shadow: 0 0 0 #000;
    letter-spacing: 1px;
    position: absolute;
    left: 5%;
    bottom: 27%;
}

.btn-get-free-account:hover,
.btn-get-free-account:visited,
.btn-get-free-account:link {
    text-decoration: none;
    color: #000;
}

.btn-free-account,
.btn-submit {
    background-color: #272C31;
    border: 2px solid #272C31;
    color: #FFF;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    float: left;
    clear: both;
    margin: 20px 0 0 0;
    width: 200px;
}

.btn-submit {
    width: 100px;
}

.btn-free-account:hover,
.btn-free-account:visited,
.btn-free-account:link {
    text-decoration: none;
    color: #FFF;
}

.btn-request-demo {
    color: #272C31;
    border: 2px solid #272C31;
    background-color: transparent;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    float: left;
    clear: both;
    margin: 10px 0 0 0;
    width: 200px;
}

.btn-request-demo:hover {
    text-decoration: none;
    color: #272C31;
}

.no-padding {
    padding: 0;
}


/* About */

.mission-bg {
    background: url("../images/iqm_mission.jpg") no-repeat;
    position: relative;
    color: #FFF;
    height: 450px;
}

.mission-bg h1{
	margin-top: 130px;
}

.exchange img,
.app-partner img,
.tracking-partner img,
.location-partner img,
.media-partner img{
    width: 125px;
}

.testimonial p {
    font-family: 'gotham_proitalic';
}

.launch-campaign {
    width: 100%;
}

.launch-campaign div {
    display: none;
}

.revolution img {
    margin: 0 auto;
    width: 100px;
}

.revolution span {
    width: 100%;
    text-align: center;
    float: left;
    margin: 15px 0;
}

.social {
    margin-bottom: 20px;
}

.social a {
    margin-left: 12px;
}

.social a:first-child {
    margin-left: 0;
}

.sliders > div {
    display: none;
}

.mission {
	height: 300px;
    top:120px;
    position: absolute;
    text-align: center;
    width: 70%;
    left: 50%;
    margin-left: -35%;
}

.mission > h1 {
    margin-top: 60px;
    margin-bottom: 30px;
}

.be-data-rich img {
    width: 100px;
    margin: 0 auto;
}

.be-at-ease img {
    width: 100px;
}

.real-time img {
    width: 100px;
}

.storehouse img {
    width: 100px;
}

.be-connected {
    background: url("../images/iqm_why_us_be_connected.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
}

.be-connected h4,
.be-connected p {
    position: relative;
    z-index: 6;
}

.eco-enabled {
    background: url("../images/iqm_why_us_eco_enabled.jpg") no-repeat;
    background-size: cover;
    height: 450px;
}

.eco-enabled h1{
	margin-top: 120px;
}

.be-informed-bg {
    background: url("../images/iqm_why_us_be_informed.jpg") no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.be-informed-bg .container {
    height: 100%;
}

.be-informed-bg h1 {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    left: 20px;
}

.be-informed ul li {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.be-informed p {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.vision {
    background: url("../images/iqm_platform_transformative_vision.jpg") no-repeat;
    background-size: cover;
    height: 450px;
}

.ad_buy {
    background: url("../images/iqm_platform_ad_buying.jpg") no-repeat;
    background-size: cover;
    height: 450px;
}

.insight-bg {
    background: url("../images/iqm_platform_realtime.jpg") no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    background-position: bottom;
}

.insight-bg .container {
    height: 100%;
}

.insight-bg h1 {
    position: absolute;
    top: 20px;
    z-index: 2;
    left: 20px;
}

.how-we-do img {
    width: 100px;
}

.how-we-do .feature {
    width: 20%;
    float: left;
    padding: 0 10px;
}

.what-we-do {
    padding: 0;
}

.what-we-do-bg {
    background: url("../images/iqm_about_what_we_do.jpg") no-repeat;
    background-size: cover;
    height: 450px;
}

.what-we-do img {
    width: 100%;
}

.what-we-do ul {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.what-we-do ul li {
    float: left;
    width: 25%;
    list-style: none;
}

.what-we-do ul li img {
    width: 70px;
}

.what-we-d- ul li span {
    width: 100%;
    text-align: center;
    float: left;
}

.privacy-policy-bg {
    background: url("../images/iqm_privacy_policy.jpg") no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.privacy-policy-bg .container {
    height: 100%;
}

.privacy-policy-bg h1 {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    left: 20px;
}

.request-demo-bg {
    background: url("../images/iqm_mission.jpg") no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.request-demo-bg .container {
    height: 100%;
}

.request-demo-bg h1 {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    left: 20px;
}

.term-conditions-bg {
    background: url("../images/iqm_terms_conditions.jpg") no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.term-conditions-bg .container {
    height: 100%;
}

.term-conditions-bg h1 {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    left: 20px;
}

.height-50 {
    height: 180px;
}

.culture-body {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: block;
    height: 100%;
    padding: 30px 16px;
    position: absolute;
    text-align: center;
    top: 43px;
    display: none;
}

.culture-title {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
    padding: 10px 0;
    z-index: 1;
}

.culture-img {
    height: 180px;
    background-size: cover;
}

#culture-ambitious {
    background-image: url("../images/iqm_culture_ambitious.jpg");
}

#culture-energetic {
    background-image: url("../images/iqm_culture_energetic.jpg");
}

#culture-confident {
    background-image: url("../images/iqm_culture_confident.jpg");
}

#culture-engaging {
    background-image: url("../images/iqm_culture_engage.jpg");
}

#culture-international {
    background-image: url("../images/iqm_culture_international.jpg");
}

#culture-fun {
    background-image: url("../images/iqm_culture_fun.jpg");
}

.culture-img:hover > .culture-body {
    display: block;
}

.our-culture {
    margin-top: 30px;
}

.tx-red {
    background-color: rgba(255, 89, 89, 0.8);
}

.tx-orange {
    background-color: rgba(255, 163, 0, 0.8);
}

.tx-green {
    background-color: rgba(63, 212, 173, 0.8);
}

.form-group label {
    clear: both;
    width: 100%;
    margin-top: 20px;
}

.form-control {
    float: left;
    width: 300px;
    border: 0;
    box-shadow: 0 0 0 #000;
    border-bottom: 1px solid #CCC;
    border-radius: 0;
}

.btn-submit {
    clear: left;
    float: left;
    margin: 20px 0 0 0;
}

.split-image {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.eco-power{
	background: url("../images/iqm_ecosystem.jpg") no-repeat;
	height: 450px;
	background-size: cover;
}

@media screen and (min-width: 1200px) {
    .clear-lg-left {
        clear: left;
    }
}

@media screen (min-width: 991px) and (max-width: 1200px) {
    .clear-md-left {
        clear: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .clear-sm-left {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .clear-xs-left {
        clear: left;
    }
    .how-we-do .feature {
        width: 100%;
        padding: 0 20px;
    }
    .our-culture {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .carousel-caption{
        width: 100%;
    }
    .carousel-caption p {
        display: none;
    }
    .btn-get-free-account {
        width: 280px;
        bottom: 18%;
        font-size: 14px;
    }
    .ft-xxl{
        font-size: 24px;
    }
    body.start #navbar {
        margin-top: 0px;
    }
    .slider-strip {
        height: 70%;
        left: -84%;
        position: absolute;
        top: 38%;
        transform: rotate(45deg);
        transform-origin: center bottom 0;
        width: 1500px;
        z-index: 1;
    }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .vertical-center,
    .vertical-center-campaign {
        transform: translateY(15%);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .vertical-center-campaign {
        transform: translateY(15%);
    }
    .vertical-center {
        transform: translateY(25%);
    }
    .container{
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1053px) {
    .vertical-center-campaign {
        transform: translateY(20%);
    }
}

@media screen and (max-width: 1300px) {
    .split-image {
        background-size: auto 100%;
    }
}

@media screen and (min-width: 1300px) {
    .split-image {
        background-size: 100% auto;
    }
}

@media screen and (max-width: 460px) {
    .carousel-caption h1{
        font-size: 20px;
    }
    .btn-get-free-account {
        width: 200px;
        bottom: 18%;
        font-size: 12px;
        padding: 5px;
    }
    .ft-xxl{
        font-size: 20px;
    }
    .be-informed ul li {
        width: 98%;
    }
    .mission-bg h1 {
        margin-top: 85px;
    }

}
