@import url('https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


.font__family-exo-2 {
    font-family: 'Exo 2', sans-serif; }


body{
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    font-style:normal;
    -webkit-font-smoothing: antialiased !important;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1.75em;
    margin: 0;
}

.gl-modal-wrapper {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .4);
    display: block;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -150px;
    z-index: 60000001;
}

a {
    color: #025ba6;
    text-decoration: none;
}

.new-cards i {
    color: #0d5da4 !important;
}

a:hover {
    color: #ee7f22;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.mainmenu {
    position:relative;
}
.mainmenu.style-2 {
    padding-left:18px;
}
.slider-top {
    border:1px solid #ebebeb;
}

.mainmenu nav ul {
    margin:0;
    padding:0;
    list-style:none;
}

.mainmenu nav ul li {
    display:inline-block;
}
.mainmenu nav ul li a {
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    color:#333333;
    display:block;
    margin-right:25px;
    position:relative;
}

.mainmenu nav ul li.active a {
    border-bottom: 2px solid #0d5da4;
}

.mainmenu nav ul li.active a:hover {
    border-bottom: 2px solid #0d5da4;

}
.mainmenu nav ul li:last-child a {
    margin-right:0;
}
.mainmenu nav ul li a:hover {
    border-bottom: 1px solid #0d5da4;
    transition: .2s all ease-in;

}
.mainmenu.style-2 nav ul li a {
    padding:12px;
    margin-right:0;
}

.btn-light-green {
    border-color: #34be76;
    background-color: #34be76 !important;
    color: #ffffff !important;
}

.btn-light-green:hover {
    border-color: #55d090;
    background-color: #55d090 !important;
    color: #ffffff !important;
}

.btn-light-blue {
    border-color: #2388ED;
    background-color: #2388ED !important;
    color: #ffffff !important;
}

.btn-light-blue:hover {
    border-color: #225dbb;
    background-color: #225dbb !important;
    color: #ffffff !important;
}

.btn-light-info {
    border-color: #17a2b8;
    background-color: #17a2b8 !important;
    color: #ffffff !important;
}

.btn-light-info:hover {
    border-color: #17768c;
    background-color: #17768c !important;
    color: #ffffff !important;
}


.btn-light-green:focus  {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 190, 118, 0.25);
    box-shadow: 0 0 0 3px rgba(52, 190, 118, 0.25);
}

.bg-green {
    background-color: #34be76 !important;
}

.bg-dark-green {
    background-color: #21805C !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-blue-light {
    background-color: #2388ED !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.text-blue-black {
    color: #0d5da4 !important;
}

.link-blue-black {
    color: #0d5da4 !important;
}

.link-black {
    color: #333333 !important;
}

.link-black:hover {
    color: #686868 !important;
}

.link-blue-black:hover {
    color: #0d7ec6 !important;
}

.link-border-dashed-blue-bl {
    border-bottom: 1px dashed #0d5da4;
}

.link-border-dashed-black:hover {
    border-bottom: 0 !important;
}

.link-border-dashed-black {
    border-bottom: 1px dashed #333333;
}

.link-border-dashed-blue-bl:hover {
    border-bottom: 0 !important;
}

.bg-gray {
    background-color: #f8f8f8;
}

.text-333333 {
    color: #333333 !important;
}

.text-444444 {
    color: #444444 !important;
}

.text-555555 {
    color: #555555 !important;
}

.text-666666 {
    color: #666666 !important;
}

.text-777777 {
    color: #777777 !important;
}

.text-888888 {
    color: #888888 !important;
}

.text-999999 {
    color: #999999 !important;
}


.shadow-inset {
    -webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.5);
}

.btn-sadow:active {
    -webkit-box-shadow: inset 1px 1px 10px #333;
    -moz-box-shadow:    inset 1px 1px 10px #333;
    box-shadow:         inset 1px 1px 10px #333;
}

.side-panel-wrap {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 50px 0 0 0px;
    position: relative;
    top: 0;
    width: 100%;
    display: block;
}

#side-panel-trigger-close {
    /*left: 7px;*/
    /*margin: 10px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*text-align: center;*/
    /*vertical-align: center;*/
}

.side-panel-widget {

}


#will-be-mobile ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#will-be-mobile ul li {
    width: 100%;
    margin: 0;
    float: left;
    display: inline-block;
}

#will-be-mobile ul li.active {
    background-color: #bdbdbd !important;
}

#will-be-mobile ul li.active a {
    color: #ffffff;
}

#will-be-mobile ul li a {
    width: 100%;
    padding: 13px 17px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 14px;;
    color: #555d65;
    border-bottom: solid 1px #e9ecef;
    transition: color 0.3s;
}


.side-panel-widget {
    display: block !important;
}

.sl-wrapper {
    background-color: rgba(0,0,0,.4) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-prev-1 {
    width: 44px;
    height: 44px;
    color: #2e2e2e !important;
    position: absolute;
    top: 50%;
    margin: -22px 0 0 0 !important;
    left: 0;
    display: block !important;
    border:0 solid black;
    z-index: 1000;
    background: rgba(219, 219, 219, 0.8) !important;
    border-radius: 0 !important;
    cursor: pointer;
}

.owl-next-1 {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin: -22px 0 0 0 !important;
    right: 0;
    display: block !important;
    border:0 solid black;
    z-index: 1000;
    background: rgba(219, 219, 219, 0.8) !important;
    color: #2e2e2e !important;
    border-radius: 0 !important;
    cursor: pointer;
}

.owl-prev-1 i, .owl-next-1 i {
    padding-top: 5px;
}

.owl-prev-2 {
    width: 32px;
    height: 32px;
    color: #2e2e2e !important;
    position: absolute;
    top: 50%;
    margin: -16px 0 0 0 !important;
    left: 0;
    display: block !important;
    border:0 solid black;
    z-index: 1000;
    background: rgba(219, 219, 219, 0.4) !important;
    border-radius: 0 !important;
    cursor: pointer;
}

.owl-next-2 {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin: -16px 0 0 0 !important;
    right: 0;
    display: block !important;
    border:0 solid black;
    z-index: 1000;
    background: rgba(219, 219, 219, 0.4) !important;
    color: #2e2e2e !important;
    border-radius: 0 !important;
    cursor: pointer;
}

.owl-prev-2 i, .owl-next-2 i {
    padding-top: 5px;
}

.btn-ar {
    border: solid 2px #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    padding: 13px 45px;
    position: relative;
    text-shadow: none;
    color: #FFFFFF !important;
    z-index: 50;
    border-radius: 0px;
    background: none !important;
}

.btn-ar:hover {
    border: solid 2px #ee7f22;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    padding: 13px 45px;
    position: relative;
    text-shadow: none;
    color: #ee7f22 !important;
    z-index: 50;
    border-radius: 0px;
    background: none !important;
}

.right-line {
    color: #0d5da4;
    margin: 30px 0 30px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.right-line:after {
    background-color: #ddd;
    border-left: solid 20px #fff;
    content: '\a0';
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 55%;
    width: 100%;
}
.wrap-primary-color .right-line:after {
    border-left-color: #808080;
}


.icon-ar {
    background-color: #0d5da4;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 2.2;
    margin: 0 5px 5px 0;
    text-align: center;
    width: 40px;
}

.icon-ar2 {
    background-color: #ef7f1a;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 2.2;
    margin: 0 5px 5px 0;
    text-align: center;
    width: 40px;
}

.icon-ar.icon-ar-square {
    border-radius: 0;
}
.icon-ar.icon-ar-round {
    border-radius: 5px;
}
.icon-ar.icon-ar-circle {
    border-radius: 100px;
}
.icon-ar.icon-ar-inverse {
    background-color: transparent;
    border: solid 1px #808080;
    color: #808080;
}
.icon-ar.icon-ar-sm {
    font-size: 16px;
    height: 32px;
    line-height: 2;
    width: 32px;
}
.icon-ar.icon-ar-lg {
    font-size: 22px;
    height: 50px;
    line-height: 2.2;
    width: 50px;
}
.icon-ar.icon-ar-xl-lg {
    font-size: 36px;
    height: 80px;
    line-height: 2.2;
    width: 80px;
}
.icon-ar.icon-ar-xxl-lg {
    font-size: 48px;
    height: 120px;
    line-height: 2.6;
    width: 120px;
}
.icon-ar.icon-ar-white {
    background-color: #fff;
    color: #808080;
}
.icon-ar.icon-ar-white.icon-ar-inverse {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}
.icon-ar.icon-ar-danger {
    background-color: #d9534f;
}
.icon-ar.icon-ar-warning {
    background-color: #f0ad4e;
}
.icon-ar.icon-ar-success {
    background-color: #02c66c;
}
.icon-ar.icon-ar-info {
    background-color: #54c8eb;
}
.icon-ar.icon-ar-help {
    background-color: #ac60d0;
}
.icon-ar.icon-ar-black {
    background-color: #333;
}
.icon-ar.icon-ar-inverse.icon-ar-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.icon-ar.icon-ar-inverse.icon-ar-danger {
    background-color: transparent;
    border-color: #d9534f;
    color: #d9534f;
}
.icon-ar.icon-ar-inverse.icon-ar-warning {
    background-color: transparent;
    border-color: #f0ad4e;
    color: #f0ad4e;
}
.icon-ar.icon-ar-inverse.icon-ar-success {
    background-color: transparent;
    border-color: #02c66c;
    color: #02c66c;
}
.icon-ar.icon-ar-inverse.icon-ar-info {
    background-color: transparent;
    border-color: #54c8eb;
    color: #54c8eb;
}
.icon-ar.icon-ar-inverse.icon-ar-help {
    background-color: transparent;
    border-color: #ac60d0;
    color: #ac60d0;
}
.icon-ar.icon-ar-inverse.icon-ar-black {
    background-color: transparent;
    border-color: #333;
    color: #333;
}

.inner-cards .card {
    transition: box-shadow .3s;
    border-radius: 0 !important;
}

.inner-cards a {
    color: #0d5da4 !important;
}

.inner-cards .card:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.top-side-line-2::after {
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -8px;
    width: 80px;
    background-color: #ec7f31;
}

.top-side-line-3::after {
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -8px;
    width: 80px;
    background-color: #0d5da4;
}

.btn {
    transition: box-shadow .3s !important;
}

.wave-effect:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.bg-semitransparent {
    background-color: rgba(60,60,60,0.8);
}

.shadow-hov {
    transition: box-shadow .3s;
}

.shadow-hov:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.card-link {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #FFFFFF;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    color: #fff !important;
}

.card-link:hover {
    color: #ee7f22 !important;
    border: 1px solid #ee7f22;
}

.three_cols,
.two_cols {
    overflow: hidden;
}
.three_cols > li,
.two_cols > li {
    float: left;
}
.two_cols > li {
    width: 50%;
}
.three_cols > li {
    width: 33.3333%;
}

.social-links {
    list-style: none;
}

.social-links li {
    display: inline-block;
    margin-right: 15px;
}

.social-links li a i {
    font-size: 19px !important;
}


a.vk:hover{
    color:#45668e;
}
.facebook:hover{
    color:#3b5998
}
.youtube:hover{
    color:#b00
}
.instagram:hover{
    color:#517fa4
}
.ok:hover{
    color:#f2720c
}
.telegram:hover{
    color:#35ace1
}

.white {
    color: #FFFFFF !important;
}

.iforms-align {
    min-width: 45px !important;
    text-align: center !important;
}

.iforms-align i {
    margin: 0 auto !important;
}

.footer {
    /*border-top: 1px solid #e3e3e3 !important;*/
}

.footer a {
    color: #363636 !important;
}

.border-left {
    border-left: 1px solid #d5d5d5 !important;
}

.breadcrumb {
    background: none;
    margin: 0 0 8px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 0.85em;
    text-shadow: none;
}

.breadcrumb > li {
    line-height: 24px;
}

.breadcrumb > li a {
    color: #0d5da4 !important;
}


.breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    padding: 0 7px 0 5px;
    font-weight: 900;
}

.left-service-menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.left-service-menu li {
    padding: 11px 10px 11px 20px;
    margin-bottom: 4px;
    background-color: #f0f0f0;
}

.left-service-menu li.active {
    background-color: #1c63b8;
    border-color: #1c63b8;
}

.left-service-menu li.active a {
    color: #ffffff;
}

.left-service-menu li a {
    color: #333;
    display: block;
    font-size: 15px;
    position: relative;
}

.bg-gray-1 {
    background-color: #f0f0f0;
}

.price-part .card {
    border-radius: 0 !important;
}

.btn-link {
    cursor: pointer !important;
}

.border-dash {
    color: #0d5da4;
    border-bottom: 1px dashed #0d5da4;
}

.border-dash:hover {
    color: #0d5da4;
    border-bottom: 0px dashed #0d5da4;
}

.btn {
    border-radius: 0 !important;
}

.input-group-text {
    border-radius: 0 !important;
}

.form-control, .input-group, .input-group-text {
    border-radius: 0 !important;
}

.custom-select {
    border-radius: 0 !important;
}

.inner-actions a {
    color: #666666;
}

.inner-actions a:hover {
    color: #222222;
}

.inner-actions .media {
    transition: box-shadow .3s;
    box-shadow: 0 0 9px rgba(33,33,33,.1);
}

.inner-actions .media:hover {
    box-shadow: 0 0 19px rgba(33,33,33,.2);
}

.modal-content {
    border-radius: 0 !important;
}


ul.tyresuls {
    list-style: none;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

ul.tyresuls li {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

ul.tyresuls li i {
    color: #3db869;
    margin-right: 7px;
}

.hidden {
    display: none!important;
}


.extra {
    min-height: 240px !important;
}

.prices-table .td-check {
    width: 40px;
}

.em-primary {
    color: #808080;
}
.em-success {
    color: #02c66c;
    /*font-size: 24px !important;*/
}
.em-info {
    color: #54c8eb;
}
.em-warning {
    color: #f0ad4e;
}
.em-danger {
    color: #d9534f !important;
}
.em-help,
.em-royal {
    color: #ac60d0;
}
.em-primary-inverse {
    background-color: #808080;
    border-radius: 2px;
    color: #fff;
    padding: 0 5px;
}
.em-success-inverse {
    background-color: #02c66c;
    border-radius: 2px;
    color: #fff;
    padding: 0 5px;
}
.em-info-inverse {
    background-color: #54c8eb;
    border-radius: 2px;
    color: #fff;
    padding: 0 5px;
}
.em-warning-inverse {
    background-color: #f0ad4e;
    border-radius: 2px;
    color: #fff;
    padding: 0 5px;
}
.em-danger-inverse {
    background-color: #d9534f;
    border-radius: 2px;
    color: #fff;
    padding: 0 5px;
}
.em-royal-inverse {
    background-color: #ac60d0;
    border-radius: 2px;
    color: #fff;
    padding: 0 5px;
}

.prices-table tr, .cur-red {
    cursor: pointer;
}

a, button, input, select {
    outline: none !important;
}

.content-part {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.content-part p, .content-part ul, .content-part sup {
    margin-bottom: 20px;
}

.content-part h1, .content-part h2, .content-part h3, .content-part h4, .content-part h5, .content-par h6 {
    margin-bottom: 10px;
}

ul.menu-office {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: block;
    margin-bottom: 50px;
}

ul.menu-office li {
    margin: 0 20px;
    display: inline-block;
}

ul.menu-office li a {
    color: #0d5da4;
    text-decoration: none;
    font-size: 17px;
}

ul.menu-office li a:hover {
    color: #333333;
    border-bottom: 1px solid #333333;
}

ul.menu-office li.active a {
    color: #333333;
    border-bottom: 2px solid #333333;
}

.boder-raidus-0 {
    border-radius: 0 !important;
}

.border-222222 {
    border: 1px solid #222222!important;
}

.border-d5d5d5 {
    border: 1px solid #d5d5d5!important;
}

.office-profile {
}

.office-profile__param {
    color: #555555;
    font-size: 15px;
}

.office-profile__param i {
    cursor: pointer;
    margin-left: 6px;
    font-size: 13px !important;
}

.office-profile__data {
    font-size: 16px;
}

.tooltip>.tooltip-inner {
    padding: 5px !important;
    font-size: .9em !important;
}

.link-333333 {
    color: #333333;
}

.link-333333 {
    color: #000000;
}

.link-333333:hover {
    text-decoration: none !important;
    color: #000000;
}

.dropdown-menu {
    border-radius: 0 !important;
}

#userOffice .nav-tabs {
    border: none !important;
}

#userOffice .nav-tabs .nav-link {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #f6f6f6 !important;
}

#userOffice .nav-tabs .nav-link.active {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #025ba6 !important;
}

#userOffice .nav-tabs .nav-link:hover {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #f6f6f6 !important;
}

.office-auth-register-wrapper {
    border-radius: 0 !important;
}

.shadow-sm-serv {
    box-shadow: .15rem .225rem .75rem rgba(0,0,0,.075)!important;
}

.shadow-sm-serv:hover {
    box-shadow: .15rem .425rem 1rem rgba(0,0,0,.15)!important;
}

.serv-badges {
    top: 7px;
    right: 11px;
}


.call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4.6153846154em 0;
    /* If have parallax */
    /* Call To Action with Text Background */
}

/*.call-to-action h1, .call-to-action h2, .call-to-action h3, .call-to-action h4, .call-to-action h5, .call-to-action h6 {*/
    /*margin-bottom: 0;*/
/*}*/

/*.call-to-action h2 {*/
    /*font-size: 2.1em;*/
/*}*/

/*.call-to-action p {*/
    /*font-size: 1.1em;*/
/*}*/

.call-to-action .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action .btn:not([class*="btn-icon-effect"]) strong {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin-left: 12.8px;
    margin-left: 0.8rem;
}

.call-to-action > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action > [class*="col-"]:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

@media (max-width: 767px) {
    .call-to-action > [class*="col-"]:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.call-to-action .container, .call-to-action .container-fluid {
    position: relative;
    z-index: 3;
}

.call-to-action .container > .row, .call-to-action .container-fluid > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.call-to-action .container > .row > [class*="col-"], .call-to-action .container-fluid > .row > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

@media (max-width: 767px) {
    .call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .call-to-action > [class*="col-"]:not([class*="col-xs"]) {
        width: 100%;
    }

    .call-to-action .container > .row [class*="col-"]:not([class*="col-xs"]) {
        width: 100%;
    }
}

.call-to-action.call-to-action-height-1 {
    padding: 24.615px 0;
    padding: 1.5384615385rem 0;
}

.call-to-action.call-to-action-height-2 {
    /*padding: 49.23px 0;*/
    /*padding: 3.0769230769rem 0;*/
}

.call-to-action.call-to-action-height-3 {
    padding: 73.846px 0;
    padding: 4.6153846154rem 0;
}

.call-to-action.call-to-action-height-4 {
    padding: 98.461px 0;
    padding: 6.1538461538rem 0;
}

.call-to-action.call-to-action-height-5 {
    padding: 123.076px 0;
    padding: 7.6923076923rem 0;
}

.call-to-action.call-to-action-text-light .call-to-action-content h1, .call-to-action.call-to-action-text-light .call-to-action-content h2, .call-to-action.call-to-action-text-light .call-to-action-content h3, .call-to-action.call-to-action-text-light .call-to-action-content h4, .call-to-action.call-to-action-text-light .call-to-action-content h5, .call-to-action.call-to-action-text-light .call-to-action-content h6, .call-to-action.call-to-action-text-light .call-to-action-content p, .call-to-action.call-to-action-text-light .call-to-action-content a:not(.btn), .call-to-action.call-to-action-text-light .call-to-action-content span {
    color: #FFF;
}

.call-to-action .parallax-background {
    z-index: 0 !important;
}

.call-to-action.call-to-action-text-background {
    position: relative;
    overflow: hidden;
}

.call-to-action.call-to-action-text-background .text-background {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    font-size: 5em;
    line-height: 0.1;
    opacity: 0.1;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .call-to-action.call-to-action-text-background .text-background {
        max-width: 710px;
        font-size: 8em;
    }
}

@media (min-width: 992px) {
    .call-to-action.call-to-action-text-background .text-background {
        max-width: 940px;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .call-to-action.call-to-action-text-background .text-background {
        max-width: 1140px;
        font-size: 11em;
    }
}

.call-to-action.call-to-action-text-background .text-background.appear-animation {
    opacity: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .call-to-action .call-to-action-content,
    .call-to-action .call-to-action-btn {
        margin: 0;
        padding: 20px;
        position: static;
        width: auto;
    }
}

.section.section-background {
    background-position: 0 50%;
    background-repeat: repeat;
    z-index: 1;
}

.section.section-skew {
    position: relative;
    overflow: hidden;
}

.section.section-skew .section-skew-layer {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
}

.section.section-skew .section-skew-layer.skew-layer-from-right, .section.section-skew .section-skew-layer[data-skew-layer-from="right"] {
    left: 105%;
}

.section.section-skew > .container {
    position: relative;
    z-index: 3;
}

@media (max-width: 991px) {
    .section.section-skew .section-skew-layer.section-skew-layer-mobile-right {
        left: 90% !important;
    }
}

.bg-dark-5 {
    background-color: #2E3237 !important;
}

.bg-light-green {
    background-color: #34be76 !important;
}

.bg-dark-blue {
    background-color: #0d5da4;
}

.link-f6f6f6 {
    color: #f6f6f6;
    text-decoration: underline;
}

.link-f6f6f6:hover {
    color: #f6f6f6;
    text-decoration: none;
}

.serv-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0 !important;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,.4) 0%, rgba(255,255,255,.7) 0%, rgba(210,210,210,.8) 100%);
}

.line-left {
    position: relative;
    padding: 3px 0 4px 20px;
}

.line-left:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    width: 4px;
    border-radius: 2px;
    background: #0d5da4;
}