@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&amp;family=Jost:wght@300;400;500&amp;display=swap");
/*-- Common Style --*/
*, *::after, *::before {box-sizing: border-box;margin: 0;padding: 0;}
body {font-size: 14px;line-height: 1.75;font-weight: 400;font-family: "Jost", sans-serif;outline: none;visibility: visible;overflow-X: hidden;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: "";}
body[dir="rtl"] {text-align: right;}
h1, h2, h3, h4, h5, h6 {font-family: "Barlow", sans-serif;color: #0e0e0e;font-weight: 700;margin-top: 0;line-height: 1.5;margin-bottom: 0;}
h1 {font-size: 36px;}
@media only screen and (max-width: 767px) {h1 {font-size: 30px;}}
h2 {font-size: 30px;}
@media only screen and (max-width: 767px) {h2 {font-size: 24px;}}
h3 {font-size: 24px;}
@media only screen and (max-width: 767px) {h3 {font-size: 20px;}}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}
p {text-align: justify;}
a, button {color: inherit;display: inline-block;line-height: inherit;text-decoration: none;cursor: pointer;}
a, button, img, input {transition: all 0.3s linear;outline: 0;}
img{max-width: 100%;}
a:focus, button:focus, img:focus, input:focus {outline: 0;}
a:focus {color: none;outline: none;text-decoration: none;}
a:hover {text-decoration: none;color: #086ad8;}
ul, ol {padding: 0;list-style: none;margin: 0;}
button, input[type="submit"] {cursor: pointer;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {opacity: 1;}
input:-moz-placeholder, textarea:-moz-placeholder {opacity: 1;}
input::-moz-placeholder, textarea::-moz-placeholder {opacity: 1;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {opacity: 1;}
.section,.main-wrapper {float: left;width: 100%;}
.section-padding {padding-top: 120px;padding-bottom: 120px;}
@media only screen and (max-width: 1199px) {.section-padding {padding-top: 100px;padding-bottom: 100px;}}
@media only screen and (max-width: 991px) {.section-padding {padding-top: 80px;padding-bottom: 80px;}}
@media only screen and (max-width: 767px) {.section-padding {padding-top: 60px;padding-bottom: 60px;}}
.section-padding-02 {padding-top: 120px;}
@media only screen and (max-width: 1199px) {.section-padding-02 {padding-top: 100px;}}
@media only screen and (max-width: 991px) {.section-padding-02 {padding-top: 80px;}}
@media only screen and (max-width: 767px) {.section-padding-02 {padding-top: 60px;}}
.section-padding-03 {padding-top: 140px;}
@media only screen and (max-width: 1199px) {.section-padding-03 {padding-top: 100px;}}
@media only screen and (max-width: 991px) {.section-padding-03 {padding-top: 80px;}}
@media only screen and (max-width: 767px) {.section-padding-03 {padding-top: 60px;}}
.section-title .title {font-size: 48px;line-height: 54px;font-family: "Barlow", sans-serif;font-weight: 600;color: #0e0e0e;}
@media only screen and (max-width: 767px) {.section-title .title {font-size: 30px;line-height: 36px;}}
.section-title .title.white {color: #ffffff;}
.section-title .sub-title {font-size: 14px;line-height: 30px;font-family: "Jost", sans-serif;font-weight: 500;color: #086ad8;letter-spacing: 1px;text-transform: uppercase;margin-bottom: 12px;}
.section-title .sub-title.color-2 {color: #ff5538;}
.section-title .sub-title.color-3 {color: #086ad8;}
.section-title .sub-title.white {color: #ffffff;}
.section-title2 {max-width: 690px;margin: 0 auto;}
.section-title2 .title {font-size: 48px;line-height: 54px;font-family: "Barlow", sans-serif;font-weight: 800;color: #333333;}
.section-title2 .title span {color: #086ad8;}
@media only screen and (max-width: 1199px) {.section-title2 .title {font-size: 36px;line-height: 48px;}}
@media only screen and (max-width: 767px) {.section-title2 .title {font-size: 28px;line-height: 36px;}}
.section-title2 .sub-title {font-size: 12px;line-height: 30px;font-family: "Barlow", sans-serif;font-weight: 800;color: #a1a1a1;text-transform: uppercase;margin-bottom: 10px;}
.section-title2 p {font-size: 16px;line-height: 30px;font-family: "Barlow", sans-serif;font-weight: 600;color: #4c4d56;padding: 0 50px;margin-top: 20px;}
.swiper-pagination .swiper-pagination-bullet {border-radius: 50%;background-color: #e8e8e8;width: 7px;height: 7px;transition: all 0.3s linear;position: relative;opacity: 1;}
.swiper-pagination .swiper-pagination-bullet::after {content: "";position: absolute;left: -7px;top: -7px;border: 1px solid #57585a;transform: scale(0);width: calc(100% + 14px);height: calc(100% + 14px);border-radius: 50%;transition: all 0.3s linear;}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #086ad8;}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {transform: scale(1);}
@-webkit-keyframes preloader {0% {transform: scale(0, 0);opacity: 0.5;}
100% {transform: scale(1, 1);opacity: 0;}}
@keyframes preloader {0% {transform: scale(0, 0);opacity: 0.5;}
100% {transform: scale(1, 1);opacity: 0;}}
label {display: block;line-height: 1;margin-bottom: 10px;font-weight: 400;text-transform: capitalize;}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {border: 1px solid #ebebeb;box-shadow: none;color: #415674;border-radius: 4px;background-color: #ffffff;margin-bottom: 0;padding: 10px 25px;max-width: 100%;width: 100%;font-size: 13px;line-height: 30px;font-weight: 600;transition: all 0.3s linear;}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
textarea:focus {outline: none;border-color: #086ad8;}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {opacity: 0.95;font-size: 13px;color: #898c94;font-weight: 600;}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder,
textarea:-moz-placeholder {opacity: 0.95;font-size: 13px;color: #898c94;font-weight: 600;}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder,
textarea::-moz-placeholder {opacity: 0.95;font-size: 13px;color: #898c94;font-weight: 600;}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {opacity: 0.95;font-size: 13px;color: #898c94;font-weight: 600;}
.btn-margin {margin-top: 40px;}
.btn-wrap {display: flex;flex-wrap: wrap;margin: -5px;}
.btn-wrap .btn {margin: 5px;}
.btn {display: inline-block;overflow: hidden;transform: perspective(0) translateZ(0);background: linear-gradient(195deg, #086ad8 0%, #42b9ff 100%);box-shadow: 0 0 1px rgba(0, 0, 0, 0);border-color: transparent;color: #ffffff;border-radius: 5px;font-size: 18px;font-family: "Barlow", sans-serif;font-weight: 700;height: 60px;line-height: 56px;padding: 0px 70px;border: 0;border-style: solid;box-shadow: none;transition: all 0.5s ease 0s;cursor: pointer;z-index: 1;position: relative;}
.btn::before {content: "";background: #0e0e0e;height: 50%;width: 0;position: absolute;top: 0;left: 0;right: auto;transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index: -1;}
.btn::after {content: "";background: #0e0e0e;height: 50%;width: 0;position: absolute;bottom: 0;right: 0;left: auto;transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index: -1;}
.btn:focus, .btn:focus:active {  box-shadow: none;}
.btn:hover {color: #ffffff;}
.btn:hover::before {width: 100%;right: 0;left: auto;}
.btn:hover::after {width: 100%;left: 0;right: auto;}
.btn-3 {height: 50px;line-height: 45px;font-size: 14px;padding: 0 40px;background: #ff5538;color: #ffffff;}
.btn-4 {height: 50px;line-height: 48px;font-size: 18px;padding: 0 45px;background: #086ad8;box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);color: #ffffff;}
.btn-4:hover {background: #ffffff;color: #086ad8;}
.btn-round {border-radius: 100px;}
.btn-square {border-radius: 0;}
[class*="btn-icon-"] i {position: absolute;top: 0;width: 60px;height: 60px;line-height: 28px;text-align: center;padding: 15px;background-color: rgba(0, 0, 0, 0.1);}
.btn-icon-left {padding-left: 69px;}
.btn-icon-left i {left: 0;right: auto;}
.btn-icon-right {padding-right: 69px;}
.btn-icon-right i {left: auto;right: 0;}
.btn-primary {background-color: #086ad8;border-color: #086ad8;color: #ffffff;}
.btn-primary:hover {background-color: #086ad8;border-color: #086ad8;}
.btn-secondary {background-color: #000c29;border-color: #000c29;color: #ffffff;}
.btn-secondary:hover {background-color: #000c29;border-color: #000c29;}
.btn-white {background-color: #ffffff;border-color: #ffffff;color: #0e0e0e;box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);}
.btn-white::after {background: #086ad8;}
.btn-white::before {background: #086ad8;}
.header-section {position: absolute;left: 0;top: 0;background: #ffffff;width: 100%;z-index: 999;}
@media only screen and (max-width: 991px) {.header-section {padding: 15px 0;}}
.header-wrap {display: flex;justify-content: space-between;align-items: center;}
.header-logo a img {width: 300px;}
@media only screen and (max-width: 1199px) {.header-logo a img {width: 130px;}}
.header-menu .main-menu {display: flex;}
.header-menu .main-menu li {position: relative;padding: 30px 25px;}
@media only screen and (max-width: 1199px) {.header-menu .main-menu li {padding: 30px 20px;}}
.header-menu .main-menu li a {font-size: 15px;font-family: "Barlow", sans-serif;font-weight: 700;text-transform: capitalize;color: #0e0e0e;}
.header-menu .main-menu li.active-menu > a {color: #086ad8;}
.header-menu .main-menu li.active-menu > .menu-icon::after {color: #086ad8;}
.header-menu .main-menu li .menu-icon::after {content: '\f16c';font-family: "flaticon";font-size: 10px;color: #94a0b9;margin-left: 5px;transition: all 0.3s linear;}
.header-menu .main-menu li:hover > .menu-icon::after {color: #086ad8;}
.header-menu .main-menu li:hover > a {color: #086ad8;}
.header-menu .main-menu li:hover > .sub-menu {opacity: 1;visibility: visible;top: 100%;}
.header-menu .main-menu li .sub-menu {position: absolute;left: 0;top: 110%;width: 300px;background: #ffffff;box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);padding: 20px 0;border-radius: 5px;border-top: 3px solid #086ad8;opacity: 0;z-index: 99;visibility: hidden;transition: all 0.3s linear;}
.header-menu .main-menu li .sub-menu li {padding: 0;}
.header-menu .main-menu li .sub-menu li a {padding: 5px 25px;font-size: 15px;font-family: "Barlow", sans-serif;font-weight: 600;text-transform: capitalize;display: block;position: relative;z-index: 1;}
.header-menu .main-menu li .sub-menu li.active > a {color: #086ad8;}
.header-menu .main-menu li .sub-menu li:hover > a {color: #086ad8;}
.header-meta {display: flex;align-items: center;white-space: nowrap;}
.header-cart .cart-btn {font-size: 16px;border-radius: 50%;text-align: center;background: none;color: #333333;border: 0;position: relative;transition: all 0.3s linear;}
.header-cart .cart-btn:hover {color: #086ad8;}
.header-cart .cart-btn .count {width: 18px;height: 18px;line-height: 18px;text-align: center;background: #086ad8;border-radius: 50%;font-size: 10px;font-weight: 400;display: inline-block;color: #ffffff;position: absolute;top: -4px;right: -12px;}
.header-btn {margin-left: 25px;}
.header-btn .btn {height: 45px;line-height: 45px;padding: 0 45px;}
.header-toggle {margin-left: 30px;}
.header-toggle button {background: none;border: 0;padding: 0;}
.header-toggle button span {width: 25px;height: 2px;background: #086ad8;margin: 5px 0;display: block;}
.header-toggle button span:last-child {margin-bottom: 0;}
.header-section-02 {background: none;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.header-section-02.sticky {background: #ffffff;border-bottom: 0;}
.header-section-02.sticky .header-wrap .header-logo .logo-black {display: block;}
.header-section-02.sticky .header-wrap .header-logo .logo-white {display: none;}
.header-section-02.sticky .header-wrap .header-menu .main-menu li a {color: #0e0e0e;}
.header-section-02.sticky .header-wrap .header-menu .main-menu li.active-menu > a {color: #ff5538;}
.header-section-02.sticky .header-wrap .header-menu .main-menu li.active-menu > .menu-icon::after {color: #ff5538;}
.header-section-02.sticky .header-wrap .header-menu .main-menu li .menu-icon::after {color: #94a0b9;}
.header-section-02.sticky .header-wrap .header-menu .main-menu li:hover > .menu-icon::after {color: #ff5538;}
.header-section-02.sticky .header-wrap .header-menu .main-menu li:hover > a {color: #ff5538;}
.header-section-02.sticky .header-wrap .header-menu .main-menu li .sub-menu {border-top: 3px solid #ff5538;}
.header-section-02.sticky .header-wrap .header-menu .main-menu li .sub-menu li.active > a {color: #ff5538;}
.header-section-02.sticky .header-wrap .header-menu .main-menu li .sub-menu li:hover > a {color: #ff5538;padding-left: 35px;}
.header-section-02.sticky .header-wrap .header-cart .cart-btn {color: #333333;}
.header-section-02.sticky .header-wrap .header-cart .cart-btn:hover {color: #ff5538;}
.header-section-02.sticky .header-wrap .header-search .search-btn {color: #333333;}
.header-section-02.sticky .header-wrap .header-search .search-btn:hover {color: #ff5538;}
.header-section-02 .header-logo .logo-black {display: none;}
.header-section-02 .header-menu .main-menu > li > a {color: #ffffff;}
.header-section-02 .header-menu .main-menu > li.active-menu > a {color: #ff5538;}
.header-section-02 .header-menu .main-menu > li.active-menu > .menu-icon::after {color: #ff5538;}
.header-section-02 .header-menu .main-menu > li .menu-icon::after {color: #ffffff;}
.header-section-02 .header-menu .main-menu > li:hover > .menu-icon::after {color: #ff5538;}
.header-section-02 .header-menu .main-menu > li:hover > a {color: #ff5538;}
.header-section-02 .header-menu .main-menu > li .sub-menu {border-top: 3px solid #ff5538;}
.header-section-02 .header-menu .main-menu > li .sub-menu li.active > a {color: #ff5538;}
.header-section-02 .header-menu .main-menu > li .sub-menu li:hover > a {color: #ff5538;}
.header-section-02 .header-cart .cart-btn {color: #ffffff;}
.header-section-02 .header-cart .cart-btn:hover {color: #ff5538;}
.header-section-02 .header-cart .cart-btn .count {background: #ff5538;color: #ffffff;}
.header-section-02 .header-search .search-btn {color: #ffffff;}
.header-section-02 .header-search .search-btn:hover {color: #ff5538;}
.header-section-02 .dropdown-cart .cart-items .single-cart-item .item-content .quantity {color: #ff5538;}
.header-section-02 .dropdown-cart .cart-total .value {color: #ff5538;}
.header-section-02 .dropdown-cart .cart-btns .btn.btn-3 {background: #ff5538;color: #ffffff;box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);}
.header-section-02 .dropdown-cart .cart-btns .btn.btn-3:hover {background: #ffffff;color: #ff5538;}
.header-section-02 .header-btn .btn.btn-3:hover {background: #ffffff;color: #ff5538;}
.header-section-04 {background: none;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.header-section-04.sticky {background: #ffffff;border-bottom: 0;}
.header-section-04.sticky .header-wrap .header-logo .logo-black {display: block;}
.header-section-04.sticky .header-wrap .header-logo .logo-white {display: none;}
.header-section-04.sticky .header-wrap .header-menu .main-menu li a {color: #0e0e0e;}
.header-section-04.sticky .header-wrap .header-menu .main-menu li.active-menu > a {color: #086ad8;}
.header-section-04.sticky .header-wrap .header-menu .main-menu li.active-menu > .menu-icon::after {color: #086ad8;}
.header-section-04.sticky .header-wrap .header-menu .main-menu li .menu-icon::after {color: #94a0b9;}
.header-section-04.sticky .header-wrap .header-menu .main-menu li:hover > .menu-icon::after {color: #086ad8;}
.header-section-04.sticky .header-wrap .header-menu .main-menu li:hover > a {color: #086ad8;}
.header-section-04.sticky .header-wrap .header-menu .main-menu li .sub-menu {border-top: 3px solid #086ad8;}
.header-section-04.sticky .header-wrap .header-menu .main-menu li .sub-menu li.active > a {color: #086ad8;}
.header-section-04.sticky .header-wrap .header-menu .main-menu li .sub-menu li:hover > a {color: #086ad8;padding-left: 35px;}
.header-section-04.sticky .header-wrap .header-cart .cart-btn {color: #333333;}
.header-section-04.sticky .header-wrap .header-cart .cart-btn:hover {color: #086ad8;}
.header-section-04.sticky .header-wrap .header-search .search-btn {color: #333333;}
.header-section-04.sticky .header-wrap .header-search .search-btn:hover {color: #086ad8;}
.header-section-04 .header-logo .logo-black {display: none;}
.header-section-04 .header-menu .main-menu > li > a {color: #ffffff;}
.header-section-04 .header-menu .main-menu > li.active-menu > a {color: #086ad8;}
.header-section-04 .header-menu .main-menu > li.active-menu > .menu-icon::after {color: #086ad8;}
.header-section-04 .header-menu .main-menu > li .menu-icon::after {color: #ffffff;}
.header-section-04 .header-menu .main-menu > li:hover > .menu-icon::after {color: #086ad8;}
.header-section-04 .header-menu .main-menu > li:hover > a {color: #086ad8;}
.header-section-04 .header-cart .cart-btn {color: #ffffff;}
.header-section-04 .header-cart .cart-btn:hover {color: #086ad8;}
.header-section-04 .header-cart .cart-btn .count {background: #086ad8;color: #ffffff;}
.header-section-04 .header-search .search-btn {color: #ffffff;}
.header-section-04 .header-search .search-btn:hover {color: #086ad8;}
.header-section-04 .dropdown-cart .cart-items .single-cart-item .item-content .quantity {color: #086ad8;}
.header-section-04 .dropdown-cart .cart-total .value {color: #086ad8;}
.header-section-04 .dropdown-cart .cart-btns .btn.btn-3 {background: #086ad8;color: #ffffff;box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);}
.header-section-04 .dropdown-cart .cart-btns .btn.btn-3:hover {background: #ffffff;color: #086ad8;}
.header-section-05 .header-social {position: relative;padding-right: 25px;margin-right: 20px;}
.header-section-05 .header-social::before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);background: #ebebeb;width: 1px;height: 30px;}
.header-section-05 .header-social ul li {display: inline-block;}
.header-section-05 .header-social ul li + li {margin-left: 10px;}
.header-section-05 .header-social ul li a {font-size: 15px;display: block;color: #565656;}
.header-section-05 .header-social ul li a:hover {color: #086ad8;}
.header-section-05 .header-search {padding-left: 0;}
.header-section-05 .header-search::before {display: none;}
.header-top-section {background: #030213;}
.header-top-wrapper {display: flex;align-items: center;justify-content: space-between;padding: 10px 0;}
.header-top-wrapper .header-top-info ul li {display: inline-block;font-size: 14px;line-height: 18px;color: #ffffff;position: relative;}
.header-top-wrapper .header-top-info ul li i {font-size: 20px;color: #086ad8;position: relative;top: 1px;margin-right: 7px;}
.header-top-wrapper .header-top-info ul li + li {padding-left: 30px;margin-left: 25px;}
.header-top-wrapper .header-top-info ul li + li::before {content: "";position: absolute;left: 0;top: 50%;background: #353542;width: 1px;height: 45px;transform: translateY(-46%);}
.header-top-wrapper .header-social {display: flex;align-items: center;}
.header-top-wrapper .header-social span {font-size: 14px;color: #086ad8;display: inline-block;margin-right: 20px;}
.header-top-wrapper .header-social ul li {display: inline-block;}
.header-top-wrapper .header-social ul li + li {margin-left: 10px;}
.header-top-wrapper .header-social ul li a {display: inline-block;font-size: 14px;color: #8c8c8c;}
.header-top-wrapper .header-social ul li a:hover {color: #086ad8;}
.header-section-06 .header-menu {margin-left: auto;}
.header-section-06 .header-menu .main-menu > li.active-menu > a {color: #086ad8;}
.header-section-06 .header-menu .main-menu > li.active-menu > .menu-icon::after {color: #086ad8;}
.header-section-06 .header-menu .main-menu > li .menu-icon::after {color: #94a0b9;}
.header-section-06 .header-menu .main-menu > li:hover > .menu-icon::after {color: #086ad8;}
.header-section-06 .header-menu .main-menu > li:hover > a {color: #086ad8;}
.header-section-06 .header-menu .main-menu > li .sub-menu {border-top: 3px solid #086ad8;}
.header-section-06 .header-menu .main-menu > li .sub-menu li.active > a {color: #086ad8;}
.header-section-06 .header-menu .main-menu > li .sub-menu li:hover > a {color: #086ad8;}
.header-section-06 .header-cart .cart-btn:hover {color: #086ad8;}
.header-section-06 .header-cart .cart-btn .count {background: #086ad8;color: #ffffff;}
.header-section-06 .header-search {padding-left: 0;}
.header-section-06 .header-search::before {display: none;}
.header-section-06 .header-search .search-btn:hover {color: #086ad8;}
.header-section-06 .dropdown-cart .cart-items .single-cart-item .item-content .quantity {color: #ff5538;}
.header-section-06 .dropdown-cart .cart-total .value {color: #ff5538;}
.header-section-06 .dropdown-cart .cart-btns .btn.btn-3 {background: #ff5538;color: #ffffff;box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);}
.header-section-06 .dropdown-cart .cart-btns .btn.btn-3:hover {background: #ffffff;color: #ff5538;}
.header-section-06 .header-meta {position: relative;padding-left: 15px;}
.header-section-06 .header-meta::before {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: #cfcfcf;width: 1px;height: 25px;}
.header-section-06 .header-btn .btn {height: 50px;line-height: 48px;}
.header-section-06 .header-btn .btn:hover {background: #0f0948;}
.sticky {position: fixed;top: 0;box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);-webkit-animation: sticky 1s;animation: sticky 1s;}
@-webkit-keyframes sticky {0% {transform: translateY(-100%);}
100% {transform: translateY(0%);}}
@keyframes sticky {0% {transform: translateY(-100%);}
100% {transform: translateY(0%);}}
.offcanvas {background: #000c29;width: 320px}
@media only screen and (max-width: 575px) {.offcanvas {width: 280px;}}
.offcanvas-header .close-btn {background: none;border: 0;font-size: 18px;color: #ffffff;transition: all 0.3s linear;}
.offcanvas-header .close-btn:hover {transform: rotate(90deg);color: #086ad8;}
.offcanvas-logo a img {width: 130px;}
.offcanvas-menu {padding: 30px 0;}
.offcanvas-menu .main-menu li {position: relative;}
.offcanvas-menu .main-menu li a {display: block;font-size: 16px;font-weight: 600;font-family: "Barlow", sans-serif;color: #ffffff;padding: 5px 0px;position: relative;}
.offcanvas-menu .main-menu li .menu-expand {position: absolute;right: 20px;top: 14px;width: 30px;height: 30px;cursor: pointer;background: rgba(255, 255, 255, 0.1);border-radius: 3px;}
.offcanvas-menu .main-menu li .menu-expand::before {position: absolute;content: '';width: 16px;height: 2px;background-color: #ffffff;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: all 0.3s linear;}
.offcanvas-menu .main-menu li .menu-expand::after {position: absolute;content: '';width: 2px;height: 16px;left: 50%;top: 50%;bottom: 0;background-color: #ffffff;transform: translate(-50%, -50%);transition: all 0.3s linear;}
.offcanvas-menu .main-menu li:hover > a {color: #086ad8;}
.offcanvas-menu .main-menu li.active > .menu-expand::after {height: 0;}
.offcanvas-menu .main-menu li ul {padding-left: 6%;display: none;}
.versantus-hero-section {background: #f0f0f0;overflow: hidden;position: relative;padding-top: 85px;background-repeat: no-repeat;background-position: center center;background-size: cover;z-index: 1;}
.versantus-hero-section .shape-2 {position: absolute;width: 100%;height: 130px;right: 0;left: 0px;bottom: -130px;background: #ffffff;transform: skewY(-3deg);transform-origin: 0;z-index: 2;}
.versantus-hero-section .hero-content .sub-title {font-size: 18px;line-height: 30px;font-family: "Jost", sans-serif;font-weight: 600;letter-spacing: 1px;height: 45px;line-height: 43px;background: #ffffff;color: #484848;padding-left: 10px;padding-right: 25px;display: inline-block;border-radius: 35px;margin-bottom: 10px;}
.versantus-hero-section .hero-content .sub-title span {display: inline-block;height: 35px;line-height: 33px;font-size: 16px;font-family: "Barlow", sans-serif;font-weight: 600;background: #086ad8;color: #ffffff;border-radius: 35px;padding: 0 15px;margin-right: 10px;}
.versantus-hero-section .hero-content .title {font-size: 72px;line-height: 84px;color: #0e0e0e;margin-top: 15px;}
.versantus-hero-section .hero-content p {font-size: 24px;line-height: 36px;color: #4c4d56;padding-right: 45px;margin-top: 30px;}
.versantus-hero-section .hero-content .hero-btn .btn {margin-top: 45px;}
.versantus-hero-section .hero-images .images {text-align: center;position: relative;bottom: -50px;}
@media only screen and (max-width: 1399px) {.versantus-hero-section .shape-2 {bottom: -110px;}
.versantus-hero-section .hero-content .sub-title {padding-right: 20px;}
.versantus-hero-section .hero-content .sub-title span {font-size: 14px;padding: 0 14px;margin-right: 5px;}
.versantus-hero-section .hero-content .title {font-size: 60px;line-height: 72px;}}
@media only screen and (max-width: 1199px) {.versantus-hero-section .hero-content .sub-title {font-size: 14px;padding-right: 15px;}
.versantus-hero-section .hero-content .title {font-size: 50px;line-height: 62px;}
.versantus-hero-section .hero-content p {padding-right: 0px;}}
@media only screen and (max-width: 991px) {.versantus-hero-section .shape-2 {transform: skewY(-4deg);bottom: -75px;}
.versantus-hero-section .hero-content {padding-top: 70px;}
.versantus-hero-section .hero-images {padding-top: 50px;}}
@media only screen and (max-width: 767px) {.versantus-hero-section .hero-content .sub-title {font-size: 14px;padding-right: 15px;}
.versantus-hero-section .hero-content .sub-title span {font-size: 14px;padding: 0 14px;margin-right: 5px;}
.versantus-hero-section .hero-content .title {font-size: 40px;line-height: 52px;}
.versantus-hero-section .hero-content p {font-size: 18px;}
.versantus-hero-section .hero-images {padding-top: 50px;}}
@media only screen and (max-width: 575px) {.versantus-hero-section .hero-images .images {bottom: -15px;}}
@media only screen and (max-width: 449px) {.versantus-hero-section .hero-content .sub-title {font-size: 11px;}
.versantus-hero-section .hero-content .sub-title span {font-size: 12px;padding: 0 12px;}}
.versantus-hero-section-02 {padding-top: 185px;padding-bottom: 310px;background-repeat: no-repeat;background-position: center center;background-size: cover;overflow: hidden;position: relative;z-index: 1;}
.versantus-hero-section-02::before {content: "";position: absolute;left: 0;top: 0;background: rgba(23, 26, 41, 0.3);width: 100%;height: 100%;z-index: -1;}
.versantus-hero-section-02 .svg-shape {position: absolute;bottom: -17%;left: -26%;width: 100%;}
.versantus-hero-section-02 .hero-content .sub-title {font-size: 24px;line-height: 36px;font-family: "Jost", sans-serif;font-weight: 400;color: #ffffff;}
.versantus-hero-section-02 .hero-content .title {font-size: 80px;line-height: 90px;padding-left: 45px;margin-top: 30px;color: #ffffff;position: relative;}
.versantus-hero-section-02 .hero-content .title::before {content: "";position: absolute;left: 0;top: 50%;background: #ff5538;height: 255px;width: 10px;transform: translateY(-50%);}
.versantus-hero-section-02 .hero-content .hero-play-btn {margin-top: 55px;}
.versantus-hero-section-02 .hero-content .hero-play-btn a {position: relative;}
.versantus-hero-section-02 .hero-content .hero-play-btn a::before {content: "";border: 2px solid #ffffff;position: absolute;z-index: 0;left: 14%;top: 50%;transform: translate(-50%, -50%);display: block;width: 110px;height: 110px;border-radius: 50%;}
.versantus-hero-section-02 .hero-content .hero-play-btn .play-btn i {width: 80px;height: 80px;background: transparent;display: inline-block;line-height: 80px;text-align: center;font-size: 14px;color: #ff5538;background: #ffffff;border-radius: 50%;}
.versantus-hero-section-02 .hero-content .hero-play-btn span {font-size: 30px;font-weight: 600;color: #ffffff;margin-left: 30px;}
@media only screen and (max-width: 1399px) {.versantus-hero-section-02 .hero-content .title {font-size: 70px;line-height: 80px;}
.versantus-hero-section-02 .hero-content .title::before {height: 220px;}}
@media only screen and (max-width: 1199px) {.versantus-hero-section-02 {padding-bottom: 260px;}
.versantus-hero-section-02 .svg-shape {bottom: -16%;}
.versantus-hero-section-02 .hero-content .title {font-size: 58px;line-height: 70px;}
.versantus-hero-section-02 .hero-content .title::before {height: 195px;}}
@media only screen and (max-width: 991px) {.versantus-hero-section-02 .svg-shape {left: -35%;}}
@media only screen and (max-width: 767px) {.versantus-hero-section-02 {padding-top: 150px;}
.versantus-hero-section-02 .svg-shape {bottom: -18%;left: -55%;}
.versantus-hero-section-02 .hero-content .sub-title {font-size: 20px;}
.versantus-hero-section-02 .hero-content .title {font-size: 48px;line-height: 60px;}
.versantus-hero-section-02 .hero-content .title::before {height: 180px;}}
@media only screen and (max-width: 449px) {.versantus-hero-section-02 .svg-shape {bottom: -18%;left: -55%;}
.versantus-hero-section-02 .hero-content .title {font-size: 35px;line-height: 45px;padding-left: 25px;}
.versantus-hero-section-02 .hero-content .title::before {height: 140px;width: 8px;}
.versantus-hero-section-02 .hero-content .hero-play-btn a::before {left: 13%;width: 90px;height: 90px;}
.versantus-hero-section-02 .hero-content .hero-play-btn .play-btn i {width: 65px;height: 65px;line-height: 65px;}
.versantus-hero-section-02 .hero-content .hero-play-btn span {font-size: 25px;font-weight: 600;color: #ffffff;margin-left: 30px;}}
.versantus-hero-section-03 {height: 1020px;background-repeat: no-repeat;background-size: cover;background-position: center center;overflow: hidden;position: relative;z-index: 1;}
.versantus-hero-section-03 .shape-1 {position: absolute;top: -34%;left: -9%;z-index: -1;}
.versantus-hero-section-03 .shape-2 {position: absolute;left: 10%;top: -27%;z-index: -1;}
.versantus-hero-section-03 .shape-3 {position: absolute;right: -4%;bottom: -19%;z-index: -1;}
.versantus-hero-section-03 .shape-4 {position: absolute;top: 20%;right: -29%;z-index: -1;}
.versantus-hero-section-03 .hero-content .sub-title {font-size: 16px;line-height: 30px;font-weight: 600;text-transform: uppercase;letter-spacing: 1px;color: #ffffff;}
.versantus-hero-section-03 .hero-content .title {font-size: 70px;line-height: 78px;font-weight: 600;color: #ffffff;margin-top: 10px;}
.versantus-hero-section-03 .hero-content p {font-size: 24px;line-height: 36px;font-weight: 500;color: #ffffff;margin-top: 30px;}
.versantus-hero-section-03 .hero-content .hero-btn .btn {margin-top: 40px;}
@media only screen and (max-width: 1399px) {.versantus-hero-section-03 .hero-content .title {font-size: 60px;line-height: 70px;}}
@media only screen and (max-width: 1199px) {.versantus-hero-section-03 {height: 850px;}
.versantus-hero-section-03 .shape-1 {top: -65%;left: -20%;}
.versantus-hero-section-03 .shape-2 {left: 4%;top: -48%;}
.versantus-hero-section-03 .shape-3 {right: -16%;bottom: -26%;}
.versantus-hero-section-03 .shape-4 {top: 25%;right: -61%;}
.versantus-hero-section-03 .hero-content .title {font-size: 50px;line-height: 60px;}
.versantus-hero-section-03 .hero-content p {font-size: 20px;line-height: 32px;}}
@media only screen and (max-width: 991px) {.versantus-hero-section-03 {height: 750px;}
.versantus-hero-section-03 .shape-1 {top: -79%;left: -30%;}
.versantus-hero-section-03 .shape-2 {left: -4%;top: -59%;}
.versantus-hero-section-03 .shape-4 {top: 17%;right: -73%;}}
@media only screen and (max-width: 767px) {.versantus-hero-section-03 .shape-1 {top: -85%;left: -45%;}
.versantus-hero-section-03 .shape-2 {left: -12%;top: -65%;}
.versantus-hero-section-03 .shape-3 {right: -30%;bottom: -35%;}
.versantus-hero-section-03 .shape-4 {display: none;}
.versantus-hero-section-03 .hero-content .title {font-size: 40px;line-height: 50px;}
.versantus-hero-section-03 .hero-content p {font-size: 18px;line-height: 30px;}}
@media only screen and (max-width: 575px) {.versantus-hero-section-03 .shape-1 {display: none;}
.versantus-hero-section-03 .shape-2 {display: none;}
.versantus-hero-section-03 .shape-3 {display: none;}
.versantus-hero-section-03 .hero-content .sub-title {font-size: 15px;}
.versantus-hero-section-03 .hero-content .title {font-size: 32px;line-height: 42px;}}
.versantus-hero-section-04 {height: 1070px;background-repeat: no-repeat;background-position: center center;background-size: cover;position: relative;z-index: 1;}
.versantus-hero-section-04::before {content: "";position: absolute;left: 0;top: 0;background: rgba(45, 45, 78, 0.5);width: 100%;height: 100%;z-index: -1;}
.versantus-hero-section-04 .shape-1 {position: absolute;left: 0;top: 15%;z-index: -1;}
.versantus-hero-section-04 .shape-2 {position: absolute;right: 0;bottom: 0;z-index: -1;}
.versantus-hero-section-04 .shape-svg {position: absolute;bottom: -3px;left: 0;width: 100%;z-index: 1;}
.versantus-hero-section-04 .shape-svg svg {fill: #ffffff;}
.versantus-hero-section-04 .hero-content {max-width: 710px;margin: 0 auto;}
.versantus-hero-section-04 .hero-content .sub-title {font-size: 20px;line-height: 30px;font-weight: 600;text-transform: uppercase;letter-spacing: 1px;color: #ffffff;}
.versantus-hero-section-04 .hero-content .title {font-size: 150px;line-height: 78px;font-weight: 600;color: #ffffff;margin-top: 45px;}
.versantus-hero-section-04 .hero-content p {font-size: 24px;line-height: 36px;color: #ffffff;margin-top: 70px;}
.versantus-hero-section-04 .hero-content .hero-btn .btn {margin-top: 50px;}
@media only screen and (max-width: 1399px) {.versantus-hero-section-04 {height: 960px;}
.versantus-hero-section-04 .hero-content .title {font-size: 130px;}}
@media only screen and (max-width: 1199px) {.versantus-hero-section-04 {height: 920px;}
.versantus-hero-section-04 .hero-content .title {font-size: 110px;}}
@media only screen and (max-width: 991px) {.versantus-hero-section-04 {height: 820px;}}
@media only screen and (max-width: 767px) {.versantus-hero-section-04 .shape-1 {left: -5%;top: 15%;}
.versantus-hero-section-04 .shape-2 {right: -60px;bottom: -50px;}
.versantus-hero-section-04 .hero-content .sub-title {font-size: 18px;}
.versantus-hero-section-04 .hero-content .title {font-size: 80px;margin-top: 30px;}
.versantus-hero-section-04 .hero-content p {font-size: 18px;line-height: 32px;margin-top: 40px;}}
@media only screen and (max-width: 575px) {.versantus-hero-section-04 {height: 760px;}
.versantus-hero-section-04 .shape-1 {display: none;}
.versantus-hero-section-04 .shape-2 {display: none;}
.versantus-hero-section-04 .hero-content .sub-title {font-size: 16px;}
.versantus-hero-section-04 .hero-content .title {font-size: 60px;line-height: 1;}}
.versantus-hero-section-05 {padding: 0 40px;margin-top: 90px;}
@media (min-width: 1200px) and (max-width: 1450px) {.versantus-hero-section-05 {padding: 0 30px;}}
.versantus-hero-section-05 .versantus-hero-wrap {width: 100%;background-repeat: no-repeat;background-position: center center;background-size: cover;position: relative;overflow: hidden;padding-top: 110px;padding-bottom: 150px;border-radius: 35px;}
.versantus-hero-section-05 .versantus-hero-wrap .hero-content {max-width: 710px;margin: 0 auto;}
@media (max-width: 1425px) {.versantus-hero-section-05 .versantus-hero-wrap .hero-content {padding-left: 20px;padding-right: 20px;}}
.versantus-hero-section-05 .versantus-hero-wrap .hero-content .sub-title {font-size: 14px;line-height: 30px;font-weight: 600;text-transform: uppercase;letter-spacing: 1px;color: #ffffff;}
.versantus-hero-section-05 .versantus-hero-wrap .hero-content .title {font-size: 70px;line-height: 78px;font-weight: 600;color: #ffffff;margin-top: 10px;}
.versantus-hero-section-05 .versantus-hero-wrap .hero-content .title span {color: #086ad8;}
.versantus-hero-section-05 .versantus-hero-wrap .hero-content p {font-size: 24px;line-height: 36px;color: #ffffff;margin-top: 40px;}
.versantus-hero-section-05 .versantus-hero-wrap .hero-content .hero-btn .btn {margin-top: 50px;}
.versantus-hero-section-05 .versantus-hero-wrap .hero-images .images {-webkit-animation: up-down 5s infinite;animation: up-down 5s infinite;}
@-webkit-keyframes up-down {0% {transform: translateY(30px);}
50% {transform: translateY(0px);}
100% {transform: translateY(30px);}}
@keyframes up-down {0% {transform: translateY(30px);}
50% {transform: translateY(0px);}
100% {transform: translateY(30px);}}
@media only screen and (max-width: 1199px) {.versantus-hero-section-05 .versantus-hero-wrap .hero-content .title {font-size: 50px;line-height: 60px;}
.versantus-hero-section-05 .versantus-hero-wrap .hero-content p {font-size: 20px;}}
@media only screen and (max-width: 991px) {.versantus-hero-section-05 .versantus-hero-wrap {padding-top: 90px;padding-bottom: 120px;}
.versantus-hero-section-05 .versantus-hero-wrap .hero-images .images {text-align: center;margin-top: 60px;}}
@media only screen and (max-width: 767px) {.versantus-hero-section-05 .versantus-hero-wrap .hero-content .title {font-size: 40px;line-height: 50px;}
.versantus-hero-section-05 .versantus-hero-wrap .hero-content p {font-size: 18px;}}
@media only screen and (max-width: 575px) {.versantus-hero-section-05 {padding: 0 0;}
.versantus-hero-section-05 .versantus-hero-wrap .hero-content .title {font-size: 36px;line-height: 45px;}}
.versantus-hero-section-06 {background: #0f0948;background-repeat: no-repeat;background-position: center center;background-size: cover;padding-top: 130px;}
.versantus-hero-section-06 .hero-images {padding-top: 105px;position: relative;z-index: 1;}
.versantus-hero-section-06 .hero-images .shape-1 {position: absolute;left: 5%;top: 17%;-webkit-animation: round-01 7s linear infinite;animation: round-01 7s linear infinite;z-index: -1;}
.versantus-hero-section-06 .hero-content {padding-top: 170px;}
.versantus-hero-section-06 .hero-content .sub-title {font-size: 14px;line-height: 30px;font-weight: 600;text-transform: uppercase;letter-spacing: 1px;color: #ffffff;}
.versantus-hero-section-06 .hero-content .title {font-size: 70px;line-height: 78px;font-weight: 600;color: #ffffff;margin-top: 10px;}
.versantus-hero-section-06 .hero-content .title span {color: #086ad8;}
.versantus-hero-section-06 .hero-content p {font-size: 24px;line-height: 36px;color: #ffffff;margin-top: 40px;}
.versantus-hero-section-06 .hero-content .hero-btn .btn-4 {height: 60px;line-height: 58px;padding: 0 65px;margin-top: 60px;}
@-webkit-keyframes round-01 {0% {transform: rotate(15deg);}
50% {transform: rotate(0deg);}
100% {transform: rotate(15deg);}}
@keyframes round-01 {0% {transform: rotate(15deg);}
50% {transform: rotate(0deg);}
100% {transform: rotate(15deg);}}
@media only screen and (max-width: 1399px) {.versantus-hero-section-06 .hero-images .shape-1 {left: 2%;}
.versantus-hero-section-06 .hero-content .title {font-size: 60px;line-height: 70px;}}
@media only screen and (max-width: 1199px) {.versantus-hero-section-06 .hero-images .shape-1 {left: 2%;}
.versantus-hero-section-06 .hero-content {padding-top: 120px;}
.versantus-hero-section-06 .hero-content .title {font-size: 50px;line-height: 60px;}}
@media only screen and (max-width: 991px) {.versantus-hero-section-06 .hero-content {padding-top: 40px;}
.versantus-hero-section-06 .hero-images .shape-1 {left: 5%;}}
@media only screen and (max-width: 767px) {.versantus-hero-section-06 .hero-images {padding-top: 80px;}
.versantus-hero-section-06 .hero-images .shape-1 {left: 0;}
.versantus-hero-section-06 .hero-content .title {font-size: 40px;line-height: 50px;}
.versantus-hero-section-06 .hero-content p {font-size: 20px;line-height: 32px;}}
@media only screen and (max-width: 575px) {.versantus-hero-section-06 .hero-content .title {font-size: 32px;line-height: 42px;}}
.service-content-wrap {padding-top: 45px;}
@media only screen and (max-width: 767px) {.service-content-wrap {padding-top: 20px;}}
.service-item {background: #ffffff;box-shadow: 0px 43px 100px 0px rgba(0, 0, 0, 0.13);border-radius: 10px;border-top: 10px solid #086ad8;transform: translate3d(0, 0, 0);padding: 30px 40px 40px;margin-top: 30px;transition: all 0.3s linear;}
@media only screen and (max-width: 1399px) {.service-item {padding: 30px 30px 40px;}}
.service-item.service-01, .service-item.service-03 {margin-top: 55px;}
@media only screen and (max-width: 1199px) {.service-item.service-01, .service-item.service-03 {margin-top: 30px;}}
.service-item .service-img img {height: 80px;}
.service-item .service-content .title {font-size: 24px;line-height: 30px;padding-right: 15px;margin-top: 20px;}
@media only screen and (max-width: 1399px) {.service-item .service-content .title {font-size: 22px;padding-right: 0;}}
.service-item .service-content p {margin-top: 15px;}
.service-item:hover {transform: translateY(-5px) translate3d(0, -5px, 0);}
.versantus-service-section-02 {background: #f8f8f8;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.versantus-service-section-02 .service-item-02 {background: #ffffff;box-shadow: 0px 43px 100px 0px rgba(0, 0, 0, 0.13);border-radius: 10px;padding: 40px 45px 45px;margin-top: 30px;overflow: hidden;position: relative;}
.versantus-service-section-02 .service-item-02 .service-img {position: relative;z-index: 1;}
.versantus-service-section-02 .service-item-02 .service-img img {height: 55px;position: relative;left: 15px;}
.versantus-service-section-02 .service-item-02 .service-img::before {content: "";position: absolute;left: 0;top: -18%;background: #ff5538;width: 70px;height: 70px;border-radius: 50%;transition: all 0.3s linear;z-index: -1;}
.versantus-service-section-02 .service-item-02 .next-icon {position: absolute;right: 15%;top: 15%;}
.versantus-service-section-02 .service-item-02.service-2, .versantus-service-section-02 .service-item-02.service-4 {margin-top: 55px;}
.versantus-service-section-02 .service-item-02 .service-content {position: relative;z-index: 5;}
.versantus-service-section-02 .service-item-02 .service-content .title {font-size: 20px;line-height: 24px;margin-top: 20px;}
.versantus-service-section-02 .service-item-02 .service-content p {margin-top: 15px;transition: all 0.3s linear;}
.versantus-service-section-02 .service-item-02:hover .service-content .title a {color: #ff5538;}
.versantus-service-section-02 .more-service-content {margin-top: 30px;}
.versantus-service-section-02 .more-service-content p {font-size: 16px;line-height: 30px;}
.versantus-service-section-02 .more-service-content p a {font-weight: 600;color: #ff5538;}
.versantus-service-section-02 .more-service-content p a i {position: relative;top: 1px;}
@media only screen and (max-width: 1199px) {.versantus-service-section-02 .service-item-02.service-2, .versantus-service-section-02 .service-item-02.service-4 {margin-top: 30px;}}
@media only screen and (max-width: 767px) {.versantus-service-section-02 .service-item-02 {padding: 40px 40px 45px;}}
.versantus-service-section-03 {background: #010f31;background-repeat: no-repeat;background-size: cover;background-position: center center;padding-bottom: 110px;}
.versantus-service-section-03 .service-wrap-03 {position: relative;z-index: 5;margin-top: -140px;}
.versantus-service-section-03 .service-item-03 {background: #ffffff;border-radius: 10px;padding: 30px 45px 35px;margin-top: 30px;position: relative;}
.versantus-service-section-03 .service-item-03 .service-content .title {font-size: 22px;line-height: 30px;margin-top: 20px;}
.versantus-service-section-03 .service-item-03 .service-content p {font-size: 14px;line-height: 30px;padding-top: 20px;}
.versantus-service-section-03 .service-item-03 .service-content .read-more {margin-top: 20px;}
.versantus-service-section-03 .service-item-03 .service-content .read-more a {font-size: 14px;color: #333333;}
.versantus-service-section-03 .service-item-03 .service-content .read-more a i {width: 40px;height: 40px;line-height: 40px;text-align: center;background: #ebebeb;border-radius: 50%;color: #086ad8;margin-right: 5px;transition: all 0.3s linear;}
.versantus-service-section-03 .service-item-03:hover .service-content .read-more a {color: #086ad8;}
.versantus-service-section-03 .service-item-03:hover .service-content .read-more a i {transform: rotate(90deg);}
.versantus-service-section-04 .service-top .experience-wrap {position: relative;}
.versantus-service-section-04 .service-top .experience-wrap .shape-1 {position: absolute;left: 0;top: -35px;z-index: -1;}
.versantus-service-section-04 .service-top .experience-wrap .experience {width: 370px;height: 370px;background: #ffffff;border-radius: 50%;padding: 140px 0;position: absolute;left: 20px;top: 20px;}
.versantus-service-section-04 .service-top .experience-wrap .experience .number {font-size: 200px;line-height: 54px;font-weight: 600;color: #086ad8;}
.versantus-service-section-04 .service-top .experience-wrap .experience span {font-size: 24px;line-height: 30px;text-transform: capitalize;display: inline-block;margin-top: 80px;}
.versantus-service-section-04 .service-top .service-content {padding-right: 205px;padding-top: 45px;}
.versantus-service-section-04 .service-top .service-content p {font-size: 16px;line-height: 30px;margin-top: 40px;}
.versantus-service-section-04 .service-bottom {padding-top: 190px;}
.versantus-service-section-04 .service-bottom .service-item-03 {margin-top: 30px;}
.versantus-service-section-04 .service-bottom .service-item-03 .service-img {overflow: hidden;border-radius: 10px;}
.versantus-service-section-04 .service-bottom .service-item-03 .service-img a {display: block;}
.versantus-service-section-04 .service-bottom .service-item-03 .service-img a img {transition: all 0.3s linear;}
.versantus-service-section-04 .service-bottom .service-item-03 .service-text {background: #ffffff;padding: 25px;padding-left: 20px;position: relative;margin-top: -85px;width: 300px;transition: all 0.3s linear;z-index: 1;}
.versantus-service-section-04 .service-bottom .service-item-03 .service-text .title {font-size: 24px;line-height: 27px;font-weight: 600;position: relative;}
.versantus-service-section-04 .service-bottom .service-item-03 .service-text .title::before {content: "";position: absolute;left: -20px;top: 50%;background: linear-gradient(-160deg, #43baff 0%, #7141b1 100%);width: 3px;height: 50px;transform: translateY(-50%);}
.versantus-service-section-04 .service-bottom .service-item-03:hover .service-img a img {transform: scale(1.1);}
.versantus-service-section-04 .service-bottom .more-service-content {margin-top: 50px;}
.versantus-service-section-04 .service-bottom .more-service-content p {font-size: 16px;line-height: 30px;}
.versantus-service-section-04 .service-bottom .more-service-content p a {font-weight: 600;color: #086ad8;}
.versantus-service-section-04 .service-bottom .more-service-content p a i {position: relative;top: 1px;transition: all 0.3s linear;}
.versantus-service-section-04 .service-bottom .more-service-content p a:hover i {margin-left: 5px;}
@media only screen and (max-width: 1199px) {.versantus-service-section-04 .service-top .service-content {padding-right: 0px;}}
@media only screen and (max-width: 991px) {.versantus-service-section-04 {padding-top: 100px;}
.versantus-service-section-04 .service-top .experience-wrap .shape-1 {left: 50%;top: -35px;transform: translateX(-45%);}
.versantus-service-section-04 .service-top .experience-wrap .experience {position: relative;margin: auto;}
.versantus-service-section-04 .service-top .service-content {padding-top: 130px;}
.versantus-service-section-04 .service-bottom {padding-top: 70px;}}
@media only screen and (max-width: 767px) {.versantus-service-section-04 .service-top .experience-wrap .shape-1 {width: 370px;}
.versantus-service-section-04 .service-top .experience-wrap .experience {width: 325px;height: 325px;padding: 110px 0;}
.versantus-service-section-04 .service-top .experience-wrap .experience .number {font-size: 160px;}
.versantus-service-section-04 .service-top .experience-wrap .experience span {font-size: 22px;margin-top: 70px;}
.versantus-service-section-04 .service-bottom {padding-top: 30px;}}
@media only screen and (max-width: 449px) {.versantus-service-section-04 .service-top .experience-wrap .shape-1 {width: 320px;transform: translateX(-50%);}
.versantus-service-section-04 .service-top .experience-wrap .experience {width: 290px;height: 290px;padding: 90px 0;left: 0;top: 0;}
.versantus-service-section-04 .service-top .experience-wrap .experience .number {font-size: 140px;}
.versantus-service-section-04 .service-top .experience-wrap .experience span {font-size: 20px;margin-top: 50px;}
.versantus-service-section-04 .service-top .service-content {padding-top: 100px;}}
.versantus-service-section-05 {position: relative;background-repeat: no-repeat;background-size: cover;background-position: center center;padding-bottom: 160px;z-index: 1;}
@media only screen and (max-width: 1199px) {.versantus-service-section-05 {padding-bottom: 120px;}}
.versantus-service-section-05::before {content: "";position: absolute;left: 0;bottom: 0;background-image: url(../images/bg/service-bg4.jpg);width: 100%;height: 75%;z-index: -1;}
.versantus-service-section-05 .service-wrap {background: #ffffff;border: 1px solid #e1e1e1;border-radius: 15px;padding-left: 105px;padding-right: 105px;padding-bottom: 90px;}
.versantus-service-section-05 .section-title {max-width: 560px;margin: 0 auto;}
.versantus-service-section-05 .service-content-wrap {padding-top: 60px;}
.versantus-service-section-05 .service-item-04 {margin-top: 30px;}
.versantus-service-section-05 .service-item-04 .service-img img {transition: all 0.3s linear;}
.versantus-service-section-05 .service-item-04 .service-content .title {font-size: 24px;line-height: 27px;font-weight: 600;margin-top: 30px;padding-right: 70px;}
.versantus-service-section-05 .service-item-04 .service-content p {font-size: 16px;line-height: 30px;margin-top: 20px;}
.versantus-service-section-05 .service-item-04:hover .service-img img {transform: scale(1.1);}
@media only screen and (max-width: 1399px) {.versantus-service-section-05 .service-item-04 .service-content .title {padding-right: 30px;}}
@media only screen and (max-width: 991px) {.versantus-service-section-05 {padding-bottom: 100px;}
.versantus-service-section-05 .service-wrap {padding-left: 70px;padding-right: 70px;}}
@media only screen and (max-width: 767px) {.versantus-service-section-05 .service-wrap {padding-left: 40px;padding-right: 40px;}
.versantus-service-section-05 .service-item-04 .service-content .title {padding-right: 0px;}}
.versantus-service-section-06 {background: #eaf3f9;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.versantus-service-section-06 .section-title {max-width: 650px;margin: 0 auto;}
.versantus-service-section-06 .service-content-wrap {padding-top: 30px;}
.service-item-05 {background: #ffffff;border-radius: 10px;margin-top: 20px;}
@media only screen and (max-width: 1399px) {.service-item-05 {padding: 40px 35px 45px;}}
@media only screen and (max-width: 767px) {.service-item-05 {padding: 40px 30px 45px;}}
.service-item-05 .service-img img {transition: all 0.3s linear; height: 200px;width: 100%;}
.service-item-05 .service-content .title {font-size: 24px;line-height: 30px;font-weight: 600;margin-top: 25px;}
.service-item-05 .service-content .title:hover a {color: #086ad8;}
.service-item-05 .service-content p {font-size: 14px;line-height: 30px;margin-top: 15px;}
.service-item-05:hover .service-img img {transform: scale(1.1);}
.versantus-service-section-07 {padding-bottom: 280px;}
.versantus-service-section-07 .section-title {max-width: 810px;margin: 0 auto;}
.versantus-service-section-07 .service-content-wrap {padding-top: 80px;}
.versantus-service-section-07 .experience-wrap {position: relative;}
.versantus-service-section-07 .experience-wrap .shape-1 {position: absolute;left: 102px;top: -28px;-webkit-animation: round-01 5s linear infinite;animation: round-01 5s linear infinite;z-index: -1;}
.versantus-service-section-07 .experience-wrap .experience {width: 370px;height: 370px;background: linear-gradient(90deg, #693eaa 0%, #01ebf2 100%);background-repeat: no-repeat;background-size: cover;background-position: center center;border-radius: 50%;padding: 130px 90px;position: absolute;left: 150px;top: 20px;}
.versantus-service-section-07 .experience-wrap .experience .number {font-size: 170px;line-height: 54px;font-weight: 600;color: #ffffff;}
.versantus-service-section-07 .experience-wrap .experience span {font-size: 18px;line-height: 24px;font-weight: 500;text-transform: uppercase;display: inline-block;color: #ffffff;margin-top: 60px;padding-left: 10px;}
.versantus-service-section-07 .service-content {padding-right: 225px;}
.versantus-service-section-07 .service-content .text {font-size: 18px;line-height: 30px;}
.versantus-service-section-07 .service-content .service-list {padding-top: 15px;}
.versantus-service-section-07 .service-content .service-list ul li {display: flex;align-items: flex-start;font-size: 16px;line-height: 24px;color: #333333;margin-top: 20px;}
.versantus-service-section-07 .service-content .service-list ul li .service-icon {color: #086ad8;margin-right: 8px;}
@media only screen and (max-width: 1399px) {.versantus-service-section-07 .service-content {padding-right: 0px;}}
@media only screen and (max-width: 1199px) {.versantus-service-section-07 .experience-wrap .shape-1 {left: 0px;top: -28px;}
.versantus-service-section-07 .experience-wrap .experience {padding: 130px 90px;left: 45px;top: 15px;}}
@media only screen and (max-width: 991px) {.versantus-service-section-07 {padding-bottom: 100px;}
.versantus-service-section-07 .experience-wrap .shape-1 {left: 115px;transform: translateX(-50%);}
.versantus-service-section-07 .experience-wrap .experience {left: 0;position: relative;margin: 0 auto;}
.versantus-service-section-07 .service-content {margin-top: 110px;}}
@media only screen and (max-width: 767px) {.versantus-service-section-07 {padding-bottom: 80px;}
.versantus-service-section-07 .experience-wrap .shape-1 {left: 30px;top: -50px;}
.versantus-service-section-07 .experience-wrap .experience {width: 325px;height: 325px;padding: 105px 70px;}
.versantus-service-section-07 .experience-wrap .experience .number {font-size: 150px;}
.versantus-service-section-07 .experience-wrap .experience span {font-size: 16px;margin-top: 50px;}
.versantus-service-section-07 .service-content {margin-top: 120px;}}
@media only screen and (max-width: 449px) {.versantus-service-section-07 .experience-wrap .shape-1 {width: 350px;left: 0;top: -25px;}
.versantus-service-section-07 .experience-wrap .experience {width: 290px;height: 290px;padding: 80px 65px;left: 0;top: 0;}
.versantus-service-section-07 .experience-wrap .experience .number {font-size: 140px;}
.versantus-service-section-07 .experience-wrap .experience span {font-size: 16px;}
.versantus-service-section-07 .service-content {margin-top: 85px;}}
.versantus-cta-section .cta-wrap {background: #e6f0fb;max-width: 845px;margin: 0 auto;position: relative;border-radius: 10px;padding: 40px 125px;}
@media only screen and (max-width: 575px) {.versantus-cta-section .cta-wrap {padding: 40px 90px;}}
@media only screen and (max-width: 449px) {.versantus-cta-section .cta-wrap {padding: 40px 70px;}}
.versantus-cta-section .cta-wrap .cta-icon {position: absolute;left: 30px;top: -60px;height: 85px;width: 85px;line-height: 85px;text-align: center;background: #ffffff;box-shadow: 0px 20px 43px 0px rgba(0, 0, 0, 0.09);border-radius: 50%;}
@media only screen and (max-width: 991px) {.versantus-cta-section .cta-wrap .cta-icon {top: -40px;}}
.versantus-cta-section .cta-wrap .cta-content p {font-size: 20px;line-height: 30px;font-weight: 500;color: #4c4d56;}
.versantus-cta-section .cta-wrap .cta-content p a {font-weight: 600;color: #086ad8;}
.versantus-cta-section .cta-wrap .cta-content p a:hover {color: #0e0e0e;}
.versantus-cta-section-02 .cta-wrap {background-repeat: no-repeat;background-size: cover;background-position: center center;position: relative;border-radius: 10px;padding: 55px 105px;margin-bottom: -90px;}
.versantus-cta-section-02 .cta-wrap .cta-content p {font-size: 30px;line-height: 44px;font-weight: 600;padding-left: 90px;color: #ffffff;}
.versantus-cta-section-02 .cta-wrap .cta-content .cta-icon {width: 115px;height: 115px;line-height: 110px;text-align: center;border-radius: 50%;position: absolute;top: -35px;left: 35px;background: #010f31;}
.versantus-cta-section-02 .cta-wrap .cta-btn {text-align: right;}
.versantus-cta-section-02 .cta-wrap .cta-btn .btn {font-size: 22px;background: #ffffff;color: #0e0e0e;padding: 0 35px;}
.versantus-cta-section-02 .cta-wrap .cta-btn .btn:hover {color: #ffffff;}
@media only screen and (max-width: 991px) {.versantus-cta-section-02 .cta-wrap .cta-content {text-align: center;margin-top: 40px;}
.versantus-cta-section-02 .cta-wrap .cta-content .cta-icon {left: 50%;transform: translateX(-50%);}
.versantus-cta-section-02 .cta-wrap .cta-content p {padding-left: 0;}
.versantus-cta-section-02 .cta-wrap .cta-btn {text-align: center;margin-top: 40px;}}
@media only screen and (max-width: 767px) {.versantus-cta-section-02 .cta-wrap {padding: 55px 60px;}}
@media only screen and (max-width: 449px) {.versantus-cta-section-02 .cta-wrap {padding: 55px 25px;}}
.versantus-cta-section-03 .cta-wrap {padding: 90px 105px;border-radius: 10px;background: #0c155f;background-repeat: no-repeat;background-size: cover;background-position: center center;margin-bottom: -85px;position: relative;z-index: 5;}
.versantus-cta-section-03 .cta-wrap .cta-content {padding-right: 60px;}
@media only screen and (max-width: 1399px) {.versantus-cta-section-03 .cta-wrap .cta-content {padding-right: 30px;}}
.versantus-cta-section-03 .cta-wrap .cta-content .title {padding-left: 30px;position: relative;}
.versantus-cta-section-03 .cta-wrap .cta-content .title::before {content: "";position: absolute;left: 0px;top: 50%;background: linear-gradient(-160deg, #43baff 0%, #7141b1 100%);width: 5px;height: 100%;transform: translateY(-45%);}
.versantus-cta-section-03 .cta-wrap .cta-info p {font-size: 18px;line-height: 30px;font-family: "Barlow", sans-serif;font-weight: 500;color: #ffffff;margin-top: 10px;}
.versantus-cta-section-03 .cta-wrap .cta-info .number {font-size: 36px;line-height: 42px;font-weight: 700;color: #4bfff4;}
@media only screen and (max-width: 1199px) {.versantus-cta-section-03 .cta-wrap .cta-content {padding-right: 0;}}
@media only screen and (max-width: 991px) {.versantus-cta-section-03 .cta-wrap {padding: 90px 75px;}
.versantus-cta-section-03 .cta-wrap .cta-info {margin-top: 50px;}}
@media only screen and (max-width: 449px) {.versantus-cta-section-03 .cta-wrap {padding: 70px 40px;}
.versantus-cta-section-03 .cta-wrap .cta-info .number {font-size: 28px;line-height: 40px;}}
.versantus-cta-section-04 {background: #0f0948;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.versantus-cta-section-04 .cta-left {padding-right: 115px;}
.versantus-cta-section-04 .cta-left .section-title .title {position: relative;padding-left: 40px;}
.versantus-cta-section-04 .cta-left .section-title .title::before {content: "";position: absolute;left: 0px;top: 50%;background: linear-gradient(-160deg, #43baff 0%, #7141b1 100%);width: 5px;height: 100%;transform: translateY(-45%);}
.versantus-cta-section-04 .cta-left .cta-info {display: flex;align-items: center;margin-top: 60px;}
.versantus-cta-section-04 .cta-left .cta-info .cta-text {flex: 1;margin-left: 30px;}
.versantus-cta-section-04 .cta-left .cta-info .cta-text p {font-size: 14px;line-height: 30px;color: #ffffff;}
.versantus-cta-section-04 .cta-left .cta-info .cta-text .number {font-size: 24px;line-height: 30px;color: #ffffff;}
.versantus-cta-section-04 .cta-right {display: flex;justify-content: space-between;position: relative;max-width: 360px;}
.versantus-cta-section-04 .cta-right::before {content: "";position: absolute;left: 0;bottom: 55%;background: #27225b;width: 360px;height: 1px;transform: translateY(-50%);}
.versantus-cta-section-04 .cta-right::after {content: "";position: absolute;left: 50%;top: 50%;background: #27225b;width: 1px;height: 280px;transform: translate(-50%, -50%);}
.versantus-cta-section-04 .cta-right .counter-item-box {position: relative;}
.versantus-cta-section-04 .cta-right .counter-item.counter-1, .versantus-cta-section-04 .cta-right .counter-item.counter-2 {padding-top: 45px;margin-top: 25px;}
.versantus-cta-section-04 .cta-right .counter-item span {font-size: 48px;line-height: 26px;font-family: "Barlow", sans-serif;font-weight: 600;color: #086ad8;}
.versantus-cta-section-04 .cta-right .counter-item p {font-size: 12px;line-height: 26px;font-weight: 700;text-transform: uppercase;color: #ffffff;}
@media only screen and (max-width: 1199px) {.versantus-cta-section-04 .cta-left {padding-right: 0px;}
.versantus-cta-section-04 .cta-right {margin-top: 65px;}
.versantus-cta-section-04 .cta-right::before {width: 320px;}
.versantus-cta-section-04 .cta-right::after {height: 240px;}}
@media only screen and (max-width: 767px) {.versantus-cta-section-04 .cta-right .counter-item span {font-size: 42px;}}
.versantus-cta-section-05 .cta-wrap {background: #0f0948;background-repeat: no-repeat;background-size: cover;background-position: center center;border-radius: 10px;margin-bottom: -85px;position: relative;z-index: 5;padding: 80px 110px 105px;}
.versantus-cta-section-05 .cta-wrap .cta-content .title {font-size: 42px;line-height: 54px;font-weight: 600;color: #ffffff;}
.versantus-cta-section-05 .cta-wrap .cta-content .cta-btn .btn-4 {height: 45px;line-height: 45px;font-size: 15px;padding: 0 30px;margin-top: 35px;}
@media only screen and (max-width: 1199px) {.versantus-cta-section-05 .cta-wrap {padding: 80px 75px 80px;}}
@media only screen and (max-width: 767px) {.versantus-cta-section-05 .cta-wrap {padding: 70px 70px 70px;}
.versantus-cta-section-05 .cta-wrap .cta-content .title {font-size: 36px;line-height: 48px;}}
@media only screen and (max-width: 449px) {.versantus-cta-section-05 .cta-wrap {padding: 70px 50px 70px;}
.versantus-cta-section-05 .cta-wrap .cta-content .title {font-size: 32px;line-height: 44px;}}
.versantus-cta-section-06 {background: #010f31;background-repeat: no-repeat;background-size: cover;background-position: center center;}
@media only screen and (max-width: 991px) {.versantus-cta-section-06 .cta-info {margin-top: 50px;}}
.versantus-cta-section-06 .cta-info .cta-text {margin-left: 30px;margin-top: 10px;}
@media only screen and (max-width: 991px) {.versantus-cta-section-06 .cta-info .cta-text {margin-left: 0;}}
.versantus-cta-section-06 .cta-info .cta-text p {font-size: 18px;line-height: 30px;font-family: "Barlow", sans-serif;font-weight: 500;color: #ffffff;}
.versantus-cta-section-06 .cta-info .cta-text .number {font-size: 36px;line-height: 42px;color: #086ad8;}
.versantus-cta-section-07 {background: none;}
.versantus-cta-section-07 .cta-wrap {background: #010f31;padding: 105px;border-radius: 10px;background-repeat: no-repeat;background-size: cover;background-position: center center;margin-bottom: -150px;position: relative;z-index: 5;}
@media only screen and (max-width: 1199px) {.versantus-cta-section-07 .cta-info .cta-text {margin-left: 0px;}}
@media only screen and (max-width: 991px) {.versantus-cta-section-07 .cta-info {margin-top: 50px;}}
@media only screen and (max-width: 767px) {.versantus-cta-section-07 .cta-wrap {padding: 80px;}}
@media only screen and (max-width: 575px) {.versantus-cta-section-07 .cta-wrap {padding: 60px;}
.versantus-cta-section-07 .cta-info .cta-text .number {font-size: 28px;line-height: 40px;}}
@media only screen and (max-width: 449px) {.versantus-cta-section-07 .cta-wrap {padding: 45px;}}
.versantus-about-section {background: #0c0520;padding-top: 200px;background-repeat: no-repeat;background-position: center center;background-size: cover;position: relative;overflow: hidden;}
.versantus-about-section .shape-1 {position: absolute;width: 100%;height: 130px;right: 0;left: 0px;top: -30px;background: #ffffff;transform: skewY(-3deg);transform-origin: 0;z-index: 2;}
.versantus-about-section .about-img-wrap {position: relative;}
.versantus-about-section .about-img-wrap .about-img img {border-radius: 10px;}
.versantus-about-section .about-img-wrap .about-img.about-img-big {padding-top: 80px;}
.versantus-about-section .about-img-wrap .about-img.about-img-sm {position: absolute;top: 0px;right: 0;}
.versantus-about-section .about-img-wrap .about-img.about-img-sm .shape-01 {position: absolute;width: 9px;height: 235px;background: #086ad8;right: 10px;bottom: -270px;}
.versantus-about-section .about-content-wrap {padding-left: 100px;}
.versantus-about-section .about-content-wrap .section-title .title {color: #ffffff;}
.versantus-about-section .about-content-wrap .section-title .sub-title {color: #ffffff;}
.versantus-about-section .about-content-wrap p {font-size: 16px;line-height: 30px;color: #ffffff;padding-right: 15px;margin-top: 20px;}
@media only screen and (max-width: 1199px) {.versantus-about-section {padding-top: 165px;}
.versantus-about-section .shape-1 {top: -60px;}
.versantus-about-section .about-img-wrap .about-img.about-img-sm {right: -25px;}
.versantus-about-section .about-img-wrap .about-img.about-img-sm .shape-01 {height: 190px;bottom: -228px;}
.versantus-about-section .about-content-wrap {padding-left: 50px;}}
@media only screen and (max-width: 991px) {.versantus-about-section {padding-top: 135px;}
.versantus-about-section .about-content-wrap {padding-left: 0px;margin-top: 50px;}}
@media only screen and (max-width: 575px) {.versantus-about-section {padding-top: 150px;}
.versantus-about-section .about-img-wrap .about-img.about-img-big {padding-top: 0px;}
.versantus-about-section .about-img-wrap .about-img.about-img-sm {display: none;}}
@-webkit-keyframes zoombig {0% {transform: translate(-50%, -50%) scale(0.5);opacity: 1;border-width: 3px;}
40% {opacity: .5;border-width: 3px;}
65% {border-width: 2px;}
100% {transform: translate(-50%, -50%) scale(1);opacity: 0;border-width: 2px;}}
@keyframes zoombig {0% {transform: translate(-50%, -50%) scale(0.5);opacity: 1;border-width: 3px;}
40% {opacity: .5;border-width: 3px;}
65% {border-width: 2px;}
100% {transform: translate(-50%, -50%) scale(1);opacity: 0;border-width: 2px;}}
.versantus-about-section-02 .about-02-left {padding: 0 35px;}
.versantus-about-section-02 .about-02-left .section-title .title {font-size: 42px;line-height: 60px;}
.versantus-about-section-02 .about-02-left .about-author {margin-top: 30px;}
.versantus-about-section-02 .about-02-left .about-author .name {font-size: 16px;line-height: 24px;margin-top: 20px;}
.versantus-about-section-02 .about-02-left .about-author .designation {font-size: 12px;line-height: 18px;color: #4c4d56;}
.versantus-about-section-02 .about-02-right {position: relative;padding-left: 112px;}
.versantus-about-section-02 .about-02-right::before {content: "";position: absolute;left: 0;top: 0;background: #e1e1e1;width: 1px;height: 350px;}
.versantus-about-section-02 .about-02-right p {font-size: 16px;line-height: 30px;color: #4c4d56;}
.about-list {margin-top: 40px;}
.about-list ul li {font-size: 16px;line-height: 36px;font-family: "Jost", sans-serif;font-weight: 500;color: #333333;}
.about-list ul li i {font-size: 16px;color: #086ad8;margin-right: 10px;}
@media only screen and (max-width: 1199px) {.versantus-about-section-02 .about-02-right {padding-left: 80px;}}
@media only screen and (max-width: 991px) {.versantus-about-section-02 .about-02-left {padding: 0 0px;}
.versantus-about-section-02 .about-02-right {padding-left: 0px;margin-top: 50px;}
.versantus-about-section-02 .about-02-right::before {display: none;}}
@media only screen and (max-width: 767px) {.versantus-about-section-02 .about-02-left .section-title .title {font-size: 36px;line-height: 52px;}}
@media only screen and (max-width: 575px) {.versantus-about-section-02 .about-02-left .section-title .title {font-size: 30px;line-height: 48px;}}
.versantus-about-section-03 {overflow: hidden;padding-bottom: 180px;}
.versantus-about-section-03 .about-content-03 {padding-right: 145px;}
.versantus-about-section-03 .about-content-03 .text {font-size: 16px;line-height: 30px;margin-top: 20px;}
.versantus-about-section-03 .about-content-03 .about-quote {background: #fff6f5;padding: 40px 30px;padding-right: 85px;border-radius: 5px;margin-top: 30px;}
.versantus-about-section-03 .about-content-03 .about-quote .blockquote {padding-left: 60px;margin-bottom: 0;position: relative;}
.versantus-about-section-03 .about-content-03 .about-quote .blockquote::before {content: '\f115';font-family: flaticon !important;font-size: 40px;line-height: 1;margin-right: 5px;position: absolute;top: 0;left: 0;color: #ff5538;}
.versantus-about-section-03 .about-content-03 .about-quote .blockquote p {font-size: 16px;font-weight: 500;line-height: 30px;color: #0e0e0e;}
.versantus-about-section-03 .about-content-03 .about-list-02 {padding-top: 20px;padding-right: 25px;}
.versantus-about-section-03 .about-content-03 .about-list-02 .about-list-item-02 {margin-top: 20px;}
.versantus-about-section-03 .about-content-03 .about-list-02 .about-list-item-02 .title {font-size: 18px;line-height: 30px;color: #231e32;}
.versantus-about-section-03 .about-content-03 .about-list-02 .about-list-item-02 .title i {color: #ff5538;margin-right: 7px;}
.versantus-about-section-03 .about-content-03 .about-list-02 .about-list-item-02 P {font-size: 16px;line-height: 26px;margin-top: 10px;}
.versantus-about-section-03 .about-img-warp-3 {position: relative;z-index: 1;}
.versantus-about-section-03 .about-img-warp-3 .shape-1 {width: 520px;height: 490px;background: #ff5538;position: absolute;left: 85px;bottom: -30px;z-index: -1;}
.versantus-about-section-03 .about-img-warp-3 .about-img img {border-radius: 10px;}
.versantus-about-section-03 .about-img-warp-3 .about-img-big {text-align: right;}
.versantus-about-section-03 .about-img-warp-3 .about-img-sm {position: absolute;left: 0px;bottom: -65px;}
@media only screen and (max-width: 1399px) {.versantus-about-section-03 .about-content-03 {padding-right: 60px;}}
@media only screen and (max-width: 1199px) {.versantus-about-section-03 {padding-bottom: 100px;}
.versantus-about-section-03 .about-content-03 {padding-right: 40px;}}
@media only screen and (max-width: 991px) {.versantus-about-section-03 {padding-bottom: 180px;}
.versantus-about-section-03 .about-content-03 {padding-right: 140px;margin-bottom: 60px;}}
@media only screen and (max-width: 767px) {.versantus-about-section-03 {padding-bottom: 150px;}
.versantus-about-section-03 .about-content-03 {padding-right: 0px;}
.versantus-about-section-03 .about-img-warp-3 .shape-1 {left: 25px;}}
@media only screen and (max-width: 575px) {.versantus-about-section-03 {padding-bottom: 70px;}
.versantus-about-section-03 .about-content-03 .about-quote {padding-right: 35px;}
.versantus-about-section-03 .about-img-warp-3 .shape-1 {display: none;}
.versantus-about-section-03 .about-img-warp-3 .about-img-big {text-align: center;}
.versantus-about-section-03 .about-img-warp-3 .about-img-sm {display: none;}}
.versantus-about-section-04 .about-content-wrap {padding-right: 105px;}
.versantus-about-section-04 .about-content-wrap .text {font-size: 16px;line-height: 30px;margin-top: 30px;}
.versantus-about-section-04 .about-img-wrap {position: relative;}
.versantus-about-section-04 .about-img-wrap .about-img img {border-radius: 10px;}
.versantus-about-section-04 .about-img-wrap .about-img-big {text-align: right;}
.versantus-about-section-04 .about-img-wrap .about-img-sm {position: absolute;left: -15px;bottom: 35px;border: 8px solid #ffffff;border-radius: 10px;}
.about-author-info-wrap {display: flex;align-items: center;border-top: 2px solid #ececec;margin-top: 30px;padding-top: 30px;}
.about-author-info-wrap .about-author .name {font-size: 16px;line-height: 24px;font-weight: 600;margin-top: 20px;}
.about-author-info-wrap .about-author .designation {font-size: 12px;line-height: 18px;}
.about-author-info-wrap .about-info {flex: 1;padding-left: 50px;margin-left: 30px;position: relative;}
.about-author-info-wrap .about-info::before {content: "";position: absolute;left: 0;top: 50%;background: #ececec;width: 2px;height: 95px;transform: translateY(-50%);}
.about-author-info-wrap .about-info p {font-size: 16px;line-height: 30px;color: #0e0e0e;}
.about-author-info-wrap .about-info .number {font-size: 24px;line-height: 36px;font-weight: 600;color: #086ad8;}
@media only screen and (max-width: 449px) {.about-author-info-wrap .about-info {padding-left: 20px;margin-left: 15px;}
.about-author-info-wrap .about-info p {font-size: 15px;}}
@media only screen and (max-width: 1199px) {.versantus-about-section-04 .about-content-wrap {padding-right: 40px;}}
@media only screen and (max-width: 991px) {.versantus-about-section-04 .about-img-wrap {margin-top: 60px;}
.versantus-about-section-04 .play-btn-02 {left: 22%;}}
@media only screen and (max-width: 767px) {.versantus-about-section-04 .play-btn-02 {left: 2%;}}
@media only screen and (max-width: 575px) {.versantus-about-section-04 .about-content-wrap {padding-right: 0px;}
.versantus-about-section-04 .about-img-wrap {position: relative;}
.versantus-about-section-04 .about-img-wrap .about-img-big {text-align: center;}
.versantus-about-section-04 .about-img-wrap .about-img-sm {display: none;}
.versantus-about-section-04 .play-btn-02 {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}}
.versantus-about-section-05 .section-title {max-width: 1060px;margin: 0 auto;}
.versantus-about-section-05 .about-img-wrap {position: relative;}
.versantus-about-section-05 .about-img-wrap .about-img img {border-radius: 15px;}
.versantus-about-section-05 .about-img-wrap .about-img-big {text-align: right;}
.versantus-about-section-05 .about-img-wrap .about-img-sm {position: absolute;top: 80px;left: 0;}
.versantus-about-section-05 .about-content-wrap {padding-top: 100px;}
.versantus-about-section-05 .about-content {padding-left: 120px;}
.versantus-about-section-05 .about-content .title {font-size: 24px;line-height: 40px;font-weight: 500;color: #0e0e0e;}
.versantus-about-section-05 .about-content .text {font-size: 16px;line-height: 30px;margin-top: 30px;}
.versantus-about-section-05 .about-content .about-list-item-wrap {margin-top: -20px;}
.versantus-about-section-05 .about-content .about-list-item-wrap .about-list-item {display: flex;align-items: center;margin-top: 50px;}
.versantus-about-section-05 .about-content .about-list-item-wrap .about-list-item .about-text {flex: 1;margin-left: 20px;}
.versantus-about-section-05 .about-content .about-list-item-wrap .about-list-item .about-text .title {font-size: 18px;line-height: 30px;font-weight: 600;}
.versantus-about-section-05 .about-content .about-list-item-wrap .about-list-item .about-text p {font-size: 14px;line-height: 27px;}
@media only screen and (max-width: 1199px) {.versantus-about-section-05 .about-content-wrap {padding-top: 80px;}
.versantus-about-section-05 .about-content {padding-left: 60px;}}
@media only screen and (max-width: 991px) {.versantus-about-section-05 .about-content-wrap {padding-top: 60px;}
.versantus-about-section-05 .about-img-wrap .about-img-big {text-align: center;}
.versantus-about-section-05 .about-content {padding-left: 0px;margin-top: 60px;}}
@media only screen and (max-width: 575px) {.versantus-about-section-05 .about-img-wrap .about-img-sm {display: none;}}
.versantus-about-section-06 {padding-bottom: 200px;}
.versantus-about-section-06 .about-img {position: relative;margin-top: 70px;z-index: 1;}
.versantus-about-section-06 .about-img .shape-1 {position: absolute;left: 0;top: -25%;-webkit-animation: round-01 7s linear infinite;animation: round-01 7s linear infinite;z-index: -1;}
.versantus-about-section-06 .about-img .play-btn {position: absolute;top: -25px;right: 135px;}
.versantus-about-section-06 .about-img .play-btn a {width: 80px;height: 80px;line-height: 68px;font-size: 15px;display: inline-block;text-align: center;border-radius: 50%;border: 7px solid #ffffff;background: #086ad8;color: #ffffff;}
.versantus-about-section-06 .about-img .play-btn a:hover {background: #0f0948;color: #ffffff;}
.versantus-about-section-06 .about-img .image {padding-left: 70px;}
.versantus-about-section-06 .about-img .image img {border-radius: 50%;}
.versantus-about-section-06 .about-content-wrap {padding-right: 115px;}
.versantus-about-section-06 .about-content-wrap .text {font-size: 16px;line-height: 30px;margin-top: 25px;}
.versantus-about-section-06 .about-content-wrap .about-list-wrap {padding-top: 50px;}
.versantus-about-section-06 .about-content-wrap .about-list-wrap .about-list li {border-bottom: 1px solid #ebebeb;margin-bottom: 15px;padding-bottom: 15px;}
.versantus-about-section-06 .about-content-wrap .about-list-wrap .about-list li:last-child {margin-bottom: 0;}
.versantus-about-section-06 .about-content-wrap .about-list-wrap .about-list li a {font-size: 20px;line-height: 30px;font-family: "Barlow", sans-serif;font-weight: 500;color: #0e0e0e;}
@media only screen and (max-width: 575px) {.versantus-about-section-06 .about-content-wrap .about-list-wrap .about-list li a {font-size: 18px;}}
.versantus-about-section-06 .about-content-wrap .about-list-wrap .about-list li a:hover {color: #086ad8;}
.versantus-about-section-06 .about-content-wrap .about-list-wrap .about-list li a:hover i {transform: translateX(20px);}
.versantus-about-section-06 .about-content-wrap .about-list-wrap .about-list li a i {transform: translateX(15px);transition: all 0.3s linear;}
@media only screen and (max-width: 1199px) {.versantus-about-section-06 {padding-bottom: 100px;}
.versantus-about-section-06 .about-img .shape-1 {top: -13%;}
.versantus-about-section-06 .about-img .image {padding-left: 30px;}
.versantus-about-section-06 .about-content-wrap {padding-right: 0px;}}
@media only screen and (max-width: 991px) {.versantus-about-section-06 .about-img .shape-1 {top: -25%;left: 11%;}
.versantus-about-section-06 .about-img .image {text-align: center;padding-left: 0px;}
.versantus-about-section-06 .about-content-wrap {margin-top: 150px;}
.versantus-about-section-06 .about-content-wrap .about-list-wrap {padding-top: 30px;}}
@media only screen and (max-width: 767px) {.versantus-about-section-06 .about-img .shape-1 {top: -20%;left: 0;}}
@media only screen and (max-width: 575px) {.versantus-about-section-06 .about-img .shape-1 {top: -10%;}
.versantus-about-section-06 .about-content-wrap {margin-top: 110px;}}
@media only screen and (max-width: 449px) {.versantus-about-section-06 .about-content-wrap {margin-top: 80px;}}
.versantus-about-section-07 .about-img-wrap {display: flex;position: relative;z-index: 1;}
.versantus-about-section-07 .about-img-wrap .shape-1 {position: absolute;right: 55px;bottom: -30px;z-index: -1;}
.versantus-about-section-07 .about-img-wrap .about-img {overflow: hidden;}
.versantus-about-section-07 .about-img-wrap .about-img img {border-radius: 10px;}
.versantus-about-section-07 .about-img-wrap .about-img:first-child {padding-right: 15px;}
.versantus-about-section-07 .about-img-wrap .about-img:last-child {padding-left: 15px;margin-top: 75px;}
.versantus-about-section-07 .about-content-wrap {padding-left: 90px;}
.versantus-about-section-07 .about-content-wrap .text {font-size: 16px;line-height: 30px;margin-top: 25px;}
.versantus-about-section-07 .about-content-wrap .about-list-03 {border-top: 1px solid #e1e1e1;margin-top: 40px;padding-top: 15px;}
.versantus-about-section-07 .about-content-wrap .about-list-03 .about-list-item-03 {padding-right: 40px;margin-top: 25px;}
.versantus-about-section-07 .about-content-wrap .about-list-03 .about-list-item-03 .title {font-size: 18px;line-height: 30px;font-weight: 700;color: #231e32;}
.versantus-about-section-07 .about-content-wrap .about-list-03 .about-list-item-03 p {font-size: 16px;line-height: 30px;}
@media only screen and (max-width: 1199px) {.versantus-about-section-07 .about-img-wrap .shape-1 {right: 10px;bottom: -30px;width: 370px;}
.versantus-about-section-07 .about-content-wrap {padding-left: 40px;}
.versantus-about-section-07 .about-content-wrap .about-list-03 .about-list-item-03 {padding-right: 10px;}}
@media only screen and (max-width: 991px) {.versantus-about-section-07 .about-img-wrap {justify-content: center;}
.versantus-about-section-07 .about-img-wrap .shape-1 {right: 75px;width: inherit;}
.versantus-about-section-07 .about-content-wrap {padding-left: 0px;padding-top: 60px;}
.versantus-about-section-07 .about-content-wrap .about-list-03 .about-list-item-03 {padding-right: 40px;}}
@media only screen and (max-width: 767px) {.versantus-about-section-07 .about-img-wrap .shape-1 {right: 40px;width: 370px;}
.versantus-about-section-07 .about-content-wrap .about-list-03 .about-list-item-03 {padding-right: 0px;}}
@media only screen and (max-width: 575px) {.versantus-about-section-07 .about-img-wrap .shape-1 {display: none;}}
.brand-title {font-size: 26px;font-weight: 500;font-family: "Jost", sans-serif;color: #4c4d56;margin-top: -7px;}
@media only screen and (max-width: 575px) {.brand-title {font-size: 20px;}}
.brand-title span {color: #086ad8;font-weight: 700;}
.brand-active {max-width: 1070px;width: 100%;margin: 45px auto 0;}
.versantus-brand-section-02 .brand-wrapper {border-top: 1px solid #e1e1e1;padding-top: 20px;padding-bottom: 120px;}
.versantus-brand-section-03 .brand-wrapper {padding-top: 90px;}
.versantus-brand-section-03 .brand-active {margin-top: 0;}
.versantus-brand-section-04 .brand-wrapper {padding-top: 0;}
.versantus-contact-section .contact-wrap {background-repeat: no-repeat;background-size: contain;background-position: 60% 100%;}
.versantus-contact-section .contact-wrap .contact-info .section-title .title {position: relative;padding-left: 45px;}
.versantus-contact-section .contact-wrap .contact-info .section-title .title::before {content: "";position: absolute;left: 0;top: 50%;background: #ff5538;height: 150px;width: 4px;transform: translateY(-50%);}
.versantus-contact-section .contact-wrap .contact-info ul {padding-top: 15px;}
.versantus-contact-section .contact-wrap .contact-info ul li {margin-top: 15px;padding-right: 65px;}
.versantus-contact-section .contact-wrap .contact-info ul li:first-child {border-top: 0;}
.versantus-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {font-size: 50px;color: #ff5538;}
@media only screen and (max-width: 575px) {.versantus-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {font-size: 42px;}}
.versantus-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text {margin-left: 20px;}
.versantus-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text .title {font-size: 24px;line-height: 30px;color: #0e0e0e;}
.versantus-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text p {font-size: 16px;line-height: 30px;color: #0e0e0e;}
.versantus-contact-section .contact-wrap .contact-form {background: #f8f8f8;border-radius: 10px;overflow: hidden;margin-left: 110px;}
@media only screen and (max-width: 1399px) {.versantus-contact-section .contact-wrap .contact-form {margin-left: 40px;}}
@media only screen and (max-width: 1199px) {.versantus-contact-section .contact-wrap .contact-form {margin-left: 15px;}}
@media only screen and (max-width: 991px) {.versantus-contact-section .contact-wrap .contact-form {margin-left: 0;margin-top: 60px;}}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap {padding: 55px 40px;}
@media only screen and (max-width: 1199px) {.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap {padding: 40px;}}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap {margin-bottom: 30px;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {font-size: 14px;line-height: 30px;font-family: "Barlow", sans-serif;font-weight: 700;text-transform: uppercase;color: #ff5538;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {font-size: 42px;line-height: 54px;font-weight: 600;color: #333333;}
@media only screen and (max-width: 1199px) {.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {font-size: 32px;line-height: 48px;}}
@media only screen and (max-width: 575px) {.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {font-size: 28px;line-height: 40px;}}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form {margin-top: 25px;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {height: 55px;line-height: 55px;border: 1px solid #ebebeb;padding-left: 15px;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {opacity: 0.95;font-size: 14px;color: #4c4d56;font-family: "Barlow", sans-serif;font-weight: 400;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {opacity: 0.95;font-size: 14px;color: #4c4d56;font-family: "Barlow", sans-serif;font-weight: 400;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {opacity: 0.95;font-size: 14px;color: #4c4d56;font-family: "Barlow", sans-serif;font-weight: 400;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {opacity: 0.95;font-size: 14px;color: #4c4d56;font-family: "Barlow", sans-serif;font-weight: 400;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea {height: 135px;border: 1px solid #ebebeb;padding-left: 15px;resize: none;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea::-webkit-input-placeholder {opacity: 0.95;font-size: 14px;color: #4c4d56;font-family: "Barlow", sans-serif;font-weight: 400;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea:-moz-placeholder {opacity: 0.95;font-size: 14px;color: #4c4d56;font-family: "Barlow", sans-serif;font-weight: 400;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea::-moz-placeholder {opacity: 0.95;font-size: 14px;color: #4c4d56;font-family: "Barlow", sans-serif;font-weight: 400;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea:-ms-input-placeholder {opacity: 0.95;font-size: 14px;color: #4c4d56;font-family: "Barlow", sans-serif;font-weight: 400;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn {margin-top: 25px;}
.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {font-size: 16px;width: 100%;height: 55px;line-height: 50px;margin-bottom: 10px;}
@media only screen and (max-width: 575px) {.versantus-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {padding: 0 45px;}}
.versantus-contact-section-02 .contact-wrap .contact-info .section-title .title::before {background: #086ad8;}
.versantus-contact-section-02 .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {color: #086ad8;}
.versantus-contact-section-02 .contact-wrap .contact-form {background: #ffffff;box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.1);}
.versantus-contact-section-02 .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {color: #086ad8;}
.contact-info-section .contact-info-wrap {margin-top: -30px;}
.contact-info-section .contact-info-wrap .single-contact-info {background: #f8f8f8;padding: 50px 80px 75px;border-radius: 5px;margin-top: 30px;}
@media only screen and (max-width: 1199px) {.contact-info-section .contact-info-wrap .single-contact-info {padding: 50px 40px 60px;}}
@media only screen and (max-width: 767px) {.contact-info-section .contact-info-wrap .single-contact-info {padding: 50px 30px 60px;}}
.contact-info-section .contact-info-wrap .single-contact-info .info-content .title {font-size: 24px;line-height: 36px;font-weight: 600;margin-top: 15px;margin-bottom: 15px;}
.contact-info-section .contact-info-wrap .single-contact-info .info-content p {font-size: 18px;line-height: 30px;}
@media only screen and (max-width: 1199px) {.contact-info-section .contact-info-wrap .single-contact-info .info-content p {font-size: 16px;}}
@media only screen and (max-width: 991px) {.contact-info-section .contact-info-wrap .single-contact-info .info-content p {font-size: 18px;}}
.versantus-contact-section-03 .contact-wrap {margin-bottom: -60px;position: relative;z-index: 5;}
.versantus-contact-section-03 .contact-wrap .contact-form .contact-form-wrap .form-btn {text-align: center;}
.versantus-contact-section-03 .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {width: 70%;}
.contact-map-section .contact-map-wrap {margin-bottom: -8px;}
.contact-map-section .contact-map-wrap iframe {height: 550px;width: 100%;filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);}
.versantus-blog-grid-wrap {margin-top: -30px;}
.features-wrap {margin-top: -170px;position: relative;z-index: 5;}
@media only screen and (max-width: 991px) {.features-wrap {margin-top: -130px;}}
.features-item {display: flex;align-items: center;background: #ffffff;background-repeat: no-repeat;background-position: center center;background-size: cover;border-radius: 10px;box-shadow: 0px 37px 79px 0px rgba(0, 0, 0, 0.13);padding: 35px;padding-right: 50px;margin-top: 30px;transition: all 0.3s linear;}
@media only screen and (max-width: 449px) {.features-item {padding: 30px;padding-right: 25px;}}
.features-item .features-content {flex: 1;margin-left: 20px;}
@media only screen and (max-width: 449px) {.features-item .features-content {margin-left: 15px;}}
.features-item .features-content .title {font-size: 24px;line-height: 30px;font-weight: 600;}
@media only screen and (max-width: 449px) {.features-item .features-content .title {font-size: 20px;}}
.versantus-features-section-02 .features-wrap-02 {margin-top: -140px;position: relative;z-index: 5;}
.versantus-features-section-02 .features-item {background: linear-gradient(90deg, #693eaa 0%, #01ebf2 100%);padding: 40px 35px;padding-right: 90px;}
.versantus-features-section-02 .features-item .features-content {margin-left: 40px;}
.versantus-features-section-02 .features-item .features-content .title {font-size: 28px;line-height: 30px;font-weight: 700;color: #ffffff;}
.versantus-features-section-02 .features-item .features-content .title:hover a {color: #086ad8;}
.versantus-features-section-02 .features-item .features-content p {font-size: 14px;line-height: 24px;color: #ffffff;margin-top: 15px;}
.versantus-features-section-02 .features-item .features-content .lern-more {font-size: 14px;line-height: 30px;font-weight: 600;color: #086ad8;margin-top: 5px;}
.versantus-features-section-02 .features-item .features-content .lern-more i {position: relative;top: 1px;transition: all 0.3s linear;}
.versantus-features-section-02 .features-item .features-content .lern-more:hover i {margin-left: 5px;}
@media only screen and (max-width: 1399px) {.versantus-features-section-02 .features-item {padding-right: 38px;}
.versantus-features-section-02 .features-item .features-content {margin-left: 30px;}}
@media only screen and (max-width: 1199px) {.versantus-features-section-02 .features-wrap-02 {margin-top: -90px;}
.versantus-features-section-02 .features-item {padding: 40px 25px;padding-right: 25px;}
.versantus-features-section-02 .features-item .features-content {margin-left: 25px;}
.versantus-features-section-02 .features-item .features-content .title {font-size: 22px;}}
@media only screen and (max-width: 449px) {.versantus-features-section-02 .features-item {align-items: self-start;flex-direction: column;gap: 25px;}
.versantus-features-section-02 .features-item .features-content {margin-left: 0px;}}
@media only screen and (max-width: 449px) {.solution-item.solution-item-sm .solution-content .solution-title {padding-right: 0px;}}
.page-banner-section {padding-top: 85px;min-height: 670px;display: flex;align-items: center;background-repeat: no-repeat;background-size: cover;background-position: center center;position: relative;overflow: hidden;z-index: 1; background: url(../images//bg/service-bg3.jpg);}
.page-banner-section .shape-1 {position: absolute;left: -32%;top: -35%;z-index: -1;}
.page-banner-section .shape-2 {position: absolute;left: -11%;top: -30%;z-index: -1;}
.page-banner-section .shape-3 {position: absolute;right: -2%;bottom: -27%;z-index: -1;}
.page-banner-section .shape-4 {position: absolute;right: -26%;bottom: -81%;z-index: -1;}
@media only screen and (max-width: 1199px) {.page-banner-section {min-height: 520px;}
.page-banner-section .shape-1 {left: -70%;top: -47%;}
.page-banner-section .shape-2 {left: -30%;top: -55%;}
.page-banner-section .shape-3 {right: -15%;bottom: -45%;}
.page-banner-section .shape-4 {right: -50%;bottom: -130%;}}
@media only screen and (max-width: 991px) {.page-banner-section {min-height: 450px;}
.page-banner-section .shape-1 {left: -95%;top: -58%;}
.page-banner-section .shape-2 {left: -41%;top: -79%;}
.page-banner-section .shape-3 {right: -25%;bottom: -60%;}
.page-banner-section .shape-4 {right: -90%;bottom: -125%;}}
@media only screen and (max-width: 767px) {.page-banner-section {min-height: 350px;}
.page-banner-section .shape-1 {display: none;}
.page-banner-section .shape-2 {display: none;}
.page-banner-section .shape-3 {display: none;}
.page-banner-section .shape-4 {display: none;}}
.page-banner .title {font-size: 60px;line-height: 1.25;font-family: "Barlow", sans-serif;display: inline-block;font-weight: 600;color: #ffffff;position: relative;z-index: 1;}
@media only screen and (max-width: 1199px) {.page-banner .title {font-size: 48px;}}
@media only screen and (max-width: 767px) {.page-banner .title {font-size: 30px;}}
.page-banner .breadcrumb {margin-bottom: 0;margin-top: 10px;}
.page-banner .breadcrumb .breadcrumb-item {color: #ffffff;font-size: 20px;}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {.page-banner .breadcrumb .breadcrumb-item {font-size: 16px;}}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {padding-left: 8px;}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {content: "/";font-family: flaticon !important;font-size: 20px;padding-right: 5px;color: #ffffff;}
.footer-widget-wrap {padding-top: 70px;padding-bottom: 75px;}
.footer-widget {margin-top: 30px;}
.widget-info {padding-top: 20px;}
.widget-info ul li {display: flex;align-items: center;flex-wrap: nowrap;margin-top: 10px;}
.widget-info ul li .info-icon i {display: inline-block;color: #086ad8;font-size: 18px;margin-right: 10px;margin-top: 2px;}
.widget-info ul li .info-text {font-size: 16px;line-height: 20px;font-family: "Barlow", sans-serif;font-weight: 600;color: #c4c5c7;}
.footer-widget-about {margin-top: 15px;}
.footer-widget-about p {font-size: 14px;line-height: 30px;color: #ffffff;padding-right: 110px;margin-top: 20px;}
@media only screen and (max-width: 1399px) {.footer-widget-about p {padding-right: 0;}}
.footer-social .social {margin-top: 25px;}
.footer-social .social li {display: inline-block;}
.footer-social .social li + li {margin-left: 5px;}
.footer-social .social li a {width: 35px;height: 35px;line-height: 37px;text-align: center;border-radius: 50%;font-size: 16px;background: #ffffff;color: #086ad8;}
.footer-social .social li a:hover {color: #086ad8;}
.footer-widget .footer-widget-title {font-size: 20px;font-family: "Barlow", sans-serif;font-weight: 600;color: #ffffff;}
.widget-link {padding-top: 22px;}
.widget-link .link li {margin-top: 7px;}
.widget-link .link li a {font-size: 14px;color: #c4c5c7;transition: all 0.3s linear;}
.widget-link .link li a:hover {color: #086ad8;padding-left: 10px;}
.footer-section-02 .footer-social .social li a {color: #ff5538;}
.footer-section-02 .footer-social .social li a:hover {color: #ff5538;}
.footer-section-02 .widget-link {padding-top: 22px;}
.footer-section-02 .widget-link .link li a:hover {color: #ff5538;}
.footer-section-02 .widget-info ul li .info-icon i {color: #ff5538;}
.footer-section-02 .widget-info ul li .info-text a:hover {color: #ff5538;}
.footer-section-04 .footer-widget-about p {color: #0e0e0e;}
.footer-section-04 .footer-widget .footer-widget-title {color: #0e0e0e;}
.footer-section-04 .widget-link {padding-top: 22px;}
.footer-section-04 .widget-link .link li a {color: #0e0e0e;}
.footer-section-04 .widget-link .link li a:hover {color: #086ad8;}
.footer-section-04 .widget-info ul li .info-text {color: #0e0e0e;}
.footer-section-05 .footer-social .social li a {color: #086ad8;}
.footer-section-05 .footer-social .social li a:hover {color: #086ad8;}
.footer-section-05 .widget-link {padding-top: 22px;}
.footer-section-05 .widget-link .link li a:hover {color: #086ad8;}
.footer-section-05 .widget-info ul li .info-icon i {color: #086ad8;}
.footer-section-05 .widget-info ul li .info-text a:hover {color: #086ad8;}
.footer-section {background: #868686;background-repeat: no-repeat;background-size: cover;background-position: center center;margin-top: 10x;}
.footer-logo {max-width: 300px;}
.footer-copyright-area {border-top: 1px solid #1b202f;padding-top: 15px;padding-bottom: 30px;}
.copyright-text {margin-top: 15px;}
@media only screen and (max-width: 767px) {.copyright-text {text-align: center;}}
.copyright-text p {font-size: 14px;color: #c4c5c7;}
.footer-section-02 .footer-widget-wrap {padding-top: 130px;}
.footer-section-03 .footer-widget-wrap {padding-top: 140px;}
.footer-section-04 .footer-copyright-area {border-top: 1px solid #e0e0e0;}
.footer-section-04 .copyright-text p {font-size: 14px;color: #0e0e0e;}
.progress-wrap {position: fixed;right: 50px;bottom: 50px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);opacity: 0;visibility: hidden;transform: translateX(130%);z-index: 99;transition: all 200ms linear;}
.progress-wrap::after {position: absolute;content: "\f108";font-family: flaticon !important;text-align: center;line-height: 45px;font-size: 18px;color: #086ad8;left: 0;top: 0;height: 46px;width: 46px;transform: rotate(90deg);cursor: pointer;display: block;z-index: 1;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #086ad8;stroke-width: 4;box-sizing: border-box;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateX(0);}
.progress-wrap-3 {box-shadow: inset 0 0 0 2px rgba(255, 85, 56, 0.2);}
.progress-wrap-3::after {color: #ff5538;}
.progress-wrap-3 svg.progress-circle path {stroke: #ff5538;}
