.text-md {
    font-size: 36px !important;
    font-weight: 700;
}

.main-form-banner {
    margin-bottom: 90px;
}

.main-form-banner > .card-body {
    background-color: #fff;
    color: #fff;
    border-radius: 14px;
    padding-top: 30px;
    box-shadow: 0px 0px 10px 0px #0000006e;
}

.main-form-banner form {
    display: flex;
    align-items: start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.main-form-banner form > div {
    flex: calc(33.3% - 30px);
    margin-bottom: 10px;
}

.main-form-banner form textarea.form-control.bg-gray.rounded-half {
    height: 40px;
    width: 100%;
}

.main-form-banner form > div:nth-child(5) {
    flex: 64%;
}

.main-form-banner form > div:nth-child(6) {
    flex: 16%;
}

.main-form-banner form > div:nth-child(7) {
    flex: 0%;
}

.main-form-banner form > div button.btn.btn-info.btn-rounded.row-inline.m-r-10 {
    height: 45px;
    border-radius: 14px;
    margin: 0;
}

.box-icon-md > h3 {
    font-size: 18px !important;
    font-weight: bold;
}

.box-icon-md > p {
    font-size: 12px;
    line-height: 20px;
}

.box-icon-lg.box-icon-md {
    height: 100% !important;
    min-height: 250px !important;
}

.column-left-block {
    background-color: #222429;
    background-image: url('../images/bg-img-2.png');
    background-position: 223px 173px;
    background-repeat: no-repeat;
    display: flex;
    border-radius: 30px;
    padding: 70px;
    color: #fff;
    flex-direction: column;
    text-align: left;
    height: 100%;
    justify-content: center;
}

.icon-info-boxWrapper {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.icon-info-boxWrapper > .icon-info-box {
    width: 33%;
    padding: 25px;
    border: 1px solid #f7f7f7;
    position: relative;
    min-height: 230px;
}

.icon-info-box > .icon > i {
    font-size: 40px;
}

.icon-info-box > .icon {
    height: 60px;
    margin-bottom: 15px;
}

.icon-info-box > h4 {
    font-size: 16px;
}

.icon-info-box > p {
    font-size: 12px;
    margin-bottom: 0;
}

.main-banner {
    background: #222429;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 50px 40px;
    padding-bottom: 0;
    margin-top: 80px;
}

.photo-box.overflow-img {
    position: relative;
    margin-top: -202px;
    width: 421px;
    height: 665px;
}

.banner-content > h3 {
    font-weight: bold;
    font-size: 50px;
}

.mt-40 {
    margin-top: 40px !important
}

.bg-dark-color {
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+33,1a1421+33,ffffff+33,1a1421+33,1a1421+100 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 33%,#1a1421 33%,#ffffff 33%,#1a1421 33%,#1a1421 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tinker-box-wrapper {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #423353;
}

.tinkerBox {
    display: flex;
    gap: 15px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.tinkerBox > h2 {
    margin: 0;
    font-size: 80px;
    font-weight: bold;
}

.tinkerBox > span {
    font-size: 18px;
    width: 150px;
}

.icon-info-box:before {
    background-color: #03a9f3;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    transition: all 400ms ease;
    z-index: -1;
}

.icon-info-box:hover:before {
    height: 100%;
} 

.icon-info-boxWrapper > .icon-info-box h4, .icon-info-boxWrapper > .icon-info-box i, .icon-info-boxWrapper > .icon-info-box p {
    transition: all 400ms ease;
}

.icon-info-boxWrapper > .icon-info-box:hover h4, .icon-info-boxWrapper > .icon-info-box:hover i, .icon-info-boxWrapper > .icon-info-box:hover p {
    color: #ffff;
}

.icon-l-box.icon-center-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0;
}

.icon-l-box.icon-center-box .icon-l {
    background-color: #03a9f3;
    border-radius: 50%;
    color: #000;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    transition: all 300ms ease;
}

.icon-l-box.icon-center-box .icon-l > i {
    font-size: 36px;
    color: #000000;
}

.icon-l-box.icon-center-box > .box-content-r h3 {
    font-size: 18px;
}

.icon-l-box.icon-center-box > .box-content-r > p {
    font-size: 14px;
}

.icon-l-box.icon-center-box > .box-content-r {
    max-width: 220px;
    width: 100%;
    margin: 0;
}

.working-count {
    background-color: #222429;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: -5px;
    transition: all 400ms ease;
}

.icon-l-box.icon-center-box:hover .icon-l .working-count {
    background-color: #03a9f3;
    color: #222429;
    top: 90px;
    left: 80px;
    transform: scale(-1) rotate(-180deg);
}

.icon-l-box.icon-center-box:hover .icon-l {
    background-color: #222429;
}

.icon-l-box.icon-center-box:hover .icon-l i {
    color: #03a9f3;
}

.icon-l-box.icon-center-box .icon-l:after {
    position: absolute;
    content: "";
    width: 163px;
    height: 100px;
    left: calc(0% + 180px);
    top: 120px;
    margin: 0 auto;
    background-image: url('../images/icon-arrow.png');
    transform: translateY(-50%);
    content: "";
    z-index: -1;
}

.icon-l-box.icon-center-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0;
}

.icon-l-box.icon-center-box .icon-l {
    background-color: #03a9f3;
    border-radius: 50%;
    color: #000;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    transition: all 300ms 
ease;
}

.icon-l-box.icon-center-box .icon-l > i {
    font-size: 36px;
    color: #000000;
}

.icon-l-box.icon-center-box > .box-content-r h3 {
    font-size: 18px;
}

.icon-l-box.icon-center-box > .box-content-r > p {
    font-size: 14px;
}

.icon-l-box.icon-center-box > .box-content-r {
    max-width: 220px;
    width: 100%;
    margin: 0;
}

.working-count {
    background-color: #222429;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: -5px;
    transition: all 400ms ease;
}

.icon-l-box.icon-center-box:hover .icon-l .working-count {
    background-color: #03a9f3;
    color: #222429;
    top: 90px;
    left: 80px;
    transform: scale(-1) rotate(-180deg);
}

.icon-l-box.icon-center-box:hover .icon-l {
    background-color: #222429;
}

.icon-l-box.icon-center-box:hover .icon-l i {
    color: #03a9f3;
}

.icon-l-box.icon-center-box .icon-l:after {
    position: absolute;
    content: "";
    width: 163px;
    height: 100px;
    left: calc(0% + 180px);
    top: 120px;
    margin: 0 auto;
    background-image: url('../images/icon-arrow.png');
    transform: translateY(-50%);
    content: "";
    z-index: -1;
}

.on-boarding .col-md-4:last-child .icon-l-box.icon-center-box .icon-l:after {
    display: none;
}

.process-subscribe {
    max-width: 700px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin: 5px auto;
}

.process-subscribe .form-merged {
    display: flex;
    padding: 6px;
}

.form-merged > .form-control {
    border: none;
    width: 80%;
    border-radius: 50px;
}

.form-merged > .btn {
    width: 20%;
}

.footer-logo {
    width: 200px;
}

.footer-logo > img {
    width: 100%;
    filter: brightness(10.5);
}

.footer-content > p {
    font-size: 14px;
    margin: 15px 0;
}

.icon-contact {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.icon-contact > li > i {
    font-size: 32px;
    color: #03a9f3;
}

.icon-contact > li {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffff;
    font-size: 16px;
}

.elementor-toggle-item {
    border: 0.0625rem rgba(34, 47, 89, .15) solid;
    border-radius: 10px;
    background-color: #eaeae9;
    margin-bottom: 1.875rem;
    padding: 20px;
}

.elementor-toggle .elementor-tab-title {
    border-block-end: 1px solid #d5d8dc;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 15px;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right;
    display: inline-block;
    width: 1em;
}

.elementor-tab-content.elementor-clearfix {
    padding: 30px;
    font-size: 14px;
    line-height: 14px;
}

.full-img > img {
    width: 100%;
}

.content > h2 {
    font-size: 46px;
    margin-bottom: 40px;
}

.content > p {
    font-size: 16px;
    line-height: 26px;
}

.content {
    padding: 40px;
}