﻿:root {
    --darkblue: #133265;
}

dl, ol, ul {
    margin-top: unset;
    margin-bottom: unset;
}

a, a:link, a:visited, a:hover {
    text-decoration: none;
}

body {
    font-family: 'robotoregular';
    padding-top: 0px !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
}

h2 {
    font-size: 36px;
    font-family: 'open_sansregular';
    margin: 25px 0px 15px 0px;
}

h2 span {
    font-family: 'open_sansregular';
    /*color: #cacaca;*/
}

.header {
    background-image: url(/Content/images/zyntravel-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*width: 100%;
    height: 100%;*/
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    border-bottom: 4px solid #255293;
}

.header-logo img {
    width: 180px;
}

.header .btn-warning {
    z-index: 8;
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    color: rgb(31, 66, 124);
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(214, 222, 40);
    border-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    margin: 15px 0 0 0;
    padding: 12px 25px;
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}
}

.navbar-brand .header-logo img {
    width: 150px;
}

.navbar-expand {
    justify-content: space-between;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: #d6de28;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.main-menu-nav .active a, .main-menu-nav li:hover a {
    color: #fff;
}

.bg-darkblue {
    background-color: var(--darkblue);
}

.top-bar {
    min-height: 118px;
    height: 118px;
}

.top-bar a, .main-menu-nav li a, .social-media-icons li a i, .search-icon-click {
    color: rgba(255,255,255,0.6);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.top-bar a:hover, .main-menu-nav li a:hover, .social-media-icons li a:hover i, .search-icon-click:hover {
    color: #fff;
    cursor: pointer;
    transition: all .08s linear;
}

.main-menu-nav li a {
    font-family: 'robotomedium';
    font-size: 1.15em;
}

.social-media-icons {
    position: relative;
    padding-right: 1.4rem;
    margin-right: 0.1rem;
    margin-left: 20px;
}

.social-media-icons li a i {
    font-size: 1.1250em;
}





.social-media-icons:after {
    content: '';
    position:absolute;
    right: 0;
    top: calc(50% - 1.25em);
    height: 2.5em;
    width: 1px;
    background-color: rgba(255,255,255,0.15);
}

.search-icon-click i {
    font-size: 1.2500em;
    color: rgba(255,255,255,0.6);
}

.search-icon-click {
    margin-left: 20px;
    
}

input[type="button"]:focus {
    outline: none;
}

.header-cta {
    font-size: 0.9em;
    font-family: 'robotomedium';
    line-height: 1.5em;
    font-style: normal;
    padding-left: 1.2em;
    padding-right: 1.2em;
    transition: all .08s linear;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 1.8rem;
    letter-spacing: 0.035em;
    margin-left: 20px;
}

.navbar-nav .header-cta:hover, .navbar-nav .header-cta:link, .navbar-nav .header-cta:visited, .navbar-nav .header-cta:focus {
    background-color: #1b407e;
    color: #fff;
    outline: none;
}

.header .header-cta:hover {
    background-color: #1b407e;
    color: #fff;
    border: 2px solid transparent;
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem transparent;
}

.slider {
    min-height: 610px;
    height: 610px;
    color: #fff;
    margin-top: 50px;
    position: relative;
}

.slider p {
    font-size: 18px;
    font-family: 'open_sanslight';
}

.computer-mobile-devices-img {
    width: 820px;
}

.on-the-list-img {
    position: absolute;
    right:-40px;
    top:-58px;
    width: 250px;
}

.processor-integrations-container {
    position: relative;
    margin-bottom: 50px;
}

.processor-integrations-logos {
    position: absolute;
    top: -140px;
    width: 1140px;
    height: 119px;
    background-color: #183a74;
}

.processor-integrations-logos p {
    color: #fff;
    font-size: 21px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.processor-integrations-container .processor-integrations-accordion {
    margin-top: 60px;
}

.processor-integrations-accordion .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.processor-integrations-accordion a.list-group-item {
    color: #8f8f8f;
    font-size: 13px;
    line-height: 22px;
}

.processor-integrations-accordion a:hover.list-group-item {
    background-color: #1394bf;
    border-color: #1394bf;
    color: #fff;
}

.processor-integrations-accordion a:hover.list-group-item .badge {
    background-color: #fff;
    color: #1394bf
}

.processor-integrations-accordion .list-group-item.active {
    background-color: #1394bf;
    border-color: #1394bf;
    color: #fff;
}

.processor-integrations-accordion .badge {
    border-radius: 0.7rem;
    padding: .4em .6em .4em .6em;
    background-color: #8f8f8f;
}

.processor-integrations-accordion h3 {
    color: #1b407e;
    font-size: 1.125em;
    font-weight: 600;
    margin-top: 12px;
}

.processor-integrations-accordion .tab-content ul {
    padding-left: 18px;
}

.why-proceed-pay {
    height: 79px;
    background-color: #1b407e;
    color: #fff;
    font-size: 48px;
}

.why-proceed-pay h1 {
    font-size: 38px;
    color: #ffffff;
    line-height: 45px;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-style: normal;
}

.title-separator {
    margin: 15px 0 15px 15px !important;
    position: relative;
}

h1.title-separator:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 4px;
    content: '';
    background-color: #96bc3d;
}

.about-proceed-pay {
    background-image: url(/Content/images/about-proceed-pay-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-container {
    position: relative;
    /*background-color: rgba(214,222,40,0.3) !important;
    margin-left: -100%;
    padding-left: 100%;
    margin-top: 30px;*/
   /* transform: rotate(-2deg) !important;*/
}


.about-container .container .col-8 {
    padding: 20px 20px 20px 0;
    
}

.about-container .container .col-8.about:after {
    background-color: rgba(214,222,40,0.3) !important;
    content: "" !important;
    display: inline-block !important;
    position: absolute !important;
    width: 150% !important;
    height: 120% !important;
    top: -10% !important;
    left: -50% !important;
    z-index: 0 !important;
    background-color: rgba(214,222,40,0.3) !important;
    transform: rotate(-2deg) !important;
}

.about-container .container .col-8:after {
    border: 1px solid red;
    background-color: rgba(214,222,40,0.3) !important;/*
    position: absolute;*/
}

.about-container .container .col {
    margin-right: -100%;
    background-color: #fff;
}

.download-container {
    position: relative;
}

.download-container .container .col-8.download:after {
        content: "" !important;
    display: inline-block !important;
    position: absolute !important;
    width: 150% !important;
    height: 150% !important;
    /* bottom: -50% !important; */
    top: 0 !important;
    right: -50% !important;
    z-index: 0 !important;
    background-color: rgba(214,222,40,0.3) !important;
    transform: rotate(-2deg) !important;
}
.about, .download {
    /*content: "" !important;
    display: inline-block !important;
    position: absolute !important;
    width: 150% !important;
    height: 150% !important;
    top: -50% !important;
    left: -50% !important;
    z-index: 0 !important;
    background-color: rgba(214,222,40,0.3) !important;
    transform: rotate(-2deg) !important;*/
   /* background-color: rgba(214,222,40,0.3) !important;*/
}

.about {
    /*margin-left: -100%;
    padding-left: 100%;
    position: relative !important;
    overflow: hidden !important;*/
}

.schedule-a-demo {
    background-color: #1b407e;
    color: #fff;
    height: 256px;
}

.schedule-a-demo h2 {
    margin-bottom: 55px;
}

.schedule-a-demo h2 > span {
    color: #fff;
}

.schedule-a-demo .btn-warning {
    background-color: #d6de28;
    border: none;
    color: #1f427c;
    font-weight: 600;
    font-size: 1rem;
    line-height: 3.2rem;
    font-style: normal;
    padding-top: 0px;
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
    padding-bottom: 0px;
    border-radius: 34px;
}

.features-container {
    color: #888;
}

.features-title {
    margin-bottom: 25px;
    color: #1b407e;
    font-size: 100%;
    padding: 0 .8em;
    line-height: 1em;
    font-weight: 400;
    font-style: normal;
}

.features-text {
    line-height: 1.8em;
    margin-bottom: 50px;
}

.partners {
    height: 79px;
    background-color: #1b407e;
    color: #fff;
    font-size: 48px;
}

.partners h1 {
    font-size: 38px;
    color: #ffffff;
    line-height: 45px;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-style: normal;
}

.partners-logo {
    margin: 40px 0;
}

.slick-prev:before, .slick-next:before {
    color: #bbb;
}

.testimonials-container .container {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 50px;
    font-size: 21px;
    width: 1036px;
    margin: 0 auto 30px;
}

.testimonial-text {
    font-family: Montserrat;
    letter-spacing: -0.01em;
    font-weight: 300;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 21px 0;
    color: #000;
}

.testimonial-name {
    display: inline-block;
    font-size: 0.9rem;
    margin-bottom: 50px;
}

.testimonials .slick-dots {
    margin: 30px 0 0 0;
}

.schedule-a-demo-form-container {
    background-image: url(/Content/images/zyntravel-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    padding-bottom: 50px;
}

.footer-container {
    padding: 50px 0 50px 0;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 28px;
}

.footer-container, .footer-container a {
    background-color: #133265;
    color: #99a0b2;
}

.footer-logo img {
    width: 180px;
    margin-top: 20px;
    filter: brightness(0.3) invert(1);
}

.form-group {
    margin-bottom: 0;
}

form {
    width: 550px;
    color: rgba(34, 34, 34, 1) !important;
    font-size: 100%;
    background: white;
    margin: 0 auto;
    padding: 1.5em 1.5em;
    border-radius: 3px;
}

form .btn-success {
    background-color: #3fa700;
    padding: 10px 37.5px;
    font-size: 14px;
    border-color: #3fa700;
    letter-spacing: 1px;
    border-radius: 2px;
    font-weight: 600;
}

.form-control {
    background-color: #fafafa;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.5);
    height: calc(2em + .75rem + 2px);
    border: 1px solid #d6d8d9;
    line-height: 1.4em;
    padding: .55em .9em .65em;
}

input, textarea {
    color: rgba(34, 34, 34, 1);
    border-radius: 2px;
}

input {
    /*padding: .72em .9em .65em;*/
}

textarea {
    /*padding: .72em .9em .65em;*/
    min-height: 110px;
    overflow: hidden;
    overflow-wrap: break-word;
    height: 128px;
    resize: none;
}

.about_proceed_pay_outer_top p, .about_proceed_pay_outer_top header {
    margin-bottom: 3em;
    line-height: 1.8em;
}

/* START - Auto Hide Nav Bar */
.smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
/* END - Auto Hide Nav Bar */