@charset "UTF-8";

section {
  display: flex;
  position: relative;
  min-height: 500px;
  padding: 20px 0; }
  section.octm-background-grey {
    background-color: var(--octm-color-gray); } 
  section.octm-background-yellow {
    background-color: var(--octm-color-yellow); }
  section h3.octm-section-title {
    padding-bottom: 2rem;
    text-align: center; }

/* -------------- section-1 : One Click Away ------------------- */
#octm-section-1 {
  position: relative;
  background: url("/images/home/octm_bg.jpg")no-repeat center center; 
  background-size: cover;
  background-color: var(--octm-color-navy); }
  
    #octm-section-1 .container #octm-section-1-1 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      z-index: 2;
      height: 100%; 
      color: var(--octm-color-white); }
      #octm-section-1 .container #octm-section-1-1 h2.octm-title {
        font-size: 3.5rem;
        font-weight: 700; }
      #octm-section-1 .container #octm-section-1-1 hr.separator-short-white {
        width: 50px; }
      #octm-section-1 .container #octm-section-1-1 h1.octm-subtitle {
        max-width: 500px;
        padding-bottom: 20px;
        font-size: 1.5rem; 
        font-weight: 100;
        color:var(--octm-color-yellow); }
        
    #octm-section-1 .container #octm-section-1-2 {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 50%;
      background: url("/images/home/octm-home-img2.png") no-repeat;
      background-size: cover;
      background-position: center; }

@media screen and (max-width: 991.98px) {
  #octm-section-1 .container #octm-section-1-1 {
    align-items: center; }
    
    #octm-section-1 .container #octm-section-1-1 h2.octm-title {
      font-size: 2.8rem; }
    #octm-section-1 .container #octm-section-1-1 h4.octm-title-under {
      font-size: 1.3rem; }

  #octm-section-1 .container #octm-section-1-2 {
    background: none; }
}


/* -------------- section-2 : Why One ClickTrade Mark ------------------- */
  #octm-section-2 #octm-section-2-2 {
    display: flex;
    flex-direction: row; }
  #octm-section-2 #octm-section-2-2 .otcm-icon-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%; 
    align-items: center; }
    #octm-section-2 #octm-section-2-2 .otcm-icon-wrapper .octm-img-icon {
      width: 120px; 
      height: 120px; }
    #octm-section-2 #octm-section-2-2 .otcm-icon-wrapper .octm-font-icon {
      font-size: 1.2em;
      font-weight: bold; }

@media screen and (max-width: 767.98px) {
  #octm-section-2 #octm-section-2-2 {
    flex-direction: column; }
    #octm-section-2 #octm-section-2-2 .otcm-icon-wrapper {
      width: 100%; }
}


/* -------------- section-3 : 4 steps ------------------- */
#octm-section-3 {
  height: 700px; }
  #octm-section-3 .container {
   align-items: center; }
    #octm-section-3 #octm-section-3-2 {
      display: flex;
      flex-direction: column; }
      #octm-section-3 #octm-section-3-2 .octm-step-wrapper {
        display: flex;
        position: relative;
        height: 110px; }
      #octm-section-3 #octm-section-3-2 .octm-step-wrapper::after {
        position: absolute; 
        bottom: -20px;
        content : '';
        border-left: 3px dotted var(--octm-color-gray);
        height: 40px;
        margin-left:35px; }
      #octm-section-3 #octm-section-3-2 .octm-step-wrapper:last-child::after {
        content: none; }
      #octm-section-3 #octm-section-3-2 .octm-step-wrapper>div {
        display: flex;
        align-items: center; }
      #octm-section-3 #octm-section-3-2 .octm-step-wrapper .octm-step-heading-wrapper {
        flex-direction: row;
        width: 32%;
        flex: 0 0 auto; }
        #octm-section-3 #octm-section-3-2 .octm-step-wrapper .octm-step-heading-wrapper .otcm-step-number {
          flex-shrink: 0;
          background-color: var(--octm-color-navy);
          width: 70px;
          height: 70px;
          line-height: 63px;
          text-align: center;
          font-size: 2rem;
          font-weight: 700;
          color: var(--octm-color-white); }
        #octm-section-3 #octm-section-3-2 .octm-step-wrapper .octm-step-heading-wrapper .otcm-step-number::after {
          display: flex;
          content: '';
          width: 20%;
          margin: -12px 0 0 20px;
          border-bottom: 3px solid var(--octm-color-yellow); }
        #octm-section-3 #octm-section-3-2 .octm-step-wrapper .octm-step-heading-wrapper .octm-step-heading {
          padding-left: 0.5em;
          font-size: 1.2rem;
          font-weight: 700;
          color: var(--octm-color-navy); }
      #octm-section-3 #octm-section-3-2 .octm-step-wrapper .octm-step-description-wrapper {
        width: 68%; }
        #octm-section-3 #octm-section-3-2 .octm-step-wrapper .octm-step-description-wrapper a {
         text-decoration: underline; }

@media screen and (max-width: 1199.98px) {
  #octm-section-3 #octm-section-3-2 .octm-step-wrapper .octm-step-heading-wrapper .octm-step-heading {
    font-size: 1.2em; }
}
@media screen and (max-width: 991.98px) {
  #octm-section-3 #octm-section-3-2 .octm-step-wrapper .octm-step-heading-wrapper {
    width: 100%; }
    #octm-section-3 #octm-section-3-2 .octm-step-wrapper .octm-step-description-wrapper {
      display: none; }
}


/* -------------- section-4 : Testimonials ------------------- */
#octm-section-4 .octm-testimonials-content {
  font-size: 1.2rem; }

/* -------------- section-5 : Apply Now ------------------- */
#octm-section-5 {
  flex-direction: column;
  min-height: 0;
  height: 300px;
  background-color: var(--octm-color-blue); 
  padding: 0; }
  #octm-section-5 .octm-calltoaction-separator {
    display: flex;
    width: 100%;
    height: 100px;
    background: url("/images/home/octm-section-divider2.png") no-repeat;
    background-position: center; }
  #octm-section-5 .octm-calltoaction-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--octm-color-blue); 
    padding: 2rem 0 3rem 0; }
    #octm-section-5 .octm-calltoaction-container .octm-section-title {
      color: var(--octm-color-white); }
    #octm-section-5 .octm-calltoaction-container i {
      color: var(--octm-color-yellow); }


