/*-----------------------------------------------------------------------------
    * Website Style
    * @author: Hasan YUKSEL
----------------------------------------------------------------------------- */
@import url('fontPoppins.css');

* {
    outline: none;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}

html, body, form {
    height: 100%;
    background-color: #FFFFFF;
    font-family: 'Poppins';
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
}

.scrollTop {
    display: block;
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    top: auto;
    z-index: 99;
    bottom: 20px;
    cursor: pointer;
    font-size: 27px;
    transition: all 300ms;
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #c4221f;
    border-radius: 50%;
    color: #fff;
}

.scrollTop.animatedIn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}


.scrollTop.animatedOut {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

.revealOnScroll {
    opacity: 0;
}

.animated {
    opacity: 1;
}

/*------------------------------------------ header animation ------------------------------------------*/

header {
    top: 0;
    position: fixed;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    z-index: 9;
}

.header {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 40px 0;
    transition: all 500ms ease;
}

.nav-up {
    top: -170px;
}


/*------------------------------------------ header animation ------------------------------------------*/


/*------------------------------------------ banner style ------------------------------------------*/
.banner {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

}

.banner.homepage .carousel-item {
    -webkit-transition: all 1.5s !important;
    -moz-transition: all 1.5s !important;
    -o-transition: all 1.5s !important;
    transition: all 1.5s !important;
}

.homepage.banner .carousel-caption {
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.homepage.banner .carousel-caption .carousel-item {
    height: 100%;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


.homepage.banner .carousel-caption .carousel-text-wrap {
    display: table;
    width: 100%;
    height: 100%;
    float: left;
    padding-top: 100px;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
    text-align: right;
}

.banner.homepage {
    height: 100%;
}

.homepage.banner .carousel-item > img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}

.banner.homepage .carousel {
    display: inline-block;
    width: 100%;
    float: left;
    height: 100%;
}

.banner.homepage .carousel .carousel-inner {
    display: inline-block;
    float: left;
    height: 100%;
}

/*------------------------------------------ banner style ------------------------------------------*/

.header .logo {
    display: flex;
    justify-content: left;
    align-items: center;
}

.header .logo img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.header .menu ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    height: 100%;
}

.header .menu ul li {
    float: left;
    display: inline-block;
}

.header .menu ul li a {
    display: inline-block;
    float: left;
    text-decoration: none;
    transition: all 500ms ease;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    position: relative;
}

.header .menu nav {
    height: 100%;
}

.banner.homepage .carousel-item {
    height: 100%;
}

.banner.homepage .carousel-item .left {
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    overflow: hidden;
    position: relative;
}

.banner.homepage .carousel-item .left .title {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 50px;
    color: #ffffff;
    font-weight: 800;
    line-height: 60px;
}

.banner.homepage .carousel-item .left .text {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 50px 0;
    line-height: 36px;
}

.banner.homepage .carousel-item .left .button-group {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.banner.homepage .carousel-item .right .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner.homepage .carousel-item .right .img img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.header .menu ul li a.link-button {
    float: left;
    height: 37px;
    display: inline-block;
    line-height: 37px;
    border-radius: 4px;
    margin: 0 10px;
    transition: all 500ms ease;
    color: #a30b0b;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    min-width: 0;
}

body .link-button {
    float: left;
    height: 60px;
    display: inline-block;
    line-height: 56px;
    border-radius: 4px;
    margin: 0 10px;
    transition: all 500ms ease;
    font-size: 17px;
    color: #a30b0b;
    font-weight: 600;
    padding: 0 20px;
    min-width: 210px;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 1px 1px 20px 5px rgba(138, 108, 218, 0.2);
    position: relative;
}

.header .menu ul li a.link-button:hover, body .link-button:hover { /* background: #a30b0b; */
    color: #ffffff;
}

body .link-button.button-2, .header .menu ul li a.link-button.button-2 {
    background: #a30b0b;
    color: #ffffff;
    /* border-color:#ffffff; */
}


body .link-button.button-2:hover, .header .menu ul li a.link-button.button-2:hover {
    /* background: #fff; */
    color: #a30b0b;
    /* border-color:#fff; */
}

.header .menu ul li a:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #ffffff;
    transition: all 500ms ease;
    max-width: 0%;
    overflow: hidden;
    z-index: -1;
}

.header .menu ul li a:hover:after {
    max-width: 100%;
}

.header .menu ul li a:hover {
    color: #a30b0b;
}

body .link-button.button-2:hover:before {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

body .link-button.button-2:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

body .link-button.button-2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    bottom: inherit !important;
    z-index: 1;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    border-radius: 4px;
    z-index: 0 !important;
}

body .link-button.button-2:Before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px;
    z-index: 0;
}

body .link-button.button-2 {
    border: 0;
}

body .link-button span {
    position: relative;
    z-index: 2;
}

body .link-button.button-1:Before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px;
}

body .link-button.button-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: transparent !important;
    bottom: inherit !important;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 2px solid #ffffff;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    border-radius: 4px;
}

body .link-button.button-1:hover:Before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

body .link-button.button-1:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

header.fixed {
    background: #a30b0b;
    box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.21);
}

header.fixed .header {
    padding: 20px 0;
}

.section {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.about-section {
    text-align: center;
}

.section .section-title {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.section .section-title .title {
    font-size: 56px;
    color: #2f353a;
    margin: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    font-weight: bold;
    position: relative;
}

.section .section-title:after {
    content: '';
    width: 140px;
    height: 5px;
    background: #c4221f;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -70px;
    border-radius: 20px;
}

.faq-section .box .wrapper .center-line .section-title:after {
    left: 50% !important;
    margin-left: -70px !important;
}

.about-section.section .section-title:after {
    left: 50%;
    margin-left: -70px;
}

.section .text-container {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 21px;
    color: #6b6b6b;
    font-weight: 400;
    line-height: 45px;
}

.section .text-container .sub-text {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 30px;
    color: #252525;
    font-weight: bold;
    margin-bottom: 10px;
}

.section .text-container .text {
    width: 100%;
    display: inline-block;
    float: left;
}

.section.about-section.dark > .container {
    background: #2f353a;
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}

.section.about-section.dark {
    padding: 0;
    background: transparent;
}

.section.about-section.dark .section-title .title {
    color: #fff;
}

.section.about-section.dark .text-container .sub-text {
    color: #fff;
}

.section.about-section.dark .text-container {
    color: #fff;
}

.section .section-title .subtitle {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    font-size: 28px;
}

.about-section.section .section-title .subtitle {
    color: #fff;
}

.section.about-section .text-container {
    padding: 0 40px;
}

.list-container {
    width: 100%;
    display: inline-block;
    float: left;
    display: flex;
    justify-content: center;
    align-items: start;
    margin: 80px 0 50px 0;
    flex-wrap: wrap;
}

.list-container .item {
    text-align: center;
    display: inline-block;
    float: left;
    width: 25%;
    position: relative;
    height: 100%;
    margin-bottom: 15px;
}

.list-container .item .icon-wrapper {
    width: auto;
    display: inline-block;
    position: relative;
    font-family: inherit !important;
    transition: all 700ms ease;
}

.list-container .item .icon-wrapper .number {
    position: absolute;
    width: 48px;
    height: 48px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    background: #b71917;
    border-radius: 50%;
    font-weight: 500;
    font-size: 20px;
    left: -10px;
    top: 0;
}

.list-container .item .icon-wrapper .icon {
    width: 150px;
    display: inline-block;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 160px;
    color: #474651;
    font-size: 70px;
    box-shadow: 1px 1px 20px 9px rgba(0, 0, 0, 0.03);
    transition: all 500ms ease;
}

.list-container .item .text {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0;
    padding: 0;
    margin-top: 50px;
    text-align: center;
    font-size: 15px;
    color: #6b6b6b;
    font-weight: 600;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    transition: all 500ms ease;
}

.list-container .item:after {
    font-family: 'icomoon';
    content: "\e91f";
    position: absolute;
    right: -40px;
    top: 50px;
    margin-top: 0;
    font-size: 80px;
    color: #b71917;
    width: 80px;
    line-height: 40px;
}

.list-container .item:last-child:after {
    display: none;
}

.list-container .item:nth-child(4)::after {
    display: none;
}

.list-container .item:hover .text, .list-container .item:hover .icon-wrapper {
    transform: translateY(-15px);
    color: #b71917;
}

.list-container .item:hover .icon-wrapper {
    transform: translateY(10px);
}

.section-bg-image:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: url(../images/general/section-bg.png);
    background-size: cover;
    background-position: 0px -60px;
    top: -19%;
    left: 0;
    background-repeat: no-repeat;
    z-index: 0;
}

.section.how-does-it-work {
    padding-top: 170px;
}

.homepage-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.section-3 .item-wrapper {
    margin-top: 30px;
}

.section-3 .item-wrapper .item .icon {
    font-size: 34px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    color: #c4221f;
    transition: all 500ms ease;
}

.section-3 .item-wrapper .item .text {
    font-size: 18px;
    display: inline-block;
    float: left;
    color: #252525;
    font-weight: 500;
    transition: all 500ms ease;
}

.section-3 {
    background: #f8f9fc;
}

.section-3 .item-wrapper .item {
    display: flex;
    justify-content: left;
    align-items: end;
    margin: 30px 0;
    transition: all 500ms ease;
}

.section-3 .item-wrapper .item .icon span:before {
    font-weight: bold;
}

.section-3 .item-wrapper .item:hover .text {
    color: #c4221f;
}

.list-container .item:hover .icon-wrapper .icon {
    color: #b71917;
}

.faq-section .box .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    background: #ffffff;
    padding: 80px 60px;
    border-radius: 30px;
    box-shadow: 1px 1px 20px 9px rgba(0, 0, 0, 0.03);
}

.faq-section .box .wrapper .section-title {
    text-align: left;
}

.faq-section .box .wrapper .section-title .title {
    font-size: 40px;
    font-weight: normal;
}

.faq-section .box .wrapper .section-title:after {
    left: 0;
    margin: 0;
}

.faq-section .box .wrapper .accordion-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}

.faq-section .box .wrapper .accordion-wrapper .accordion {
    float: left;
    width: 100%;
    display: inline-block;
}

.faq-section .box .wrapper .accordion-wrapper .accordion .item {
    width: 100%;
    display: inline-block;
    float: left;
}

.faq-section .box .wrapper .accordion-wrapper .accordion .item .card-header {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
    cursor: pointer;
}

.faq-section .box .wrapper .accordion-wrapper .accordion .item .card-header > div {
}

.faq-section .box .wrapper .accordion-wrapper .accordion .item .card-header .icon {
    font-size: 34px;
    float: left;
    margin-right: 20px;
    color: #c4221f;
    transition: all 500ms ease;
    line-height: 30px;
}

.faq-section .box .wrapper .accordion-wrapper .accordion .item .card-header .text {
    font-size: 18px;
    color: #252525;
    font-weight: 500;
    transition: all 500ms ease;
    line-height: 35px;
    padding-left: 54px;
}

.faq-section .box .wrapper .accordion-wrapper .accordion .item .card-body {
    padding: 30px 55px;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    font-size: 18px;
    font-weight: normal;
    color: #29312f;
    line-height: 28px;
}

.faq-section .box .wrapper .accordion-wrapper .accordion .item:last-child .card-header {
    border-bottom: 0;
}

.faq-section .box .wrapper .accordion-wrapper .accordion .item:last-child .card-body {
    border-top: 1px solid #dcdcdc;
}

.faq-section .box-wrapper {
    margin-top: 50px;
}

.mbis-section {
    background: url(../images/general/red-background.jpg);
    background-size: cover;
    background-position: right 0;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding: 230px 0 130px 0;
    margin-top: -200px;
    z-index: -1;
}

.mbis-section .section-title .title {
    color: #fff;
}

.mbis-section .section-title:after {
    background: #fff;
}

.mbis-section .text-container {
    color: #fff;
}

.faq-section:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/general/section-bg-2.png);
    background-size: cover;
    background-position: 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    z-index: -1;
}


.faq-section .box .wrapper .accordion-wrapper .accordion .item .card-header:hover .text {
    color: #c4221f;
}

.footer {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0 0;
    background: #2d2d2d;
}

.footer .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}

.footer .col-12 .logo img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.footer .col-12 a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
}

.contact-section .contact-title {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}

.contact-section .contact-title .title {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 25px;
}

.contact-section .left {
    font-size: 17px;
    color: #797979;
}

.contact-section .info-wrapper {
    float: left;
    width: 100%;
    display: inline-block;
    line-height: 30px;
}

.contact-section .info-wrapper .address {
    margin: 20px 0;
    display: inline-block;
    float: left;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.contact-section .info-wrapper .address li {
    float: left;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    padding: 15px 0;
}

.contact-section .info-wrapper .address li .icon {
    float: left;
    display: inline-block;
    margin-right: 10px;
    color: #bf1b20;
    font-size: 18px;
    width: 30px;
}

.contact-section .info-wrapper .button-wrapper {
    display: inline-block;
    float: left;
    margin: 0 -10px;
    width: calc(100% + 20px);
    margin-bottom: 30px;
}

.contact-section .info-wrapper .button-wrapper .link {
    float: left;
    border: 1px solid #7d7d7d;
    border-radius: 8px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #7d7d7d;
    font-weight: bold;
    padding: 0 10px;
    margin: 0 10px;
    text-decoration: none;
    transition: all 500ms ease;
}

.contact-section .info-wrapper .button-wrapper .link:hover {
    background: #7d7d7d;
    color: #fff;
}

.contact-section .info-wrapper .social-media {
    width: 100%;
    display: inline-block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-section .info-wrapper .social-media li {
    float: left;
    display: inline-block;
    padding: 0 6px;
}

.contact-section .info-wrapper .social-media li a {
    width: 49px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #bb170b;
    color: #bb170b;
    font-size: 18px;
    text-decoration: none;
    transition: all 500ms ease;
}

.contact-section .info-wrapper .social-media li a:hover {
    background: #bb170b;
    color: #ffffff;
}

.form {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.form form {
    background: transparent;
}

.form .form-row {
    margin: 0 -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: inherit;
}

.form .form-row .form-box {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 15px 15px;
}


.input-container {
    float: left;
    width: 100%;
    display: flex;
    padding: 12px 12px;
}

/* Style the form icons */
.input-container i {
    float: left;
    font-size: 35px;
    position: absolute;
    padding: 15px 15px;
    color: #e4e4e4;
    transition: all 500ms;
}

/* Style the input fields */
.input-container input {
    border: 1px solid #e4e4e4;
    height: 62px;
    padding: 0 20px;
    padding-left: 60px;
    width: 100%;
    box-shadow: none;
    border-radius: 8px;
    outline: none;
    transition: all 500ms;
}



.input-container input:hover, .input-container input:focus {
    border: 1px solid #bf1b20;
}

.input-container input:focus + i, .input-container input:hover + i {
    color: #bf1b20;
}

.input-container input:valid {
    border: 1px solid green;
}

.input-container input:valid + i {
    color: green;
}

.input-container input:invalid {
    border: 1px solid #bf1b20;
}

.input-container input:invalid + i {
    color: #bf1b20;
}

.input-container select {
    border: 1px solid #bf1b20;
    height: 62px;
    padding: 0 20px;
    padding-left: 60px;
    width: 100%;
    box-shadow: none;
    border-radius: 8px;
    outline: none;
    transition: all 500ms;
}

.input-container select:hover, .input-container input:focus {
    border: 1px solid #bf1b20;
}

.input-container select:focus + i, .input-container input:hover + i {
    color: #bf1b20;
}

.input-container select:valid {
    border: 1px solid green;
}

.input-container select:valid + i {
    color: green;
}

.input-container select:invalid {
    border: 1px solid #bf1b20;
}

.input-container select:invalid + i {
    color: #bf1b20;
}

.form .form-row .form-box input, .form .form-row .form-box textarea {
    border: 1px solid #e4e4e4;
    height: 62px;
    padding: 0 20px;
    width: 100%;
    box-shadow: none;
    border-radius: 8px;
    outline: none;
    transition: all 500ms;
}

.form .form-row .form-box textarea {
    height: 200px;
    padding: 20px;
    resize: none;
    height: 305px;
}

.form .form-row .form-box input:focus, .form .form-row .form-box textarea:focus {
    border-color: #2c2c2c;
}

.form .form-button .button {
    float: right;
    display: inline-block;
    height: 62px;
    border: 0;
    min-width: 250px;
    text-align: center;
    background: #bf1b20;
    color: #fff;
    border-radius: 40px;
    margin: 20px 10px;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    transition: all 500ms ease;
    font-size: 18px;
    font-weight: 500;
}

.form .form-button .button-login {
    float: right;
    display: inline-block;
    height: 62px;
    border: 2px solid #bf1b20;
    min-width: 250px;
    text-align: center;
    background: #fff;
    color: #bf1b20;
    border-radius: 40px;
    margin: 20px 10px;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    transition: all 500ms ease;
    font-size: 18px;
    font-weight: 500;
}


.form .form-button .button-login:hover {
    border: 2px solid #bf1b20;
    background: #bf1b20;
    color: #fff;
}

.form .form-button .button-event {
    float: right;
    display: inline-block;
    height: 62px;
    border: 2px solid #5cb85c;
    min-width: 250px;
    text-align: center;
    background: #fff;
    color: #5cb85c;
    border-radius: 40px;
    margin: 20px 10px;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    transition: all 500ms ease;
    font-size: 18px;
    font-weight: 500;
}


.form .form-button .button-event:hover {
    border: 2px solid #5cb85c;
    background: #5cb85c;
    color: #fff;
}


.form .form-button {
    justify-content: flex-end;
}

.form .form-button .button:hover {
    background: #2c2c2c;
}

.banner.homepage .carousel-item .right {
    overflow: hidden;
    position: relative;
}

.form .form-row:first-child .form-box {
    padding-top: 0;
}


/*------------------- MODAL STYLE -------------------*/

body .modal-backdrop {
    background: #464e64 !important;
}

body .modal-backdrop.show {
    opacity: .7 !important;
}

body .modal-dialog {
    max-width: 70% !important;
}

.modal-content {
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.35) !important;
    padding: 0 10px;
}

.modal-header {
    text-align: center !important;
    border-bottom: 2px solid #d8e9ee !important;
    margin-bottom: 20px;
}

.modal-title {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 21px;
    color: #232323;
    padding: 0 100px;
    line-height: 25px;
    font-weight: bold;
}

button.close, button.close:hover {
    font-size: 28px;
    color: #cccccc;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    font-size: 17px;
    color: #878787;
    line-height: 31px;
    padding: 20px;
    height: 600px;
    overflow-y: scroll;
}

.modal-body b, .modal-body strong {
    font-weight: bold;
    color: #232323;
}


/*
 *  STYLE 2
 */

.modal-body::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
    width: 7px;

}

.modal-body::-webkit-scrollbar {
    background-color: transparent;
    width: 7px;

}

.modal-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d8e9ee;
    width: 7px;

}

.print-button {
    float: left;
    display: inline-block;
    height: 46px;
    width: 130px;
    line-height: 46px;
    border: 0;
    text-align: center;
    background: #bf1b20;
    color: #fff !important;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    transition: all 500ms ease;
    font-size: 15px !important;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 8px;
}

#modal-1 .modal-dialog {

    max-width: 720px !important;
}

#modal-1 .modal-dialog .modal-content {
    padding: 20px 60px 40px 60px;
}

/*------------------- MODAL STYLE -------------------*/

.paragraph-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.paragraph-list li {
    padding: 0 5px;
    font-size: 15px;
    font-weight: bold;
}

.paragraph-list span {
    font-size: 34px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    color: #c4221f;
    transition: all 500ms ease;
}

.text-link {
    font-weight: lighter;
}

.text-link a {
    font-weight: 600;
    color: #a30b0b;
}

.section-bg-image {
    position: inherit;
    z-index: -1;
}

.mobile-screen-image {
    text-align: center;
}

.mobile-screen-image img {
    max-width: 100%;
    height: auto;
}

/* .mobile-screen-image .section-title .title {
    font-size: 40px;
    line-height: 1.3em;
    text-align: left;
}

.mobile-screen-image .section-title::after {
    left: 0;
    margin-left: 0;
} */

/*------------------- RESPONSIVE STYLE -------------------*/
@media (min-width: 1200px) {

    body .container {
        max-width: 1440px;
    }
}

@media (max-width: 1400px) {
    .header .menu ul li a {
        padding: 8px 6px;
        font-size: 13px;
    }

    .banner.homepage .carousel-item .left .title {
        font-size: 44px;
        line-height: 50px;
    }

    .banner.homepage .carousel-item .left .text {
        font-size: 15px;
        line-height: 30px;
    }

    .list-container .item:after {
        font-size: 50px;
    }

    .list-container .item .text {
        font-size: 14px;
        padding: 0 15px;
    }

    .section .section-title .title {
        font-size: 40px;
    }

    .section .section-title {
        margin-bottom: 20px;
    }

    .section-3 .item-wrapper .item .text {
        font-size: 16px;
    }

    .section .section-title .subtitle {
        font-size: 25px;
    }

    .section .text-container {
        font-size: 19px;
        line-height: 40px;
    }

    .contact-section .info-wrapper .button-wrapper .link {
        margin: 0 5px;
    }

    .contact-section .info-wrapper .button-wrapper {
        margin: 0 -5px;
        width: calc(100% + 10px);
        margin-bottom: 30px;
    }

    .section .text-container .sub-text {
        font-size: 26px;
    }
}

@media (max-width: 1200px) {
    .banner.homepage .carousel-item .left .title {
        font-size: 40px;
    }

    .banner.homepage .carousel-item .left .text {
    }

    .section .section-title .title {
        font-size: 34px;
    }

    .section .section-title {
        padding-bottom: 20px;
    }

    .section .text-container {
        font-size: 17px;
        line-height: 35px;
    }

    .list-container .item .icon-wrapper .icon {
        width: 120px;
        height: 120px;
        line-height: 130px;
        font-size: 50px;
    }

    .list-container .item .icon-wrapper .number {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .list-container .item .text {
        padding: 0 15px;
        font-size: 13px;
    }

    .list-container .item:after {
        font-size: 35px;
        top: 40px;
    }

    .section-3 .item-wrapper .item .text {
        font-size: 14px;
    }

    .section-3 .item-wrapper .item .icon {
        font-size: 28px;
    }

    .faq-section .box .wrapper .section-title .title {
        font-size: 32px;
    }

    .section .section-title:after {
        height: 3px;
    }

    .faq-section .box .wrapper .accordion-wrapper .accordion .item .card-header .text {
        font-size: 16px;
        line-height: 26px;
        padding-left: 44px;
    }

    .faq-section .box .wrapper .accordion-wrapper .accordion .item .card-header .icon {
        font-size: 30px;
        margin-right: 15px;
    }

    .faq-section .box .wrapper .accordion-wrapper .accordion .item .card-body {
        padding: 20px 10px;
        font-size: 16px;
        line-height: 25px;
    }

    .faq-section .box .wrapper {
        padding: 60px 60px;
    }

    .contact-section .left {
        font-size: 16px;
    }

    .contact-section .info-wrapper {
        line-height: 27px;
    }

    .form .form-row .form-box {
        padding: 10px;
    }

    .form .form-row {
        margin: 0 -10px;
    }

    .form .form-button .button {
        width: 100%;
        margin: 10px 10px;
    }

    .header .menu ul li a {
        font-size: 12px;
        padding: 8px 10px;
    }

    .header .menu ul li a.link-button {
        margin: 0 5px;
        padding: 0 10px;
        font-size: 12px;
        min-width: 130px;
    }

    .header .menu ul li.button {
        position: absolute;
        right: 160px;
        top: -20px;
    }

    .header .menu ul {
        margin-top: 15px;
    }

    .header .menu ul li.button:last-child {
        right: 15px;
    }

    header.fixed .header {
        padding: 30px 0;
    }
}

@media (min-width: 992px) {
    /*Mobile Menu*/
    .menu .logo, .menu .close-icon {
        display: none;
    }

    /*Mobile Menu*/
}

@media (max-width: 992px) {
    .header .menu ul li a:after {
        display: none;
    }

    .contact-section .left {
        margin-bottom: 30px;
    }

    .list-container .item {
        width: 33.333333333333336%;
        margin: 30px 0;
    }

    .list-container {
        flex-wrap: wrap;
        margin: 50px 0;
    }

    .list-container .item:nth-child(3):after,
    .list-container .item:nth-child(6):after {
        display: none;
    }


    .list-container .item:nth-child(4):after {
        display: block;
    }

    .section-bg-image:before {
        display: none;
    }

    .section.how-does-it-work {
        padding: 90px 0;
    }

    .faq-section .box {
        margin-bottom: 40px;
    }

    .mbis-section {
        padding: 180px 0 130px 0;
    }

    /*Mobile Menu*/
    header .header .menu ul li.button_wrap {
        display: none;
    }

    header .header .menu ul li:first-child a {
        border-top: 1px solid #82120b;
    }

    header .header .menu {
        position: fixed;
        left: 0;
        display: none;
    }

    .mobile-menu-button {
        float: right;
        display: inline-block;
        font-size: 38px;
        color: #fff;
        height: 56px;
        line-height: 56px;
    }

    header .header .menu {
        width: 100%;
        display: inline-block;
        float: left;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 99;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        direction: ltr;
        position: fixed;
        z-index: 9;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: rgba(0, 0, 0, 0.78);
        padding: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .header .menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    header .header .menu ul {
        margin: 0;
        max-width: 0;
        height: 100%;
        display: inline-block;
        float: left;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: all 300ms;
        position: relative;
        z-index: 2;
        background: #a90b00;
        padding: 121px 0 0 0;
    }

    .menu .close-icon {
        position: absolute;
        top: 0;
        font-size: 24px;
        color: #fff;
        display: inline-block;
        width: 100%;
        right: 10px;
        height: 100%;
        z-index: 1;
        padding-left: 310px;
    }

    header .header .menu.active ul {
        max-width: 300px;
    }

    header .header .menu nav {
        height: 100%;
        width: 100%;
    }

    header .header .menu ul li {
        width: 100%;
        display: inline-block;
        padding: 0;
        text-align: left;
        border: 0;
    }

    header .header .menu ul li a, header .header .menu ul li a:hover, header .header .menu ul li a:focus {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        border-bottom: 1px solid #82120b;
        font-weight: normal;
        padding: 10px 20px;
        background: #9a1209;
        color: #ffffff;
    }

    header .header .menu div.logo a {
        text-align: center;
    }

    header .header .menu div.logo {
        background: #a90b00;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        width: 300px;
        padding: 20px;
        text-align: center;
        justify-content: center;
        height: 120px;
    }

    .menu .close-icon i {
        float: left;
    }

    .menu-button {
        float: right;
        color: #fff;
        font-size: 25px;
        line-height: inherit;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
        background: #a30b0b;
        color: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 4px;
        padding: 0 10px;
    }

    .header {
        padding: 20px 0;
    }

    header.fixed .header {
        padding: 15px 0;
    }

    .header .menu ul li.button {
        display: none;
    }

    /*Mobile Menu*/
    .banner.homepage .carousel-item .right {
        display: none;
    }

    .header .mobile-button-group {
        float: right;
        display: inline-block;
        width: auto;
        display: flex;
        justify-content: space-between;
    }

    .header .mobile-button-group .link-button {
        height: 40px;
        line-height: 40px;
        min-width: 0;
        width: auto;
        font-size: 14px;
        margin: 0 5px;
    }
}

@media (max-width: 767px) {
    .modal-title {
        padding: 0;
        font-size: 18px;
    }

    .modal-body {
        font-size: 15px;
        line-height: 26px;
    }

    #modal-1 .modal-dialog .modal-content {
        padding: 20px;
    }

    body .modal-dialog, #modal-1 .modal-dialog {
        max-width: 90% !important;
        margin: 30px auto;
    }

    .modal-open .modal {
        padding: 0 !important;
    }

    .banner.homepage .carousel-item .left .title {
        font-size: 32px;
        line-height: 40px;
    }

    .banner.homepage .carousel-item .left .text {
        margin: 30px 0;
    }

    body .link-button {
        height: 50px;
        line-height: 50px;
        min-width: 180px;
        font-size: 16px;
    }

    .section .section-title .title {
        font-size: 30px;
    }

    .section .section-title {
        margin-bottom: 15px;
    }

    .section .text-container .sub-text {
        font-size: 22px;
    }

    .section.about-section .text-container {
        padding: 0;
        font-size: 16px;
        line-height: 32px;
    }

    .section {
        padding: 60px 0;
    }

    .list-container .item:after {
        display: none;
    }

    .list-container .item {
        width: 50%;
    }

    .list-container .item:last-child {
        margin-bottom: 0;
    }

    .mbis-section {
        padding: 160px 0 130px 0;
    }

    .faq-section .box .wrapper .section-title .title {
        font-size: 27px;
    }

    .faq-section .box .wrapper .accordion-wrapper .accordion .item .card-body {
        font-size: 14px;
        line-height: 23px;
        padding: 15px 0;
    }

    .faq-section .box .wrapper .accordion-wrapper .accordion .item .card-header .text {
        font-size: 15px;
    }

    .faq-section .box .wrapper {
        padding: 40px 20px;
    }

    .contact-section .contact-title .title {
    }

    .contact-section .info-wrapper {
        line-height: 25px;
    }

    .contact-section .left {
        font-size: 15px;
    }

    .contact-section .info-wrapper .address li {
        padding: 8px 0;
    }

    .form .form-row .form-box {
        padding: 5px !important;
    }

    .form .form-row {
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    .header .container {
        max-width: 100%;
    }

    .revealOnScroll {
        opacity: 1 !important;
        animation-delay: inherit !important;
        animation-duration: inherit !important;
    }

}

@media (max-width: 576px) {
    .modal-body {
        height: 400px;
    }

    .print-button {
        position: absolute;
        left: 0;
        top: 15px;
        left: 15px;
        width: calc(100% - 30px);
    }

    #modal-1 .modal-header {
        padding-top: 60px;
    }

    .header .mobile-button-group {
        clear: both;
        margin: 0;
        width: 100%;
        order: 1;
        justify-content: flex-end;
        margin-bottom: 10px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        padding: 10px 10px;
    }

    .mobile-link-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-end;
    }

    .menu-button {
        order: 2;
    }

    .header, header.fixed .header {
        padding: 55px 0 15px 0;
        padding: 15px 0 15px 0;
    }

    .header .mobile-button-group .link-button {
        font-size: 13px;
        height: 36px;
        line-height: 36px;
        width: 50%;
    }

    header .header .mobile-link-wrapper {
        display: flex !important;
        justify-content: flex-end !important;
        flex-wrap: wrap;
        position: inherit;
    }

    .section .text-container .sub-text {
        font-size: 17px;
        line-height: 25px;
        font-weight: 500;
    }

    .section.about-section .text-container {
        font-size: 15px;
        line-height: 29px;
    }

    .section .section-title:after {
        height: 2px;
    }

    .section .section-title .title {
        font-size: 27px;
    }

    .section .section-title .subtitle {
        font-size: 20px;
    }

    .section.about-section.dark > .container {
        padding: 40px 15px;
        border-radius: 0;
    }

    .list-container .item {
        width: 100%;
    }

    .list-container .item .text {
        padding: 0 60px;
    }

    .faq-section .box .wrapper .accordion-wrapper .accordion .item .card-header .icon {
        font-size: 25px;
        margin-right: 0;
    }

    .faq-section .box .wrapper .accordion-wrapper .accordion .item .card-header .text {
        font-size: 14px;
        line-height: 23px;
        padding-left: 35px;
    }

    .contact-section .info-wrapper .button-wrapper .link {
        margin: 5px 15%;
        width: 70%;
    }

    .contact-section .info-wrapper .social-media li a {
        width: 36px;
        height: 36px;
        font-size: 17px;
    }

    .contact-section .info-wrapper .social-media li {
        float: none;
        padding: 0 2px;
    }

    .contact-section .info-wrapper .social-media {
        text-align: center;
    }

    .form .form-row .form-box textarea {
        height: 200px;
    }

    .footer .col-12 {
        flex-wrap: wrap;
    }

    .footer .col-12 > * {
        width: 100%;
        text-align: center;
    }

    .footer .col-12 a {
        padding: 10px 0;
    }

    .banner.homepage .carousel-item .left .button-group .link-button {
        margin: 0 10px;
        font-size: 14px;
        min-width: 0;
    }

    .section-3 .item-wrapper .item {
        align-items: center;
    }

    .section-3 .item-wrapper .item .icon {
        height: 35px;
    }

    .banner.homepage {
        height: 108%;
    }


}

.card-boy-ul-list {
    list-style-type: lower-latin;
}

/*------------------- RESPONSIVE STYLE -------------------*/

/*KD Start*/
.erz-login-btn .button-login {
    width: 100%;
}
.kd-features.section-3 .item-wrapper .item {
    margin: 8px 0;
}
.form .form-button.kd-btn-radius button {
    border-radius: 4px;
}
/*Country Start*/
.kd-country-wrap{
    position:relative;
}
.kd-country-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    width: auto;
}
.kd-country-select {
    display: none;
}
.kd-country-select-option {
    list-style: none;
    max-height: 240px;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    display: none;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-right: none;
    margin-left: 14px;
    white-space: nowrap;
    text-align: left;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    z-index: 2;
}
.kd-country-select-option.active {
    display: block;
}
.kd-country-select-option img,.kd-select-virtual img{
    max-height: 20px;
}
.kd-select-virtual img {
    width: 30px;
}

.kd-country-select-option li {
   padding: 10px 5px;
   cursor:pointer;
}
.kd-country-select-option li img {
   padding-right:10px;
   width: 40px;
}
.kd-country-select-option li:hover {
   background-color:#e4e4e4;
}
.kd-select-virtual {
    cursor: pointer;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 20px;
    max-width:66px;
}
.form .form-row .form-box.kd-country-wrap input {
    padding-left: 52px;
}
.kd-country-arrow {
    margin-left: 1px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #e4e4e4;
}
.kd-country-arrow.up {
    border-top: none;
    border-bottom: 5px solid #e4e4e4;
}
/*Country End*/
@media screen and (max-width: 768px) {
    .kd-select-virtual {
        padding: 0 6px 0 12px;
    }
}
@media screen and (max-width: 578px) {
    .kd-lang-btn {
        width: 50% !important;
        margin-right: 58px !important;
    }
}
@media screen and (max-width: 225px) {
    .kd-lang-btn {
        z-index: 12;
    }

    .kd-erz-header .menu-button {
        z-index: 12;
    }
}
/*KD End*/
