.main-wrapper {
    width: 100%;
    display: flex;
    border-bottom: 10px solid #fff;
}

h1 {
    margin: 0;
}

.page-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-img > h1 {
    font-size: 4em;
    text-transform: uppercase;
    color: #fff;
}

.tag-word {
    font-weight: 900;
}

.page-content {
    width: 100%;
    padding: 40px;
}

.page-content > div {
    width: 100%;
}

.page-head > h2 {
    font-size: 3em;
    padding-top: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.page-head > p {
    font-size: 1.65em;
    line-height: 50px;
    margin: 25px 0;
}

.page-quote {
    background: url('../images/quotes.jpg')no-repeat top left #fff;
}

.page-quote > p {
    font-size: 2.2em;
    padding-top: 25px;
    line-height: 55px;
}

.contact-num {
  color: #fff;
  font-size: 1.2em;
}

.form-container {
  width: 55%;
  margin: 0 auto;
}

.nav:last-child {
  color: red !important;
}


@media only screen 
and (min-width : 320px) 
and (max-width : 1024px) {
    
    .right-column, .right-column-cn, .page-contact{
        display: none;
    }

    .left-column {
        width: 100%;
    }

    .page-quote > p{
        font-size: 1.5em;    
    }

    .page-head > h2 {
        font-size: 2.2em;
    }

    .page-head > p {
        font-size: 1.25em;
        line-height: 35px;
    }

    .page-img{
        padding: 10px;
    }

    .page-img > h1 {
        font-size: 2.5em;
    }

    .form-container {
      width: 85%;
    }

}

@media only screen 
and (min-width : 1024px) 
and (max-width : 1025px) {

    .page-content {
        min-height: 68vh;
        text-align: center;
    }

    .page-quote {
        padding-top: 25px;
    }

    .form-container {
      width: 65%;
    }
}


@media only screen 
and (min-width : 1025px) {

    .page-content {
      height: 72.85%;
    }

    .page-head {
      height: 40%;
    }
    
    .page-quote {
        height: 27%;
    }
    
    .page-contact {
        height: 33%;
    }

    .page-img {
        height: 27.15%;
    }

    .left-column {
        width: 68.7%;
        height: 100%;
    }
    
    .right-column, .right-column-cn {
        width: 31.3%;
        height: 100%;
    }

    .main-wrapper {
        height: 1447px;
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 5;
    bottom: 50%;
    background: hsla(0, 0%, 100%, .8);
    height: 40px;
    width: 40px;
    text-align: center
}

.owl-carousel .owl-nav .owl-next i,
.owl-carousel .owl-nav .owl-prev i {
    margin-top: 4px
}

.owl-carousel .owl-nav .owl-prev {
    left: 10px
}

.owl-carousel .owl-nav .owl-next {
    right: 10px
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: D;
    animation-name: D
}

@keyframes D {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}