.home-video-img {
    padding-bottom: 12px;
}
.home-video-text p {
    max-width: 200px;
    margin-bottom: 15px !important;
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 21px;
    color: #fff;
    line-height: 23px;
    letter-spacing: 1px;
}
.home-secondary-banner-text p {
    color: #194d89 !important;
}
.cr-home-banner-secondary a:hover, .cr-home-banner-secondary a:focus {
    text-decoration: none !important;
}
.home-banner-btn {
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.home-banner-btn a,
.home-banner-btn button {
    font-family: 'HelveticaNeueLTStd-Bd' !important;
    font-weight: normal !important;
    width: 160px;
    height: 35px;
    font-size: 12px !important;
    line-height: 14px !important;
    text-align: left !important;
    padding-top:10px !important;
}
/* end of home-banner */
.cr-home-sec {
    padding: 60px 0 !important;
    min-height: 440px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
}
.cr-aboutus-sec  h4 {
    color:#194d89;
    font-size: 1.5rem;
}
.cr-goodtoknow-sec h4 {
    font-size: 1.25rem;
    color:#194d89;    
}
.cr-dms-header,.dms-logo {
    margin-bottom: 20px !important;
}
.cr-dms-header h2 {
    color:#194d89;
    line-height: 1 !important;
}

.cr-partners-sec {
    padding: 90px 0 50px !important;
}
.cr-partners-sec h2 {
    color:#194d89;
    position: relative;
    padding-bottom:25px;
}
.partner-img {
    margin: 15px 25px;
    display: inline-block;
    vertical-align: middle;
}
.cr-homeproducts-heading { margin-bottom: 50px !important; }
.cr-homeproducts-heading h2 {
    max-width: 430px;
    margin: 0 auto;
}
.cr-homeproducts-image { margin-bottom: 20px !important; }
.cr-homeproducts-image img {
    transform: scale(1,1);
    transition: transform 0.3s;
}
.cr-homeproducts-col .wpb_wrapper:hover .cr-homeproducts-image img,
.cr-homeproducts-col .wpb_wrapper:focus .cr-homeproducts-image img  {
    transform: scale(1.1,1.1);
    transition: transform 0.3s;
}
.cr-homeproducts-link a {
    width: auto;
    padding: 0 !important;
    background-image: none !important;
    font-weight: normal;
    font-family: 'HelveticaNeueLTStd-Md';
    font-size: 13px !important;
    line-height: 15px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 28px;
    padding: 5px 10px !important;
}
.cr-homeproducts-link a:hover { 
    text-decoration: underline !important; 
}
.cr-homeproducts-link i ,
.cr-homeproducts-link strong {
    top: 12px !important;
    right: -15px !important;
    font-size: 18px !important;
    font-weight: normal;
    font-family: 'HelveticaNeueLTStd-Bd';
}
.cr-resource-list li{
    width: 50%;
    max-width: 400px;
    height: 62px;
    margin: 0 5px 10px;
    text-align: left !important;
    text-transform: uppercase;
    display: flex;
}
.cr-resource-list a {
    display: flex !important;
    align-items: center;
    color: #a0ccff;
    background-color: #103e72 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 1.5px;
    padding: 15px 35px !important;
    width: 100%;
}
.cr-resource-list a:hover {
    background-color: #528aca !important;
    color: #fff;
    text-decoration: none !important;
    transition-duration: 0.2s;
}
.cr-resourcelist-colleft { text-align: center !important; }
.cr-resourcelist-colleft .vc_column-inner { padding: 0 !important; }
.cr-goodtoknow-img {
    margin-bottom: 20px !important;
}
.cr-goodtoknow-img img { 
    width: 320px; 
}
.slick-dotted.slick-slider {
    margin: 0 !important;
}
/*404 Page*/
.error-404.not-found{
    padding: 8% 0;
    letter-spacing: 2px;
    text-align: center;
    color:#194D89;
}
.error-404.not-found .page-header .page-title{
    font-size: 90px;
}
.error-404.not-found .page-header-subtitle p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px
}
.error-404.not-found .page-content p{
    font-size: 30px;
    font-weight: 500;
}
/*404 Page*/

.wpcf7-select.cr-contact-group-drop{
    margin-top: 20px !important;
}

@media only screen and (max-width: 767px) {
    /* html {
        font-size: 80%;
    } */
    .cr-home-sec {
        min-height: 300px;
    }
    .cr-aboutus-sec, .cr-dms-sec {
        background-position: right 30% center;
        background-size: cover;
        background-color: #fff;
        position: relative;
    }
    .cr-aboutus-sec::after,.cr-dms-sec::after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background: rgba(255,255,255,0.8);
        z-index: 1;
    }
    .cr-aboutus-sec .custom-container,
    .cr-dms-sec .custom-container {
        position: relative;
        z-index: 2;
    }
    .cr-dms-sec { background-position: right 40% center; }
    .cr-aboutus-sec h4 {
        /* text-align: center; */
        font-size: 1.2rem;
    }
    .cr-goodtoknow-sec { background-size: cover; }
    .partner-img {
        margin: 15px 15px;
        max-width: 25%;       
    }
    .cr-partners-sec {
        padding-top: 60px !important;
    }
    .cr-partners-sec h2 {
        font-size: 1.5rem;
    }
    .cr-partners-sec .custom-container {
        padding:0;
    }
    .cr-resource-list { text-align: center;  }
    .cr-resource-list a {
        width: 100%;
        padding: 10px 20px !important;
    }
    .cr-homeproducts-link { margin-bottom: 20px !important; }
    .cr-homeproducts-image { margin-bottom: 10px !important; }
    .cr-homeproducts-link a { text-align: center !important; }
    .cr-resource-list {
        max-width: 90% !important;
        margin:0 auto !important;
    }
    .cr-resource-list li {
        width:100%;
    }
    .cr-homeproducts-col {
        padding: 15px 0;
    }
}


/* home-page banner css */
.cr-home-banner-section {
    min-height: 450px;
    padding: 0px !important;
    position: relative;
}
.cr-home-banner {
    min-height: 450px;
    /* height: calc(100vh - 152px); */
    width:100%;
    padding: 0px !important;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex !important;
    flex-direction: row;
    align-items: flex-end;
}
.homepage-slider-main-carousel {
    height: calc(100vh - 152px);
}
.home-banner-row {
    margin:0 !important;
    display: flex;
    height: 100%;
    /* position: relative; */
}
.home-main-slider-wrapper,.home-main-slider-wrapper > .vc_column-inner,
.home-secondary-slider-wrapper,.home-secondary-slider-wrapper > .vc_column-inner{
    padding:0px !important;
    /* border:1px solid lightblue; */
}
.cr-vertical-slider {
    position: absolute;
    top:50%;
    right: 100px;
    z-index: 1;
    width:400px;
    transform: translate(0,-50%);
    height: auto;
}

.cr-home-banner-secondary img {
    max-height: 45px;    
    width:auto;
}

.cr-home-banner-secondary p {
    margin-bottom: 22px !important;
}

.cr-home-banner-heading {
    padding-bottom: 50px;
    width: 60%;
}
.cr-home-banner-heading h1 {
	font-family: 'HelveticaNeueLTStd-Th';
	line-height: 1;
	color: #fff;
}
.cr-solutions-border::after {
	display: block;
	content: "";
    width: 130px;
    margin-top: 25px;
    border-bottom: 4px solid #99cccc;
}

.cr-home-banner-secondary {
    /* min-height: 250px; */
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #e6e6e6;
    padding: 20px;
    margin-left:auto;
}

.homepage-slider-main-carousel .owl-dots,.homepage-slider-main-carousel .owl-nav,
.home-secondary-slider-wrapper .owl-dots,.home-secondary-slider-wrapper .owl-nav {
    display: none;
}

.home-banner-secondary-heading {
    margin-bottom: 0 !important;
}
.home-banner-secondary-heading h2 {
    font-size: 26px !important;
    line-height: 1;
    color:#194d89;
    font-family: 'HelveticaNeueLTStd-Th';
    letter-spacing: 1px;
    max-width:250px;
}
.home-banner-video-heading h2,.homepage-video p {
    font-size: 28px !important;
    line-height: 1;
    color:#fff;
    font-family: 'HelveticaNeueLTStd-Th';
    letter-spacing: 1px;
    max-width:250px;
}
.cr-home-resourcelist {
    margin-bottom: 0px !important;
}

.cr-home-banner-section .wpb_content_element,
.homepage-slider-main-carousel .wpb_content_element,
.homepage-slider-second-carousel .wpb_content_element {
    margin-bottom: 0 !important;
}
.slick-vertical .slick-slide {
    border: none !important;
}
.home-secondary-slider-wrapper .slick-list {
    height: 580px;
 }

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation : portrait ) {
    .cr-home-banner-secondary{
        max-height: 250px;
    }
    .cr-home-sec {
        padding: 30px 0;
        background-size: cover;
        background-position: left 25% top;
        min-height: 300px;
    }
    .cr-home-banner-row {
        width:85%;
    }
    .cr-home-banner-heading h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .slick-vertical .slick-slide {
        max-height: 250px;
        height: 250px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait ) {
    .homepage-slider-main-carousel {
        height: auto;
    }
    .cr-home-banner-heading {
        width: 70%;
    }    
    .cr-home-banner {
        max-height: 530px;
        height: 530px;
    } 
    .slick-vertical .slick-slide,.cr-home-banner-secondary {
        max-height: 250px;
        height: 225px !important;
    }
    .cr-vertical-slider {
        height: 450px;
    }
    .home-secondary-slider-wrapper .slick-list {
        height: 450px !important;
    }
    .cr-home-sec {
        padding: 30px 0;
        background-size: cover;
        background-position: left 25% top;
        min-height: 300px;
    }
    .cr-home-banner-row {
        width:85%;
    }
    .cr-home-banner-heading h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .home-video-text p {
        max-width: 75%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .cr-home-sec {
        background-size: cover;
        background-position: center;
    }
    .cr-aboutus-sec {
        background-position: right 0;
    }
    .gm-main-menu-wrapper .gm-navbar-nav > .menu-item > a {
        font-size: 12px;
    }
    /*
    .gm-navbar .gm-logo > a > img {
        height: auto;
        max-width: 120px;
    }*/
}

@media (min-width: 1024px) {
    .cr-home-banner,
    .cr-home-banner-section  {
        height: calc(100vh - 116px);
        max-height:630px;
    }
    .cr-home-banner-secondary {
        height: 234px;
        max-width:325px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cr-home-banner, .cr-home-banner-section {
        max-height: 490px;
    }
    .cr-vertical-slider {
		right: 15px;
        width: 290px;
    }

}


@media only screen and (max-width: 767px) {
    .home-banner-row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .cr-vertical-slider {
        position: static;
        width:100%;
        height: auto;
        transform: none;
    }
    .cr-home-banner-heading {
        padding-bottom: 50px;
        width: 100%;
    }
    .cr-home-banner-heading h1{
        font-size: 2rem;
        line-height: 1.2;
    }
    .homepage-slider-main-carousel {
        height: auto;
    }
    .cr-home-banner {
        min-height: 300px;
        max-height: 320px;
        height: calc(100vh/2);
    }
    .cr-home-banner-secondary {
        min-height: 225px;
        max-height: 325px;
        height: calc(100vh/2);
        background-position: center right;
    }
    .home-secondary-slider-wrapper .slick-slide:nth-child(2) .cr-home-banner-secondary{
        padding: 0; 
        background-position-x: -15px;
    }
    .home-video-text p {
        max-width: 100%;
        font-size: 20px;
        line-height: 22px !important;
    }
    .slick-vertical .slick-slide {
        height: auto !important;
    }
    .home-secondary-slider-wrapper .slick-list {
        height: auto;
    }
}


@media only screen and (min-width: 1200px) {
    .cr-vertical-slider {
        right:5%;
        /* top:15px;
        transform: none; */
    }
    .cr-resource-list {
        justify-content: flex-start;
    }
    .cr-resource-list li{
        max-width:410px;
        width:32%;
    }
    .cr-home-banner, .cr-home-banner-section {
        height: 620px !important;
    }
    .cr-home-banner-secondary {
        height: 290px;
        max-width:400px;
    }
    .home-video-text p {
        margin-bottom: 22px !important;
    }
}
@media only screen and (min-width: 1360px) {
    .cr-vertical-slider {
        right:8%;
    }
    .home-video-text p {
        font-size: 25px;
    }
}
@media only screen and (min-width: 1660px) {
    .cr-vertical-slider {
        right:15%;
    }
}
@media only screen and (min-width: 1920px) {
    .cr-vertical-slider {
        right:20%;
    }
}
@media only screen and (min-width: 2220px) {
    .cr-vertical-slider {
        right:24%;
    }
}




.purchase-order-terms-and-conditions,.standard-terms-and-conditions-of-sale {
    padding:30px 15px;
}
.purchase-order-terms-and-conditions .cr-secondary-banner,
.standard-terms-and-conditions-of-sale .cr-secondary-banner {
    display: none !important;
}
.purchase-order-terms-and-conditions h1,.standard-terms-and-conditions-of-sale h1,
.purchase-order-terms-and-conditions h2,.standard-terms-and-conditions-of-sale h2,
.purchase-order-terms-and-conditions h3,.standard-terms-and-conditions-of-sale h3,
.purchase-order-terms-and-conditions h4,.standard-terms-and-conditions-of-sale h4,
.purchase-order-terms-and-conditions h5,.standard-terms-and-conditions-of-sale h5,
.purchase-order-terms-and-conditions h6 ,.standard-terms-and-conditions-of-sale h6{
    margin-bottom:20px;
    color:#194d89; 
}

.purchase-order-terms-and-conditions p ,.standard-terms-and-conditions-of-sale p{
    margin-bottom:20px;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .vc_col-sm-3 {
        width: 20% !important;
    }
}