/** service-section **/

.service-section {
    position: relative;
    background: #003866;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 13px;
    border-radius: 7px;
    margin-bottom: 30px;
}

.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.service-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 7px;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
    opacity: 0.5;
    transform: scale(1.05);
}

.service-block-one .inner-box .lower-content {
    padding: 18px 15px 9px 15px;
}

.service-block-one .inner-box .lower-content .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
}

.service-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--title-color);
}

.service-block-one .inner-box .lower-content h3 a:hover {}

.service-block-one .inner-box .lower-content .link-box {
    position: relative;
}

.service-block-one .inner-box .lower-content .link-box .overlay-icon {
    position: absolute;
    top: -1px;
    right: 0px;
    opacity: 0;
}

.service-block-one .inner-box:hover .lower-content .link-box .overlay-icon {
    opacity: 1;
}

.service-block-one .inner-box:hover .lower-content .link-box .icon-box {
    opacity: 0;
}

.service-section .more-text h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

.service-section .more-text h4 a {
    display: inline-block;
    line-height: 20px;
}

.service-section .more-text h4 a:hover {
    color: #fff;
    border-color: #fff;
}

/** service-style-two **/

.service-style-two {
    position: relative;
}

.service-style-two .service-block-two {
    float: left;
    width: 50%;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
}

.service-block-two .inner-box .content-box {
    position: relative;
    display: block;
    width: 50%;
    padding: 110px 65px 100px 65px;
    background: #4f99aa;
}

.service-block-two .inner-box .image-column {
    width: 50%;
    height: 100%;
}

.service-block-two .inner-box .image-column .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-block-two .inner-box .image-column .image-box {
    position: relative;
    display: none;
}

.service-block-two .inner-box .image-column .image-box img {
    width: 100%;
}

.service-block-two .inner-box .content-box .icon-box {
    position: absolute;
    right: 80px;
    bottom: 72px;
}

.service-block-two .inner-box .content-box h2 {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 23px;
}

.service-block-two .inner-box .content-box h2 a {
    display: inline-block;
    color: #fff;
}

.service-block-two .inner-box .content-box h2 a:hover {
    text-decoration: underline;
}

.service-block-two .inner-box .content-box p {
    color: #fff;
    margin-bottom: 32px;
}

.service-block-two .inner-box .content-box .link a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--jost);
    color: #fff;
    font-weight: 700;
    padding-right: 83px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.service-block-two .inner-box .content-box .link a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 68px;
    height: 1px;
    top: 13px;
    right: 0px;
}

.service-style-two .service-block-two:nth-child(2) .inner-box .content-box {
    background: #f2f2f2;
}

.service-style-two .service-block-two:nth-child(2) .inner-box .content-box h2 a {
    color: #161837;
}

.service-style-two .service-block-two:nth-child(2) .inner-box .content-box p {
    color: #444444;
}

.service-style-two .service-block-two:nth-child(2) .inner-box .content-box .link a {
    color: #dd5903;
}

.service-style-two .service-block-two:nth-child(2) .inner-box .content-box .link a:before {
    background: #dd5903;
}

.service-style-two .service-block-two:nth-child(3) .inner-box .content-box {
    background: #e36b24;
}

.service-style-two .service-block-two:nth-child(4) .inner-box .content-box {
    background: #77724d;
}

.service-block-two .inner-box .content-box .decore {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 40px;
    right: -24px;
    background: #4f99aa;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.service-style-two .service-block-two:nth-child(2) .inner-box .content-box .decore {
    background: #f2f2f2;
}

.service-style-two .service-block-two:nth-child(3) .inner-box .content-box .decore {
    background: #e36b24;
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%, 0% 0%);
    right: inherit;
    left: -24px;
}

.service-style-two .service-block-two:nth-child(4) .inner-box .content-box .decore {
    background: #77724d;
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%, 0% 0%);
    right: inherit;
    left: -24px;
}

/** service-style-three **/

.service-style-three {
    position: relative;
}

.service-block-three .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 0px 0px #eeeff1;
}

.service-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-three .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.service-block-three .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.service-block-three .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 28px 30px 34px 30px;
    border: 1px solid #ddddd5;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
}

.service-block-three .inner-box .lower-content .icon-box {
    position: absolute;
    right: 30px;
    bottom: 50px;
}

.service-block-three .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 28px;
    font-family: var(--text-font);
    font-weight: 700;
    margin-bottom: 15px;
}

.service-block-three .inner-box .lower-content h3 a {
    display: inline-block;
    color: #011e45;
}

.service-block-three .inner-box .lower-content h3 a:hover {}

.service-block-three .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-family: var(--jost);
    font-weight: 700;
    text-transform: uppercase;
}

.service-block-three .inner-box .lower-content .link a:hover {
    text-decoration: underline;
}

.service-style-three .inner-container {
    position: relative;
    margin-left: -54px;
    margin-right: -54px;
}

.service-style-three .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 23px;
}

.service-style-three .nav-style-one .owl-nav button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-color: #a7a7a7;
}

.service-style-three .nav-style-one .owl-nav button:hover {}

.service-style-three .nav-style-one .owl-nav button.owl-prev:before {
    background-image: url(../../images/icons/icon-64.png);
}

.service-style-three .nav-style-one .owl-nav button.owl-next:before {
    background-image: url(../../images/icons/icon-65.png);
}

/** service-style-four **/

.service-style-four {
    position: relative;
    background: #f8f8f8;
}

.service-style-four .sec-title p {
    margin-top: 10px;
}

.service-style-four .auto-container {
    max-width: 1280px;
}

.service-block-four .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px;
}

.service-block-four .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-four .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.service-block-four .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.service-block-four .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 33px 30px 39px 30px;
}

.service-block-four .inner-box .lower-content .icon-box {
    position: absolute;
    top: -30px;
    right: 20px;
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #f26a42;
    text-align: center;
    border-radius: 50%;
}

.service-block-four .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 30px;
    font-family: var(--text-font);
    margin-bottom: 9px;
}

.service-block-four .inner-box .lower-content h3 a {
    display: inline-block;
    color: #0b1953;
}

.service-block-four .inner-box .lower-content h3 a:hover {}

.service-block-four .inner-box .lower-content h3 a:hover {
    color: var(--theme-color);
}

.service-block-four .inner-box .lower-content p {
    line-height: 26px;
}

/** service-style-five **/

.service-style-five {
    position: relative;
    background: #f4f7f9;
}

.service-style-five .sec-title p {
    max-width: 660px;
    margin-bottom: 22px;
    margin-top: 21px;
}

.service-style-five .sec-title a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-family: var(--jost);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.service-style-five .sec-title a:hover {
    color: var(--title-color);
    border-color: var(--title-color);
}

.service-block-five .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e8ecee;
    border-radius: 10px;
    padding: 36px 30px 78px 38px;
    margin-bottom: 30px;
}

.service-block-five .inner-box:before {
    position: absolute;
    content: '';
    background: #cacaca;
    width: 1px;
    height: 82px;
    left: 39px;
    top: 0px;
}

.service-block-five .inner-box:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #949494;
    left: 35px;
    top: 82px;
}

.service-block-five .inner-box .count-text {
    position: absolute;
    top: 0px;
    right: 25px;
    width: 62px;
    height: 78px;
    line-height: 78px;
    background: #f0f0f0;
    text-align: center;
    font-size: 14px;
    font-family: var(--roboto);
    color: #747474;
    font-weight: 700;
    border-radius: 0px 0px 40px 40px;
}

.service-block-five .inner-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 43px;
    margin-left: 40px;
}

.service-block-five .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
}

.service-block-five .inner-box h3 a {
    display: inline-block;
    color: #0b1970;
}

.service-block-five .inner-box h3 a:hover {}

.service-block-five .inner-box p {
    line-height: 26px;
}

.service-block-five .inner-box .link-icon {
    position: absolute;
    right: 37px;
    bottom: 31px;
}

.service-block-five .inner-box .link-icon .static-icon {
    position: relative;
    display: inline-block;
}

.service-block-five .inner-box:hover .link-icon .static-icon {
    opacity: 0;
}

.service-block-five .inner-box .link-icon .overlay-icon {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: -20px;
    opacity: 0;
}

.service-block-five .inner-box:hover .link-icon .overlay-icon {
    left: 0px;
    top: 0px;
    opacity: 1;
}

/** service-style-six **/

.service-style-six {
    position: relative;
    background: #f1f7fc;
}

.service-style-six .sec-title p {
    font-size: 22px;
    line-height: 26px;
    color: #242424;
    font-weight: 500;
}

.service-style-six .inner-container {
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
}

.service-block-six .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 42px 30px 44px 30px;
}

.service-block-six .inner-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 13px;
    min-height: 64px;
}

.service-block-six .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #f0f3fb;
    width: 40px;
    height: 40px;
    left: -13px;
    bottom: -20px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.service-block-six .inner-box:hover .icon-box:before {
    width: 60px;
    height: 60px;
}

.service-block-six .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 11px;
}

.service-block-six .inner-box h3 a {
    display: inline-block;
    color: #082680;
}

.service-block-six .inner-box h3 a:hover {}

.service-block-six .inner-box p {
    font-size: 17px;
    margin-bottom: 20px;
}

.service-block-six .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #003abe;
    padding-right: 84px;
}

.service-block-six .inner-box .link a:hover {}

.service-block-six .inner-box .link a:before {
    position: absolute;
    content: '';
    background: #003abe;
    width: 69px;
    height: 1px;
    right: 0px;
    bottom: 6px;
    transition: all 500ms ease;
}

.service-block-six .inner-box .link a:hover:before {
    opacity: 0;
}

.service-style-six .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 56px;
}

.service-style-six .owl-nav button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-color: #a7a7a7;
}

.service-style-six .owl-nav button:hover {}

.service-style-six .owl-nav button.owl-prev:before {
    background-image: url(../../images/icons/icon-64.png);
}

.service-style-six .owl-nav button.owl-next:before {
    background-image: url(../../images/icons/icon-65.png);
}

/** service-style-seven **/

.service-style-seven {
    position: relative;
    background: #f1f4f7;
}

.service-block-seven {
    margin-top: 103px;
}

.service-block-seven .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 0px 30px 21px 30px;
    margin-bottom: 30px;
}

.service-block-seven .inner-box .image-box {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 31px;
    margin-top: -103px;
}

.service-block-seven .inner-box .image-box .image {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.service-block-seven .inner-box .image-box .image img {
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
}

.service-block-seven .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.service-block-seven .inner-box .image-box .icon-box {
    position: absolute;
    display: inline-block;
    right: 0px;
    bottom: 6px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
}

.service-block-seven .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 14px;
    margin-bottom: 22px;
    border-bottom: 1px solid #d3d3d3;
}

.service-block-seven .inner-box h3 a {
    position: relative;
    display: inline-block;
    color: var(--title-color);
}

.service-block-seven .inner-box h3 a:hover {}

.service-block-seven .inner-box h3:before {
    position: absolute;
    content: '';
    background: #d3d3d3;
    width: 15px;
    height: 7px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.service-block-seven .inner-box p {
    margin-bottom: 10px;
}

.service-block-seven .inner-box .link a {
    position: relative;
    display: inline-block;
    filter: grayscale(100%);
}

.service-block-seven .inner-box .link a:hover {
    filter: grayscale(0%);
}

.service-style-seven .sec-title p {
    margin-top: 17px;
}

/** service-style-eight **/

.service-style-eight {
    position: relative;
    background: #f5f7fc;
}

.service-block-eight .inner-box {
    position: relative;
    display: block;
    padding: 24px 15px 0px 15px;
    z-index: 1;
}

.service-block-eight .inner-box:after {
    position: absolute;
    content: '';
    background: #fd4a36;
    width: calc(100% - 40px);
    height: 6px;
    left: 20px;
    top: 0px;
    border-radius: 0px 0px 30px 30px;
}

.service-block-eight .inner-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: calc(100% - 43px);
    left: 0px;
    top: 0px;
    border-radius: 10px;
}

.service-block-eight .inner-box .icon-box {
    position: relative;
    display: inline-block;
    height: 100px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    margin-left: -6px;
    width: 100px;
    margin-bottom: 13px;
    text-align: center;
    border: 1px dashed transparent;
    transition: all 500ms ease;
}

.service-block-eight .inner-box:hover .icon-box {
    border: 1px dashed #f1683f;
    margin-left: 12px;
}

.service-block-eight .inner-box .icon-box img {
    display: inline-block;
}

.service-block-eight .inner-box h3 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 29px;
    margin-left: 20px;
}

.service-block-eight .inner-box h3 a {
    position: relative;
    display: inline-block;
    color: var(--title-color);
}

.service-block-eight .inner-box h3 a:hover {}

.service-block-eight .inner-box .image-box {
    position: relative;
    display: block;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}

.service-block-eight .inner-box .image-box img {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    transition: all 500ms ease;
}

.service-block-eight .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.service-style-eight .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 60px;
}

.service-style-eight .nav-style-one .owl-nav button {
    width: 43px;
    height: 43px;
    line-height: 43px;
    border: 2px solid #a7afc1;
}

.service-style-eight .nav-style-one .owl-nav button.owl-prev:before {
    background-image: url(../../images/icons/icon-145.png);
}

.service-style-eight .nav-style-one .owl-nav button.owl-next:before {
    background-image: url(../../images/icons/icon-146.png);
}

.service-style-eight .nav-style-one .owl-nav button:hover {}

.service-style-eight .nav-style-one .owl-nav button.owl-prev:after {
    position: absolute;
    content: '';
    background: #c1c7d5;
    width: 40px;
    height: 1px;
    right: 53px;
    top: 22px;
}

.service-style-eight .nav-style-one .owl-nav button.owl-next:after {
    position: absolute;
    content: '';
    background: #c1c7d5;
    width: 40px;
    height: 1px;
    left: 53px;
    top: 22px;
}

/** service-style-nine **/

.service-style-nine {
    position: relative;
}

.service-style-nine .bg-color {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(50% + 80px);
    background: #003866;
}

.service-block-nine .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-block-nine .inner-box .image-box {
    position: relative;
    display: block;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.service-block-nine .inner-box .image-box img {
    width: 100%;
    border-top-right-radius: 15px;
    transition: all 500ms ease;
}

.service-block-nine .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.service-block-nine .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 35px;
}

.service-block-nine .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.service-block-nine .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--title-color);
}

.service-block-nine .inner-box .lower-content h3 a:hover {}

.service-block-nine .inner-box .lower-content p {
    margin-bottom: 45px;
}

.service-block-nine .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-family: var(--jost);
    color: #dd5903;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding-left: 83px;
}

.service-block-nine .inner-box .lower-content .link a:before {
    position: absolute;
    content: '';
    background: #dd5903;
    width: 68px;
    height: 1px;
    left: 0px;
    top: 12px;
}

.service-block-nine .inner-box .lower-content .link a:hover {
    color: var(--title-color);
}

/** service-style-ten **/

.service-style-ten {
    position: relative;
}

.service-style-ten .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.service-style-ten .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.service-style-ten .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.service-style-ten .bg-color {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    background: #06244c;
}

.service-block-ten .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    padding: 43px 30px 52px 30px;
}

.service-block-ten .inner-box .image {
    position: relative;
    display: block;
    min-height: 168px;
    margin-bottom: 24px;
}

.service-block-ten .inner-box .image img {
    display: inline-block;
}

.service-block-ten .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
}

.service-block-ten .inner-box h3 a {
    display: inline-block;
    color: var(--title-color);
}

.service-block-ten .inner-box h3 a:hover {}

.service-block-ten .inner-box p {
    margin-bottom: 8px;
}

.service-block-ten .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--jost);
    color: #ee5a07;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.service-block-ten .inner-box .link a span {
    position: relative;
    display: inline-block;
    margin-left: 7px;
}

.service-block-ten .inner-box .link a:hover {
    color: var(--title-color);
}

.service-style-ten .owl-nav {
    margin-top: 60px;
}

.service-style-ten .owl-nav button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-color: #a7a7a7;
}

.service-style-ten .owl-nav button:hover {}

.service-style-ten .nav-style-one .owl-nav button.owl-prev:before {
    background-image: url(../../images/icons/icon-64.png);
}

.service-style-ten .nav-style-one .owl-nav button.owl-next:before {
    background-image: url(../../images/icons/icon-65.png);
}

/** service-style-11 **/

.service-style-11 {
    position: relative;
    background-color: #1a335a;
}

.service-style-11 .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-style-11 .title-box .title-text p {
    color: #fff;
}

.service-style-11 .inner-container {
    position: relative;
    margin: 0px 14px;
}

.service-style-11 .service-block {
    padding: 0px 1px;
}

.service-block-11 .inner-box {
    position: relative;
    display: block;
    margin-bottom: 2px;
    background: #081e3e;
    border-radius: 10px;
    text-align: center;
    padding: 30px 30px 38px 30px;
}

.service-block-11 .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 23px;
    border: 1px dashed #2d4261;
    transition: all 500ms ease;
}

.service-block-11 .inner-box:hover .icon-box {}

.service-block-11 .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.service-block-11 .inner-box h3 a {
    display: inline-block;
    color: #fff;
}

.service-block-11 .inner-box h3 a:hover {}

.service-block-11 .inner-box p {
    color: #aeb8c7;
    line-height: 26px;
    margin-bottom: 17px;
}

.service-block-11 .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-family: var(--jost);
    color: #e36b24;
    font-weight: 700;
    text-transform: uppercase;
}

.service-block-11 .inner-box .link a:hover {
    color: #fff;
}

.service-style-11 .image-layer {
    position: absolute;
    right: -70px;
    bottom: 2px;
    border-radius: 10px;
}

.service-style-11 .image-layer img {
    width: 100%;
    border-radius: 10px;
}

.service-style-11 .image-layer:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    opacity: 0.1;
}

.service-style-11 .more-text h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--roboto);
    color: #fff;
    font-weight: 500;
}

.service-style-11 .more-text h4 a {
    position: relative;
    display: inline-block;
    line-height: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.service-style-11 .more-text h4 a:hover {}

.service-style-three.home-14 {
    background: #f5f6f8;
}

.service-style-three.home-14 .sec-title p {
    color: rgba(14, 42, 78, 0.70);
}

.service-style-three.home-14 .nav-style-one .owl-nav button.owl-prev:before {
    background-image: url(../../images/icons/icon-201.png);
}

.service-style-three.home-14 .nav-style-one .owl-nav button.owl-next:before {
    background-image: url(../../images/icons/icon-202.png);
}

/** service-style-12 **/

.service-style-12 {
    position: relative;
    background: #111b2a;
    padding-top: 150px;
}

.service-style-12 .outer-container {
    position: relative;
    padding: 52px 0px 110px 0px;
}

.service-style-12 .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% + 10px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-style-12 .sec-title .sub-title {
    color: #fff;
}

.service-style-12 .sec-title .sub-title:before {
    background: #fff;
}

.service-style-12 .content-box {
    position: relative;
    display: block;
}

.service-style-12 .content-box .text-box {
    padding-left: 260px;
}

.service-style-12 .content-box .text-box p {
    font-size: 18px;
    line-height: 28px;
    color: #d6d6d6;
    margin-bottom: 29px;
}

.service-style-12 .content-box .text-box .theme-btn-one {
    margin-top: 23px;
    border-radius: 5px;
    background: #dd5903;
}

.service-style-12 .content-box .text-box .theme-btn-one:hover {
    background: #fff;
    color: #dd5903 !important;
}

/** service-style-13 **/

.service-style-13 {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.service-block-12 .inner-box {
    position: relative;
    display: block;
    padding-left: 13px;
    padding-right: 13px;
}

.service-block-12 .inner-box:before {
    position: absolute;
    content: '';
    background: #fbfbfb;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: calc(100% - 27px);
    transition: all 500ms ease;
}

.service-block-12 .inner-box .image-box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.service-block-12 .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.service-block-12 .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.service-block-12 .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 30px 30px 51px 30px;
}

.service-block-12 .inner-box .lower-content .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 13px;
}

.service-block-12 .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.service-block-12 .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--title-color);
}

.service-block-12 .inner-box .lower-content h3 a:hover {}

.service-block-12 .inner-box .lower-content p {
    display: block;
    margin-bottom: 18px;
}

.service-block-12 .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--jost);
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 45px;
    letter-spacing: 1px;
}

.service-block-12 .inner-box .lower-content .link a img {
    position: absolute;
    top: 7px;
    right: 0px;
}

.service-style-13 .sec-title p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 17px;
}

.service-style-13 .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 60px;
}

.service-style-13 .nav-style-one .owl-nav button.owl-prev:before {
    background-image: url(../../images/icons/icon-64.png);
}

.service-style-13 .nav-style-one .owl-nav button.owl-next:before {
    background-image: url(../../images/icons/icon-65.png);
}

.service-page-1 .large-container {
    max-width: 1308px;
}

.service-page-1 .service-block-one .inner-box {
    margin-bottom: 30px;
}

.service-block-three .inner-box .lower-content .icon-box .overlay-icon {
    position: absolute;
    top: 0px;
    right: 0px;
}

.service-block-three .inner-box .lower-content .icon-box .overlay-icon img {
    opacity: 0;
    transition: all 500ms ease;
}

.service-block-three .inner-box .lower-content .icon-box img {
    transition: all 500ms ease;
}

.service-page-1 .service-block-three .inner-box:hover .lower-content .icon-box img {
    opacity: 0;
}

.service-block-three .inner-box:hover .lower-content .icon-box .overlay-icon img {
    opacity: 1;
}

.service-page-1 .service-block-three .inner-box .lower-content {
    transition: all 500ms ease;
}

.service-page-1 .service-block-three .inner-box:hover .lower-content {}

.service-page-1 .service-block-three .inner-box:hover .lower-content h3 a {
    color: #fff;
}

.service-page-1 .service-block-three .inner-box:hover .lower-content .link a {
    color: #fff;
}

.service-style-three.service-page-1 {
    border-bottom: 1px solid #d0d0d0;
}

.service-style-five .sec-title .fact-box {
    position: absolute;
    top: -17px;
    right: 0px;
}

.service-style-five .sec-title .fact-box .count-outer {
    position: relative;
    font-size: 150px;
    line-height: 154px;
    font-family: var(--text-font);
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #9ea2a4;
}

.service-style-five .sec-title .fact-box .text {
    position: relative;
    display: block;
    font-size: 20px;
}

.service-style-five.service-page-2 .service-block-five .inner-box .icon-box .overlay-icon {
    position: absolute;
    top: 0px;
    right: 0px;
}

.service-style-five.service-page-2 .service-block-five .inner-box .icon-box .overlay-icon img {
    opacity: 0;
    transition: all 500ms ease;
}

.service-style-five.service-page-2 .service-block-five .inner-box .icon-box img {
    transition: all 500ms ease;
}

.service-style-five.service-page-2 .service-block-five .inner-box:hover .icon-box img {
    opacity: 0;
}

.service-style-five.service-page-2 .service-block-five .inner-box:hover .icon-box .overlay-icon img {
    opacity: 1;
}

.service-style-five.service-page-2 .service-block-five .inner-box {
    transition: all 500ms ease;
}

.service-style-five.service-page-2 .service-block-five .inner-box:hover {}

.service-style-five.service-page-2 .service-block-five .inner-box:hover h3 a {
    color: #fff;
}

.service-style-five.service-page-2 .service-block-five .inner-box:hover p {
    color: #fff;
}

.service-style-five.service-page-2 .service-block-five .inner-box:hover:before {
    background: rgba(255, 255, 255, 0.50);
}

.service-style-five.service-page-2 .service-block-five .inner-box:hover:after {
    border-color: rgba(255, 255, 255, 0.50);
}

.service-style-five .service-block-12 .inner-box {
    margin-bottom: 30px;
}

.service-block-12 .inner-box .lower-content .icon-box .overlay-icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.service-block-12 .inner-box .lower-content .icon-box .overlay-icon img {
    opacity: 0;
    transition: all 500ms ease;
}

.service-block-12 .inner-box .lower-content .icon-box img {
    transition: all 500ms ease;
}

.service-style-five.service-page-3 .service-block-12 .inner-box:hover .icon-box img {
    opacity: 0;
}

.service-block-12 .inner-box:hover .icon-box .overlay-icon img {
    opacity: 1 !important;
}

.service-style-five.service-page-3 .service-block-12 .inner-box:before {}

.service-style-five.service-page-3 .service-block-12 .inner-box:hover .lower-content h3 a,
.service-style-five.service-page-3 .service-block-12 .inner-box:hover .lower-content p,
.service-style-five.service-page-3 .service-block-12 .inner-box:hover .lower-content .link a {
    color: #fff;
}

.service-style-five.service-page-3 .service-block-12 .inner-box .lower-content .link a .overlay-link-icon {
    opacity: 0;
    transition: all 500ms ease;
}

.service-style-five.service-page-3 .service-block-12 .inner-box:hover .lower-content .link a .overlay-link-icon {
    opacity: 1;
}

.service-style-five.service-page-3 {
    background: #fff;
    border-bottom: 1px solid #d0d0d0;
}