#homePage {
    height: 110px;
    font-family: ProximaNova, sans-serif;
}

#homePage .topBar {
    height: 80px;
    background-color: #E7E6E6;
    margin-bottom: 5%;
}

#homePage .topSpace {
    height: 100px;
}

#homePage .topBar .logoImg img {
    height: 7em;
    width: 6em;
}

#homePage .mainDiv {
    height: 600px;
    background: url("../images/corousel_4.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#heading {
    height: 247px;
    position: absolute;
    top: 25.5%;
    color: white;
    background-color: rgba(225, 125, 33, 0.625);
}

#heading span {
    font-size: 2.5em;
}

#heading p {
    font-size: 1.8em;
}

#heading .p-tag {
    margin-bottom: 0;
    margin-top: 33px;
}

#homePage .mainDiv .buttons {
    height: 100px;
    top: 440px;
}

#homePage .mainDiv .buttons a {
    text-decoration: none !important;
    color: white;
}

.buttonSpace {
    background-color: #FD8224;
    height: 60px;
    font-size: 20px;
    padding-top: 5%;
    color: white;
}

.common-height {
    height: 590px;
}

.youTube {
    height: 610px;
}

.management-height {
    height: 750px;
}

.on-demand {
    padding-bottom: 5%;
}

.on-demand .textBreak {
    margin-top: 72px;
    font-size: 1.3em;
}

.on-demand .imgDiv {
    height: 360px;
}

.on-demand .imgDiv .height {
    height: 360px;
    padding-top: 40px;
}

.on-demand .imgDiv .height2 {
    height: 360px;
    padding-top: 100px;
}

.on-demand .imgDiv img {
    width: 100%;
}

.on-demand .imgDiv .height span {
    font-size: 1.2em;
    line-height: 1;
}

.color {
    color: #FD8224;
}

p.color {
    font-size: 1.4em;
}

.downGradient {
    height: 4px;
    background-image: -webkit-linear-gradient(top, #6c757d5c, white);
}

.upGradient {
    height: 4px;
    background-image: -webkit-linear-gradient(bottom, #6c757d5c, white);
}

.management-top h4 {
    position: absolute;
    bottom: 0;
    left: 25%;
}

.collapseImage {
    height: 410px;
    top: 45px;
}

.collapseImage .content {
    padding-top: 25px;
}

.collapseImage .content h4 {
    line-height: 1;
}

.collapse-half {
    height: 410px;
}

.collapse-half .inner {
    position: absolute;
    z-index: 1;
    height: 85%;
    width: 88%;
    top: 0;
    left: 0;
}

.collapse-half .inner2 {
    margin-left: 8px;
}

.collapse-half .outer {
    position: absolute;
    z-index: 2;
    height: 87.5%;
    width: 90%;
    top: 51px;
    left: 53px;
}

.collapse-half img {
    width: 100%;
    height: 100%;
}

#homePage .topBar2 {
    height: 183px;
}

#homePage .topBar2 .logoImg img {
    height: 7em;
    width: 6em;
}

.topBar2 h2 {
    position: absolute;
    top: 12%;
    left: 27%;
}

.whoNeedOnDemand .direct {
    height: 100px;
    border-radius: 1rem;
    border: 2px solid #FD8224;
    position: relative;
    z-index: 2;
    top: -50px;
    background-color: #FFFFFF;
}

.whoNeedOnDemand .direct .arrowIcon {
    height: 30px;
    position: relative;
    top: 3px;
}

.whoNeedOnDemand .direct .direct-href {
    height: 105px;
    padding: 23px 15px 15px 15px;
}

.whoNeedOnDemand .direct .img-href {
    height: 25px;
}

.whoNeedOnDemand .direct .img-href img {
    height: 167%;
    width: 40%;
}

.whoNeedOnDemand .direct .direct-href p {
    line-height: 1.2;
}

.whoNeedOnDemand .direct .direct-href:hover {
    color: #FD8224;
    font-size: 1.2em;
    cursor: pointer;
    padding-top: 18px;
    background-color: #F2F2F2;
    height: 95px;
    width: 90%;
}

.whoNeedOnDemand .direct .active {
    color: #FD8224;
    font-size: 1.2em;
    cursor: pointer;
    padding-top: 18px;
    background-color: #F2F2F2;
    height: 95px;
    width: 90%;
}

.whoNeedOnDemand .direct .first {
    height: 95px;
    border-right: 2px solid #FD8224;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.whoNeedOnDemand .direct .second {
    height: 95px;
    border-right: 2px solid #FD8224;
}

.whoNeedOnDemand .direct .third {
    height: 95px;
    border-right: 2px solid #FD8224;
}

.whoNeedOnDemand .direct .last {
    height: 95px;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.demand-content {
    height: 460px;
}

.demand-content .main {
    position: relative;
    top: -100px;
    background-color: #E7E6E6;
    height: 500px;
}

/* .demand-content .content-div{
    height: 607px;
} */

.demand-content .content-div1 {
    padding-top: 11%;
}

.demand-content .content-div2 {
    padding-top: 9%;
    padding-left: 30px;
    padding-right: 55px;
}

.demand-content .content-div2 p {
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: 200;
}

.demand-content .content-div2 .downArrow {
    height: 90px;
}

.demand-content .content-div .img-div {
    height: 288px;
}

img.imgSize {
    height: 100%;
    width: 100%;
}

iframe.imgSize {
    height: 100%;
    width: 100%;
}

.profit .profit-content {
    background-color: #E7E6E6;
    height: 434px;
    position: relative;
    top: 9%;
}

.profit .profit-content .profit-half {
    height: 434px;
}

.profit-half p {
    margin-bottom: 0;
}

.profit .profit-content .half1 {
    padding-top: 4%;
}

.profit .profit-content .half1 .tableMain {
    margin-top: 8%;
}

.profit .profit-content .half1 .tableDiv {
    padding-top: 1%;
    padding-bottom: 1%;
    height: 10%;
    background-color: #FAE4D5;
    border-top: 1.5px solid white;
    border-right: 1.5px solid white;
    border-left: 1.5px solid white;
}

.profit .profit-content .half1 .tableDiv:hover {
    font-size: 1.3em;
    line-height: 1.2;
    color: #FD8224;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #FD8224;
}

.profit .profit-content .half1 .active {
    font-size: 1.3em;
    line-height: 1.2;
    color: #FD8224;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #FD8224 !important;
}

.profit .profit-content .half1 .tableLast {
    border-bottom: 1.5px solid white;
}

.profit .profit-content .half2 {
    font-size: 1.3em;
    padding-top: 5%;
}

.profit .profit-content .half2 .half2-revenue {
    padding-left: 16%;
    padding-right: 22%;
}

.profit .profit-content .half2 .half2-quality {
    margin-top: 4%;
    padding-left: 4%;
    padding-right: 8%;
}

.profit .profit-content .half2 .half2-risk {
    padding-left: 8%;
    padding-right: 11%;
}

.profit .profit-content .half2 .half2-communication {
    margin-top: 7%;
    padding-left: 8%;
    padding-right: 11%;
}

.profit .profit-content .half2 p {
    font-size: 1.2rem;
}

.conversion p {
    margin-bottom: 5px;
}

h2.billion {
    margin-top: 10%;
    margin-bottom: 0;
}

div.billion {
    margin-bottom: 10%;
}

h2.exposure {
    margin-top: 8%;
    margin-bottom: 8%;
}

.imgSizeProfit {
    width: 2em;
    height: 2em;
}

.youTube .youTube-content {
    padding-top: 8%;
    background-color: #E7E6E6;
    height: 434px;
    position: relative;
    top: 8%;
}

.youTube .youTube-content .youTubeDiv {
    height: 70%;
}

.contactUs {
    text-decoration: none !important;
    color: white !important;
    padding-top: 3%;
    height: 35px;
    background-color: #FD8224;
    position: relative;
    top: 70px;
}

.contactUs span {
    font-size: 1em;
}

@media (max-width: 768px) {
    .navbar {
        padding-right: 2.3rem;
    }
    .navbar-nav {
        position: relative;
        right: 0;
        width: 50%;
        text-align: center;
        box-shadow: 0 1px 3px #bbb;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item {
        border-bottom: 1px solid #D9D9D9;
    }
    .navbar .navbar-collapse .navbar-nav .active {
        background-color: #F2F2F2 !important;
        border-bottom: 5px solid #FF8400;
    }
    #homePage .mainDiv {
        overflow-x: hidden;
    }
    #heading {
        padding-top: 13%;
    }
    #main-head {
        font-size: 1.5em !important;
    }
    .min-p {
        display: none;
    }
    .on-demand {
        height: 1500px;
    }
    .on-demand h1 {
        font-size: 2em;
    }
    .on-demand .imgDiv .height2 {
        -webkit-transform: rotateZ(90deg);
        /* Safari */
        transform: rotateZ(90deg);
        /* Standard syntax */
        margin-top: 20%;
    }
    .management-height {
        height: 1100px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .collapse-half .inner {
        left: 9px;
    }
    .collapse-half {
        width: 91%;
        height: 250px;
        margin-top: 3%;
        margin-bottom: 4%;
    }
    .collapseImage .content {
        padding-top: 40px;
    }
    .collapseImage .content h4 {
        line-height: 1.2;
        font-size: 1.5em;
    }
    .topBar2 h2 {
        font-size: 1.5em;
        position: absolute;
        top: 0;
        left: 20px;
        right: 20px;
    }
    .whoNeedOnDemand .direct {
        height: 100%;
        width: 85%;
        top: -83px;
    }
    .arrowIcon {
        display: none;
    }
    .demand-content {
        height: 650px;
    }
    .demand-content .main {
        height: 700px;
    }
    .demand-content .content-div1 {
        display: none;
    }
    .demand-content .content-div2 {
        padding-left: 15%;
    }
    .common-height {
        height: 1000px;
    }
    .youTube {
        height: 500px;
    }
    .youTube h2 {
        font-size: 1.5em;
    }
    .profit h2 {
        font-size: 1.5em;
    }
    .profit .profit-content {
        top: 3%;
    }
    .profit .profit-content {
        height: 860px;
    }
    .profit-img {
        display: none;
    }
    .profit .profit-content .profit-half {
        height: 350px;
    }
    .youTube .youTube-content .youTubeDiv {
        height: 85%;
    }
    .youTube .youTube-content {
        top: 7%;
        height: 280px;
    }
    .contactUs {
        height: 45px;
    }
    #contactUs textarea {
        border: 1px solid #D9D9D9;
    }
    .whoNeedOnDemand .direct .direct-href:hover {
        background-color: inherit;
        height: 98px;
        width: 100%;
    }
    .whoNeedOnDemand .direct .active {
        background-color: inherit;
        height: 98px;
        width: 100%;
    }
    .whoNeedOnDemand .direct .direct-href {
        border-right: none;
    }
}

/* Contact Us */

#contactUs {
    font-family: ProximaNova, sans-serif;
    color: #383838;
}

#contactUs #mainDiv {
    height: 550px;
    background: url("../images/corousel_1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contactUs .formDiv {
    padding-top: 7%;
}

#contactUs .formDiv h1 {
    margin-bottom: 7%;
}

#contactUs .contactDiv {
    padding-left: 5%;
    padding-right: 5%;
}

#contactUs .formDiv .half {
    text-align: left;
}

#contactUs .formDiv .first-half p {
    font-size: 1.2em;
    line-height: 1.8
}

#contactUs .formDiv .first-half p span {
    color: blue;
}

#contactUs .formDiv .first-half ul li {
    list-style-type: disc;
}

.sendMessage {
    color: white;
    background-color: #FD8224;
}

p.privacy {
    font-size: 0.7em;
}

.second-half p span {
    color: blue;
}

#profileImage {
    height: 100px;
}

#addEmail {
    height: 45px;
    background-color: #F9F9D1;
    border-bottom: 1px solid #D9D9D9;
}

#email_settings {
    background-color: #F0F0F0;
}

#phone {
    background-color: #F0F0F0;
}

#email_settings p img{
    width: 1em;
    height: 1em;
    margin-right: 3%;
    margin-bottom: 1%;
}

#profileImg{
    height: 100%;
    width: 21%;
    border-radius: 5rem;
}

.profile-icon-settings{
    height: 100px;
    position: relative;
    right: 35%;
}

.addProfile{
    -webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}

.settings-img-icon img{
    width: 50%;
}

.settings-img-icon #img-2{
    position: relative;
    top: -22px;
}

#phone p img{
    width: 1em;
    height: 1em;
    margin-bottom: 1%;
}

#addEmail span {
    font-size: 0.9em;
    float: left;
}

.profileHead{
    position: absolute;
    left: 52%;
}

.pt-20 {
    padding-top: 20px;
}
.pr-20 {
    padding-right: 20px;
}
.pl-20 {
    padding-left: 20px;
}

#identity input.password{
    background-color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem;
    border-right: none;
}


.add-on .input-group-btn1 {
    background-color: #fff;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
   
    width: 30px;
    padding-top: 4px;
  }

  .add-on .input-group-btn2 {
    background-color: #fff;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-top-right-radius: 0.15rem;
    border-bottom-right-radius: 0.15rem;
    width: 30px;
    padding-top: 4px;
  }
 
  .add-on .input-group-btn img {
    width: 85%;
    height: 70%;
  }
