@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(owl.css);
@import url(animation.css);
@import url(jquery-ui.css);
@import url(custom-animate.css);
@import url(jquery.fancybox.min.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(jquery.mCustomScrollbar.min.css);

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

body {
    font-family: Cabin, sans-serif;
    font-size: 14px;
    color: #777;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #1b71cc
}

a:focus,
a:hover,
a:visited,
button {
    text-decoration: none;
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    font-family: Montserrat, sans-serif
}

textarea {
    overflow: hidden
}

p {
    position: relative;
    line-height: 1.8em
}

h1 {
    font-size: 46px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.medium-container {
    max-width: 850px
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

img {
    display: inline-block;
    max-width: 100%
}

.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.centered {
    text-align: center
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 20px
}

.list-style-one li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fe4c1c;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.list-style-two {
    position: relative
}

.list-style-two li {
    position: relative;
    color: #fff;
    font-size: 15px;
    padding-left: 30px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 20px
}

.list-style-two li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 12px 40px;
    font-weight: 400;
    overflow: hidden;
    background: #fe4c1c;
    border-radius: 3px;
    text-transform: capitalize
}

.btn-style-one .txt {
    position: relative;
    z-index: 1
}

.btn-style-one:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: -50px;
    border-bottom: 55px solid #fff;
    border-right: 30px solid transparent;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.btn-style-one:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: -50px;
    border-left: 30px solid transparent;
    border-bottom: 55px solid #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.btn-style-one:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%)
}

.btn-style-one:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%)
}

.btn-style-one:hover {
    color: #000
}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 11px 34px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #fff;
    text-transform: capitalize
}

.btn-style-two .txt {
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #fe4c1c;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5)
}

.btn-style-two:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.btn-style-two:hover {
    color: #fff;
    border-color: #fe4c1c
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 14px 44px 14px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 3px;
    background: 0 0;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    background-image: -ms-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: -moz-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: -o-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #673fe7), color-stop(100, #0228a3));
    background-image: -webkit-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: linear-gradient(to right, #673fe7 0, #0228a3 100%)
}

.btn-style-three .txt {
    position: relative;
    z-index: 1
}

.btn-style-three:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    background-image: -ms-linear-gradient(right, #673fe7 0, #0228a3 100%);
    background-image: -moz-linear-gradient(right, #673fe7 0, #0228a3 100%);
    background-image: -o-linear-gradient(right, #673fe7 0, #0228a3 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #673fe7), color-stop(100, #0228a3));
    background-image: -webkit-linear-gradient(right, #673fe7 0, #0228a3 100%);
    background-image: linear-gradient(to left, #673fe7 0, #0228a3 100%)
}

.btn-style-three:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-style-three:hover {
    color: #fff;
    border-color: #1b71cc
}

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 14px 40px 14px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 3px;
    background: 0 0;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    background-image: -ms-linear-gradient(right, #cf2d01 0, #fd4a1c 100%);
    background-image: -moz-linear-gradient(right, #cf2d01 0, #fd4a1c 100%);
    background-image: -o-linear-gradient(right, #cf2d01 0, #fd4a1c 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #cf2d01), color-stop(100, #fd4a1c));
    background-image: -webkit-linear-gradient(right, #cf2d01 0, #fd4a1c 100%);
    background-image: linear-gradient(to left, #cf2d01 0, #fd4a1c 100%)
}

.btn-style-four .txt {
    position: relative;
    z-index: 1
}

.btn-style-four:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    background-image: -ms-linear-gradient(left, #cf2d01 0, #fd4a1c 100%);
    background-image: -moz-linear-gradient(left, #cf2d01 0, #fd4a1c 100%);
    background-image: -o-linear-gradient(left, #cf2d01 0, #fd4a1c 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #cf2d01), color-stop(100, #fd4a1c));
    background-image: -webkit-linear-gradient(left, #cf2d01 0, #fd4a1c 100%);
    background-image: linear-gradient(to right, #cf2d01 0, #fd4a1c 100%)
}

.btn-style-four:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-style-four:hover {
    color: #fff
}

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 15px 40px 15px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fe4c1c;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif
}

.btn-style-five .txt {
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-five:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #6b40ea;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5)
}

.btn-style-five:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.btn-style-five:hover {
    color: #fff
}

.social-icon-one {
    position: relative;
    display: block
}

.social-icon-one .title {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-right: 15px
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-right: 22px
}

.social-icon-one li:last-child {
    margin-right: 0
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-one li a:hover {
    color: #1b71cc
}

.theme_color {
    color: #1b71cc
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    background-size: 100px
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.sec-title {
    position: relative;
    margin-bottom: 25px
}

.sec-title .title {
    position: relative;
    color: #777;
    font-size: 18px;
    font-weight: 600;
    padding-right: 60px;
    display: inline-block;
    font-family: Montserrat, sans-serif
}

.sec-title .title:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 12px;
    height: 2px;
    width: 50px;
    background-color: #ba0913
}

.sec-title h2 {
    position: relative;
    color: #322f2f;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px
}

.sec-title .text {
    position: relative;
    color: #777;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 18px;
    font-size: 18px
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2 {
    color: #fff
}

.sec-title.light .title:after,
.sec-title.light .title:before {
    background-color: #fff !important
}

.sec-title.centered {
    text-align: center
}

.sec-title.centered .title {
    padding-left: 60px
}

.sec-title.centered .title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 12px;
    height: 2px;
    width: 50px;
    background-color: #ba0913
}

.main-header {
    position: absolute;
    z-index: 99;
    width: 100%
}

.main-header .header-top {
    position: relative;
    padding: 18px 0;
    border-bottom: 1px solid #ddd
}

.main-header .header-top .top-left {
    position: relative
}

.main-header .header-top .info-list {
    position: relative;
    float: left
}

.main-header .header-top .info-list li {
    position: relative;
    color: #777;
    font-size: 15px;
    padding-left: 30px;
    margin-right: 30px;
    display: inline-block
}

.main-header .header-top .info-list li:last-child {
    margin-right: 0
}

.main-header .header-top .info-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #0028a2
}

.main-header .header-top .info-list li a {
    position: relative;
    color: #777;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .header-top .info-list li a:hover {
    color: #ff6262
}

.main-header .header-top .top-left {
    position: relative
}

.main-header .header-top .top-left .page-nav {
    position: relative
}

.main-header .header-top .top-left .page-nav li {
    position: relative;
    margin-right: 12px;
    line-height: 1.2em;
    padding-right: 12px;
    display: inline-block;
    border-right: 1px solid #777
}

.main-header .header-top .top-left .page-nav li a {
    position: relative;
    color: #777
}

.main-header .header-top .top-left .page-nav li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none
}

.main-header.header-style-three .header-top {
    border: 0;
    padding: 10px 0
}

.main-header.header-style-three .header-top .top-left .page-nav li {
    border-color: #fff
}

.main-header.header-style-three .header-top .top-left .page-nav li a {
    color: #fff
}

.main-header.header-style-three .header-top .info-list li,
.main-header.header-style-three .header-top .info-list li .icon,
.main-header.header-style-three .header-top .info-list li a {
    color: #fff
}

.main-header .main-box {
    position: relative;
    padding: 0 0;
    left: 0;
    top: 0;
    width: 100%;
    background: 0 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0 40px
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0;
    z-index: 10;
    padding: 30px 0
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .header-upper {
    position: relative
}

.main-header .header-upper .inner-container {
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, .2)
}

.main-header .header-upper .outer-container {
    position: relative;
    padding: 0 60px
}

.main-header .nav-outer {
    position: relative;
    float: right
}

.header-style-one .nav-outer {
    padding-top: 30px
}

.header-style-two {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.main-header.header-style-two .header-upper .inner-container {
    border: 0
}

.header-style-three {
    background: 0 0
}

.main-header.header-style-three .inner-container {
    padding-left: 270px;
    border-bottom: 0
}

.main-header.header-style-three .header-upper .inner-container:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 40px;
    bottom: 0;
    background-color: #182752;
    border-radius: 0 8px 8px 0
}

.main-header.header-style-three .auto-container {
    position: relative
}

.main-header .header-upper .logo-box {
    position: relative;
    padding: 30px 0
}

.main-header.header-style-three .header-upper .logo-box {
    position: absolute;
    left: 0;
    top: -30px;
    margin: 0;
    padding: 5px 0
}

.main-header.header-style-three .header-upper .logo-box:before {
    position: absolute;
    content: "";
    right: -80px;
    top: -14px;
    bottom: 0;
    width: 577px;
    height: 114px;
    background: url(../images/icons/header-bg.webp) no-repeat
}

.header-style-three .inner-container {
    padding-left: 270px
}

.main-header .header-upper .logo-box .logo {
    position: relative
}

.main-header .outer-box {
    position: relative;
    float: right;
    margin-left: 50px;
    padding: 19px 0
}

.main-header.header-style-three .outer-box {
    margin-left: 0;
    padding: 7px 0
}

.main-header.header-style-three .main-menu .navigation>li>a {
    padding: 20px 0
}

.main-header.header-style-two .outer-box {
    margin-left: 35px;
    padding: 35px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-header .outer-box .cart-box {
    position: relative;
    float: left;
    color: #fff;
    font-size: 16px;
    background: 0 0;
    margin-top: 14px;
    display: inline-block;
    margin-right: 28px
}

.main-header .outer-box .cart-box .cart-box-btn {
    background: 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.main-header .outer-box .cart-box .cart-box-btn:after {
    display: none
}

.main-header.header-style-three .outer-box .cart-box .cart-box-btn:hover {
    color: #fff
}

.main-header .outer-box .cart-box .cart-box-btn:hover {
    color: #fe4c1c
}

.main-header .outer-box .cart-product {
    position: relative;
    margin-bottom: 18px;
    min-height: 90px;
    border-bottom: 1px solid #e4e4e4
}

.main-header .outer-box .cart-product .inner {
    position: relative;
    padding-left: 90px;
    min-height: 70px
}

.main-header .outer-box .cart-product .inner .cross-icon {
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 1;
    color: #263120;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .outer-box .cart-product .inner .cross-icon:hover {
    color: #fe4c1c
}

.main-header .outer-box .cart-product .inner .image {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0
}

.main-header .outer-box .cart-product .inner h3 {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: capitalize
}

.main-header .outer-box .cart-product .inner h3 a {
    color: #222;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.main-header .outer-box .cart-product .inner h3 a:hover {
    color: #fe4c1c
}

.main-header .outer-box .cart-product .inner .price {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    color: #222
}

.main-header .outer-box .cart-box .icon a {
    color: #999
}

.main-header.header-style-two .outer-box .cart-box .cart-box-btn {
    color: #000
}

.main-header.header-style-two .header-lower .search-box-outer {
    margin-top: 23px;
    margin-right: 20px
}

.main-header .search-box-outer {
    position: relative;
    float: left
}

.main-header .search-box-btn {
    position: relative;
    top: 0;
    display: block;
    float: left;
    margin-top: 14px;
    font-size: 20px;
    color: #fff;
    line-height: 20px !important;
    cursor: pointer;
    background: 0 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .search-box-btn:after {
    display: none
}

.main-header .search-box-outer .dropdown-menu {
    top: 49px !important;
    right: 0;
    padding: 0;
    width: 280px;
    left: auto !important;
    border-radius: 0;
    border-top: 3px solid #1b71cc;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.main-header.header-style-two .search-box-btn {
    color: #000
}

.main-header .btn-box {
    position: relative;
    float: left;
    margin-left: 30px
}

.main-header .btn-box .quote-btn {
    position: relative;
    color: #fe4c1c;
    font-size: 16px;
    padding: 13px 26px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header.header-style-three .btn-box {
    height: 56px
}

.main-header.header-style-three .btn-box .quote-btn {
    color: #fff
}

.main-header .btn-box .quote-btn:hover {
    background-color: #fe4c1c;
    color: #fff
}

.main-header.header-style-two .btn-box .quote-btn {
    color: #fff;
    border-color: #0028a2;
    background-color: #0028a2
}

.main-header.header-style-two .header-upper .outer-box .nav-btn {
    color: #fe4c1c;
    margin-top: 12px;
    display: none;
}

.main-header .header-lower .search-box {
    float: right
}

.main-header .header-lower .search-box .form-group {
    position: relative;
    margin: 0;
    top: -1px
}

.main-header .header-lower .search-box .form-group input[type=search],
.main-header .header-lower .search-box .form-group input[type=text] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 25px;
    background: 0 0;
    display: block;
    font-size: 14px;
    width: 200px;
    height: 74px;
    color: #222;
    font-weight: 400;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background-color: #fff;
    border-radius: 0 50px 50px 0
}

.main-header .header-lower .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 74px;
    width: 45px;
    font-size: 14px;
    color: #000048;
    line-height: 100%;
    background: 0 0;
    display: inline-block;
    font-weight: 400;
    text-align: left;
    cursor: pointer
}

.main-menu {
    position: relative;
    float: left;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .cart-box {
    position: relative;
    float: left;
    font-size: 26px;
    margin: 32px 0;
    padding-left: 20px;
    border-left: 1px solid #dde4db
}

.main-menu .cart-box a {
    position: relative;
    color: #1b71cc
}

.main-menu .cart-box .number {
    position: absolute;
    right: -15px;
    top: -15px;
    color: #1b71cc;
    font-size: 18px
}

.main-menu .navbar-collapse {
    padding: 0;
    float: left;
    display: block !important
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 30px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li:last-child {
    margin-right: 0
}

.sticky-header .main-menu .navigation>li>a {
    color: #444 !important
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    color: #1b71cc;
    background-color: inherit !important
}

.sticky-header .nav-outer .options-box {
    margin-top: 45px
}

.main-header.header-style-two .main-menu .navigation>li>a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding: 45px 0
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #e8f1f7;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sticky-header .logo {
    padding: 7px 0 6px
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 400;
    padding: 30px 0;
    font-size: 16px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-family: Arimo, sans-serif
}

.main-menu .navigation>li:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    opacity: 0;
    background-color: #fe4c1c;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header.header-style-three .main-menu .navigation>li {
    margin-right: 40px
}

.header-style-three .sticky-header .main-menu .navigation>li {
    margin-right: 0
}

.main-menu .navigation>li.current::before,
.main-menu .navigation>li:hover::before {
    opacity: 1;
    width: 100%;
    z-index: 1
}

.sticky-header .main-menu .navigation>li {
    position: relative;
    margin-left: 30px;
    margin-right: 0
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    opacity: 1;
    color: #fe4c1c !important
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: -30px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    padding: 0 0;
    background-color: #fff;
    border: 3px solid #fe4c1c;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    content: "";
    left: 0;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #7c7b7b;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sticky-header .main-menu .navigation>li>a {
    padding: 19px 0 !important
}

.sticky-header .main-menu .navigation>li>a:before {
    top: 22px !important
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
    background: #fe4c1c
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 120%;
    top: 0;
    width: 230px;
    z-index: 100;
    display: none;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    padding: 0 0;
    background-color: #fff;
    border: 3px solid #fe4c1c;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #7c7b7b;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #fff;
    background: #fe4c1c
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #272727;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 0;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border: 1px solid #fff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none
}

.contact-map-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 100px
}

.contact-map-section .map-outer {
    position: relative;
    height: 500px
}

.team-page-section {
    padding: 100px 0 70px
}

.team-page-section .team-block-two .inner-box .lower-content .designation {
    color: #222
}

.team-page-section .team-block-two .inner-box:before {
    border-color: #ccc
}

.shop-item {
    position: relative;
    margin-bottom: 40px
}

.shop-item .inner-box {
    position: relative;
    outline: 15px solid #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.shop-item .inner-box:hover .image .overlay-box {
    opacity: 1
}

.shop-item .inner-box .image {
    position: relative;
    z-index: 11;
    text-align: center;
    background-color: #f8f8f8
}

.shop-item .inner-box .image .overlay-box {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.shop-item .inner-box .image .overlay-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    background-color: rgba(0, 0, 0, .85);
    -moz-transform: rotateX(-360deg) scale(.5, .5);
    -webkit-transform: rotateX(-360deg) scale(.5, .5);
    -ms-transform: rotateX(-360deg) scale(.5, .5);
    -o-transform: rotateX(-360deg) scale(.5, .5);
    transform: rotateX(-360deg) scale(.5, .5)
}

.shop-item .inner-box:hover .image .overlay-box:before {
    -moz-transform: rotateX(0) scale(1, 1);
    -webkit-transform: rotateX(0) scale(1, 1);
    -ms-transform: rotateX(0) scale(1, 1);
    -o-transform: rotateX(0) scale(1, 1);
    transform: rotateX(0) scale(1, 1);
    opacity: 1;
    visibility: visible
}

.shop-item .inner-box .image img {
    width: 100%;
    display: inline-block
}

.shop-item .inner-box .lower-content {
    position: relative;
    z-index: 11;
    text-align: center;
    padding: 30px 0 0
}

.shop-item .inner-box .lower-content h6 {
    position: relative;
    font-weight: 600
}

.shop-item .inner-box .lower-content h6 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.shop-item .inner-box .lower-content h6 a:hover {
    color: #1b71cc
}

.shop-item .inner-box .lower-content .price {
    position: relative;
    margin-top: 4px
}

.shop-item .inner-box .lower-content .price li {
    position: relative;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.shop-item .inner-box .lower-content .price li.discount {
    position: relative;
    color: #000;
    margin-right: 8px;
    text-decoration: line-through
}

.shop-single-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 90px;
    z-index: 9;
    background-color: #fff
}

.shop-list {
    position: relative;
    margin-top: 20px
}

.shop-list li {
    position: relative;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px
}

.shop-list li strong {
    color: #222;
    font-size: 16px;
    margin-right: 5px;
    text-transform: uppercase
}

.shop-list li a {
    position: relative;
    color: #1b71cc;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    display: inline-block;
    text-transform: uppercase
}

.cart-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 100px 0 120px
}

.cart-section .cart-outer {
    position: relative
}

.cart-section .sec-title {
    margin-bottom: 25px
}

.cart-section .sec-title h2 {
    font-size: 26px;
    color: #222
}

.checkout-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 17px 43px 14px;
    cursor: pointer;
    background-color: #1b71cc
}

.checkout-page {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 100px 0 80px
}

.checkout-page .default-links {
    position: relative;
    margin-bottom: 40px
}

.checkout-page .default-links li {
    margin-bottom: 15px;
    line-height: 24px;
    padding: 18px 28px;
    background: #f9f9f9;
    color: #797979;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #ebebeb
}

.checkout-page .default-links li a {
    color: #1b71cc;
    text-decoration: underline
}

.shop-form .sec-title h2 {
    font-size: 24px
}

.shop-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.shop-form input[type=email],
.shop-form input[type=number],
.shop-form input[type=password],
.shop-form input[type=tel],
.shop-form input[type=text],
.shop-form input[type=url],
.shop-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 16px;
    padding: 10px 15px;
    height: 50px;
    border: 1px solid #eee;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.shop-form input::-webkit-input-placeholder {
    color: #c6c6c6
}

.shop-form textarea {
    resize: none;
    height: 100px !important;
    overflow: hidden
}

.shop-form input:focus,
.shop-form textarea:focus {
    border-color: #1b71cc
}

.shop-order-box {
    position: relative;
    padding: 20px 28px 50px;
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd
}

.shop-order-box .order-list {
    position: relative
}

.shop-order-box .order-list li {
    position: relative;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase
}

.shop-order-box .order-list li span {
    float: right;
    width: 35%;
    text-align: left;
    font-size: 17px;
    text-transform: capitalize
}

.social-links-two a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #fc721e;
    margin: 0 0 0 5px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.social-links-two a:hover {
    opacity: .8
}

.social-links-two .facebook {
    background: #3b5998
}

.social-links-two .twitter {
    background: #33ccfe
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 36px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left
}

.mobile-menu .nav-logo img {
    max-width: 200px
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.mobile-menu .close-btn:hover {
    opacity: .5
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li:hover>a {
    color: #000
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.sticky-header .navbar-header {
    display: none
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all .5s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: all .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: all .5s cubic-bezier(.86, 0, .07, 1);
    transition: all 1.5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../images/icons/waves-shape.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
    content: ""
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #fe4c1c;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-bottom: 3px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #fff
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 500;
    text-transform: capitalize
}

.search-popup .form-group button,
.search-popup .form-group input[type=submit] {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: 0 0;
    text-align: center;
    font-size: 24px;
    color: #000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.search-popup .form-group button:hover,
.search-popup .form-group input[type=submit]:hover {
    color: #000
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0;
    border: none;
    background: 0 0 !important;
    box-shadow: none !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #fff
}

.main-header .sticky-header .outer-box {
    margin-left: 20px;
    padding: 13px 0
}

.main-header .sticky-header .outer-box .cart-box,
.main-header .sticky-header .outer-box .cart-box .cart-box-btn,
.main-header .sticky-header .outer-box .cart-box .cart-box-btn:hover {
    color: #000
}

.main-header .sticky-header .search-box-btn {
    color: #000
}

.main-header.header-style-two .main-menu .navigation>li>a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 46px;
    width: 15px;
    height: 15px;
    opacity: 0;
    z-index: -1;
    margin-left: -2px;
    border-radius: 50px;
    border: 2px solid #0028a2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-header.header-style-three .main-menu .navigation>li.current>a::before,
.main-header.header-style-three .main-menu .navigation>li:hover>a::before,
.main-header.header-style-two .main-menu .navigation>li.current::after,
.main-header.header-style-two .main-menu .navigation>li.current::before,
.main-header.header-style-two .main-menu .navigation>li.current>a::before,
.main-header.header-style-two .main-menu .navigation>li:hover::after,
.main-header.header-style-two .main-menu .navigation>li:hover::before,
.main-header.header-style-two .main-menu .navigation>li:hover>a::before {
    opacity: 1
}

.main-header.header-style-three .main-menu .navigation>li:before {
    background-color: #08b9e2
}

.main-header.header-style-three .main-menu .navigation>li>a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 20px;
    width: 15px;
    height: 15px;
    opacity: 0;
    z-index: -1;
    margin-left: -2px;
    border-radius: 50px;
    border: 2px solid #08b6e1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar-info-contents {
    position: relative
}

.sidebar-info-contents .content-inner {
    position: relative
}

.sidebar-info-contents .content-inner .logo {
    padding: 0 0 40px
}

.sidebar-info-contents .content-inner .logo img {
    display: inline-block;
    max-width: 100%
}

.sidebar-info-contents .content-inner .content-box {
    position: relative
}

.sidebar-info-contents .content-inner .content-box h2 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px
}

.sidebar-info-contents .content-inner .content-box .text {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 25px
}

.sidebar-info-contents .content-inner .contact-info {
    position: relative;
    margin-top: 60px
}

.sidebar-info-contents .content-inner .contact-info h2 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px
}

.sidebar-info-contents .content-inner .social-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px
}

.sidebar-info-contents .content-inner .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.sidebar-info-contents .content-inner .social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #222;
    z-index: 1;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff
}

.close-side-widget,
.close-side-widget:hover {
    color: #fff;
    font-size: 24px
}

.main-header .header-upper .outer-box .nav-btn {
    position: relative;
    float: right;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    margin-top: 16px;
    margin-left: 30px
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    margin-top: 9px;
    margin-left: 30px
}

.waves {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15vh;
    margin-bottom: -8px;
    min-height: 100px;
    max-height: 150px
}

.waves .content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: #fff
}

.banner-section {
    position: relative;
    overflow: hidden;
    padding-top: 240px;
    padding-bottom: 200px
}

.banner-section .patern-layer-one {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-section .patern-layer-two {
    position: absolute;
    right: 0;
    top: 0;
    width: 199px;
    height: 199px;
    background-position: right top;
    background-repeat: no-repeat
}

.banner-section .patern-layer-three {
    position: absolute;
    left: 0;
    top: 0;
    width: 493px;
    height: 938px;
    background-position: right top;
    background-repeat: no-repeat
}

.banner-section .patern-layer-four {
    position: absolute;
    left: 0;
    bottom: -250px;
    width: 100%;
    height: 557px;
    background-position: center top;
    background-repeat: no-repeat
}

.banner-section .content-column {
    position: relative
}

.banner-section .content-column .inner-column {
    position: relative;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-left: 20px solid rgba(0, 0, 0, .1);
    border-bottom: 20px solid rgba(0, 0, 0, .1)
}

.banner-section .content-column .title {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 1.8em;
    margin-bottom: 16px;
    font-weight: 700;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.banner-section .content-column h1 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.banner-section .content-column .text {
    position: relative;
    color: #fff;
    font-size: 17px;
    line-height: 1.9em;
    margin-bottom: 40px;
    font-weight: 400
}

.banner-section .content-column .btns-box {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.banner-section .content-column .theme-btn {
    margin-right: 15px
}

.banner-section .image-column {
    position: relative
}

.banner-section .image-column .inner-column {
    position: relative;
    margin-right: -80px;
    overflow: hidden;
    padding-top: 90px
}

.banner-section .image-column .image {
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.banner-section .image-column .banner-image {
    position: absolute;
    left: 0;
    top: 0
}

.banner-section .image-column .banner-image-2 {
    position: absolute;
    left: 0;
    top: 250px !important;
    bottom: 0
}

.banner-section .image-column .banner-image-3 {
    position: absolute;
    right: 0;
    left: auto !important;
    top: 250px !important;
    bottom: 0
}

.banner-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.banner-section:hover .owl-nav {
    opacity: 1
}

.banner-section .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    border: 2px solid rgba(255, 255, 255, .6)
}

.banner-section .owl-nav .owl-next:hover {
    color: #1543c5;
    border-color: #fff;
    background-color: #fff
}

.services-section {
    position: relative;
    padding: 0 0 90px
}

.services-section.style-two {
    padding-top: 40px;
    padding-bottom: 20px
}

.service-block {
    position: relative
}

.service-block .inner-box {
    position: relative;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    height: 100%;
}

.service-block .inner-box .inner-content {
    position: relative;
    overflow: hidden;
    padding: 70px 20px
}

.service-block .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/background/pattern-3.webp) no-repeat
}

.service-block .inner-box .icon-box {
    position: relative
}

.service-block .inner-box .icon-box .icon {
    position: relative;
    color: #0028a2;
    font-size: 60px;
    line-height: 1em
}

.service-block .inner-box .side-icon {
    position: absolute;
    right: -20px;
    bottom: -20px;
    color: #f2f4fa;
    font-size: 98px;
    line-height: 1em
}

.service-block .inner-box h5 {
    position: relative;
    line-height: 1.3em;
    color: #222;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 12px
}

.service-block .inner-box .text {
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.7em
}

.service-block .overlay-box {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    bottom: -20px;
    opacity: 0;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-image: -ms-linear-gradient(top, #ce2c00 0, #fd4b1b 100%);
    background-image: -moz-linear-gradient(top, #ce2c00 0, #fd4b1b 100%);
    background-image: -o-linear-gradient(top, #ce2c00 0, #fd4b1b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ce2c00), color-stop(100, #fd4b1b));
    background-image: -webkit-linear-gradient(top, #ce2c00 0, #fd4b1b 100%);
    background-image: linear-gradient(to bottom, #ce2c00 0, #fd4b1b 100%)
}

.service-block .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    visibility: visible
}

.service-block .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0
}

.service-block .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.service-block .overlay-inner .left-top-icon {
    position: absolute;
    left: -20px;
    top: -20px;
    font-size: 90px;
    line-height: 1em;
    color: rgba(255, 255, 255, .2)
}

.service-block .overlay-box .overlay-icon {
    position: relative;
    color: #fff;
    font-size: 60px;
    line-height: 1em
}

.service-block .overlay-box h5 a {
    position: relative;
    color: #fff
}

.service-block .overlay-box .text {
    position: relative;
    color: #fff
}

.service-block .overlay-box .arrow {
    position: relative;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.service-block .overlay-box .arrow:hover {
    color: #cf2d01;
    background-color: #fff
}

.service-block .overlay-box:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 175px;
    height: 185px;
    background-repeat: no-repeat;
    background: url(../images/background/pattern-4.webp)
}

.service-block.style-two {
    margin-bottom: 30px
}

.service-block.style-two .overlay-box {
    top: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: -moz-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: -o-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0128a2), color-stop(100, #693fe9));
    background-image: -webkit-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: linear-gradient(to bottom, #0128a2 0, #693fe9 100%)
}

.about-section {
    position: relative;
    padding: 20px 0 90px
}

.about-section .bg-pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1098px;
    background-position: center center;
    background-repeat: no-repeat
}

.about-section.style-two {
    padding-top: 80px
}

.about-section .left-patterm {
    position: absolute;
    left: 0;
    top: 0;
    width: 289px;
    height: 404px;
    background-repeat: no-repeat
}

.about-section .content-column {
    position: relative
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 150px
}

.about-section .content-column .sec-title {
    margin-bottom: 20px
}

.about-section .content-column .bold-text {
    position: relative;
    color: #332f2f;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px
}

.about-section .content-column .text {
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 25px;
    margin-bottom: 30px
}

.services-section-two {
    position: relative;
    padding: 50px 0 30px
}

.services-section-two.style-two {
    padding-top: 110px;
    z-index: 10
}

.service-block-two {
    position: relative
}

.service-block-two .inner-box {
    position: relative;
    padding: 25px 45px;
    border-radius: 10px;
    overflow: hidden;
    background-image: -ms-linear-gradient(top, #0128a3 0, #6a40e9 100%);
    background-image: -moz-linear-gradient(top, #0128a3 0, #6a40e9 100%);
    background-image: -o-linear-gradient(top, #0128a3 0, #6a40e9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0128a3), color-stop(100, #6a40e9));
    background-image: -webkit-linear-gradient(top, #0128a3 0, #6a40e9 100%);
    background-image: linear-gradient(to bottom, #0128a3 0, #6a40e9 100%)
}

.service-block-two .inner-box .patern-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 173px;
    height: 146px;
    transform: translateX(176px);
    background-repeat: no-repeat;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-two .inner-box:hover .patern-layer,
.services-section-two .owl-item.center .service-block-two .inner-box .patern-layer {
    transform: translateX(0);
    transition-delay: .4s
}

.service-block-two .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-two .inner-box:hover::before,
.services-section-two .owl-item.center .service-block-two .inner-box::before {
    width: 100%
}

.service-block-two .inner-box .icon-box {
    position: relative;
    color: #fff;
    font-size: 60px;
    line-height: 1em;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-two .inner-box:hover .icon-box,
.services-section-two .owl-item.center .service-block-two .inner-box .icon-box {
    color: #fe5122
}

.service-block-two .inner-box h5 {
    position: relative;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 14px;
    width: 70%;
}

.service-block-two .inner-box h5 a {
    position: relative;
    color: #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-two .inner-box .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 10px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    min-height: 175px;
}

.service-block-two .inner-box:hover,
.services-section-two .owl-item.center .service-block-two .inner-box {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.service-block-two .inner-box:hover .text,
.service-block-two .inner-box:hover h5 a,
.services-section-two .owl-item.center .service-block-two .inner-box .text,
.services-section-two .owl-item.center .service-block-two .inner-box h5 a {
    color: #222
}

.service-block-two .inner-box .read-more {
    position: relative;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-two .inner-box:hover .read-more,
.services-section-two .owl-item.center .service-block-two .inner-box .read-more {
    color: #0128a2
}

.services-section-two .owl-nav {
    display: none;
}

.clients-section {
    position: relative;
    padding: 0 0 60px
}

.clients-section .sponsors-outer .owl-nav {
    position: relative;
    display: none
}

.clients-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin: 0
}

.clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    opacity: .5;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.clients-section .sponsors-outer .image-box img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.clients-section.style-two {
    padding: 0
}

.clients-section.style-three {
    padding: 100px 0
}

.seo-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0 200px;
    background-position: center center;
    background-repeat: no-repeat
}

.seo-section .gradient-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1000px;
    z-index: -1;
    background-image: -ms-linear-gradient(top, #fdfefe 0, #f4f7fc 100%);
    background-image: -moz-linear-gradient(top, #fdfefe 0, #f4f7fc 100%);
    background-image: -o-linear-gradient(top, #fdfefe 0, #f4f7fc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfefe), color-stop(100, #f4f7fc));
    background-image: -webkit-linear-gradient(top, #fdfefe 0, #f4f7fc 100%);
    background-image: linear-gradient(to bottom, #fdfefe 0, #f4f7fc 100%)
}

.seo-section .side-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 763px;
    height: 503px
}

.seo-section .seo-form {
    position: relative;
    max-width: 970px;
    margin: 15px auto;
    width: 100%
}

.seo-form {
    position: relative
}

.seo-form .form-group {
    position: relative;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 11px;
}

.seo-section .seo-form .project-drop-down select {
    width: 100%;
}

.seo-section .inner-column {
    background: #fff;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 20px 0px #00000038;
}

.seo-section .seo-form .project-drop-down {
    width: 100%;
}

.seo-section .seo-form textarea {
    width: 100%;
}

.seo-form .form-group input {
    position: relative;
    height: 56px;
    width: 32%;
    float: left;
    color: #848484;
    font-size: 15px;
    padding: 8px 25px;
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.seo-form .theme-btn {
    position: relative;
    right: 0;
    top: 0;
    cursor: pointer
}

.counter-section {
    position: relative
}

.counter-section.margin-top {
    margin-top: -100px;
    z-index: 1
}

.counter-section .inner-container {
    position: relative;
    padding: 55px 40px 20px;
    border-radius: 10px;
    background-image: -ms-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: -moz-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: -o-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fe4c1b), color-stop(100, #ce2c01));
    background-image: -webkit-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: linear-gradient(to right, #fe4c1b 0, #ce2c01 100%)
}

.fact-counter {
    position: relative
}

.fact-counter .column {
    position: relative;
    margin-bottom: 30px
}

.fact-counter .column .inner {
    position: relative
}

.fact-counter .column .inner .content {
    position: relative;
    text-align: center
}

.fact-counter .column .inner .content:before {
    position: absolute;
    content: ":";
    right: -20px;
    top: 30px;
    color: #fff;
    font-size: 60px;
    font-weight: 700
}

.fact-counter .column:last-child .inner .content:before {
    display: none
}

.fact-counter .column .inner .icon {
    position: absolute;
    left: 0;
    top: 10px;
    color: #bbb;
    font-size: 60px;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    line-height: 1em;
    font-family: Montserrat, sans-serif
}

.fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
    font-family: Montserrat, sans-serif
}

.testimonial-section {
    position: relative;
    padding-top: 90px
}

.testimonial-section .owl-nav {
    display: none
}

.testimonial-section .right-patterm {
    position: absolute;
    right: 0;
    top: 0;
    width: 236px;
    height: 268px;
    background-repeat: no-repeat
}

.testimonial-section .owl-theme .testimonial-block {
    padding: 0 30px
}

.testimonial-section .owl-carousel {
    margin: 0 -30px;
    width: auto
}

.testimonial-section .inner-container {
    position: relative
}

.testimonial-section .inner-container .pattern-image {
    position: absolute;
    left: -50px;
    top: -40px;
    width: 279px;
    height: 275px;
    background-repeat: no-repeat
}

.testimonial-section .inner-container .pattern-image-two {
    position: absolute;
    right: -60px;
    bottom: -20px;
    width: 135px;
    height: 157px;
    background-repeat: no-repeat
}

.testimonial-section .inner-container .pattern-image-three {
    position: absolute;
    left: 50%;
    top: 0;
    width: 139px;
    height: 161px;
    margin-left: -120px;
    background-repeat: no-repeat
}

.testimonial-section.style-two {
    background-color: #f2f2f2;
    padding-top: 235px;
    padding-bottom: 230px;
    margin-top: -150px;
    overflow: hidden;
    width: 100%
}

.testimonial-block {
    position: relative;
    z-index: 1
}

.testimonial-block .inner-box {
    position: relative;
    padding: 0 40px 20px
}

.testimonial-block .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 60px;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.testimonial-block .inner-box .author-image {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 112px;
    height: 112px;
    margin-bottom: 22px
}

.testimonial-block .inner-box .quote-icon {
    position: relative;
    color: #ddd;
    font-size: 20px
}

.testimonial-block .inner-box .text {
    position: relative;
    color: #777;
    font-size: 18px;
    line-height: 1.7em;
    margin-top: 15px;
    font-family: Cabin, sans-serif
}

.testimonial-block .inner-box .lower-box {
    position: relative;
    padding-top: 22px;
    margin-top: 20px;
    border-top: 2px solid #ddd
}

.testimonial-block .inner-box .lower-box .author-name {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 600
}

.testimonial-block .inner-box .lower-box .designation {
    position: relative;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    margin-top: 4px
}

.testimonial-block .inner-box .lower-box .rating {
    position: relative;
    margin-top: 12px
}

.testimonial-block .inner-box .lower-box .rating .fa {
    position: relative;
    color: #fd8c56;
    font-size: 16px;
    margin-left: 4px
}

.testimonial-block .inner-box .lower-box .rating .fa.light {
    color: #777
}

.testimonial-block.style-two .inner-box {
    padding: 36px 40px 35px
}

.testimonial-block.style-two .inner-box:after {
    position: absolute;
    content: "";
    right: 85px;
    bottom: -63px;
    width: 125px;
    height: 72px;
    background: url(../images/icons/testimonial-icon.webp) no-repeat
}

.testimonial-block.style-two .inner-box:before {
    top: 0
}

.team-section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 0
}

.team-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.team-block .inner-box {
    position: relative
}

.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #ce2c01;
    border-radius: 0 14px 0 14px
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.team-block .inner-box:hover .image img {
    opacity: .5;
    transform: scale(1.05, 1.05)
}

.team-block .inner-box .lower-content {
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -60px;
    bottom: 0;
    text-align: center;
    padding: 25px 20px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.team-block .inner-box .lower-content:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.team-block .inner-box:hover .lower-content:after {
    bottom: -40px
}

.team-block .inner-box .lower-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    height: 0;
    z-index: 1;
    border-radius: 8px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background-image: -ms-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: -moz-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: -o-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fe4c1b), color-stop(100, #ce2c01));
    background-image: -webkit-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: linear-gradient(to right, #fe4c1b 0, #ce2c01 100%)
}

.team-block .inner-box:hover .lower-content:before {
    height: 135%
}

.team-block .inner-box .lower-content .content {
    position: relative
}

.team-block .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    z-index: 1
}

.team-block .inner-box .lower-content h4 a {
    position: relative;
    color: #222;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.team-block .inner-box .lower-content .designation {
    position: relative;
    color: #777;
    font-size: 16px;
    margin-top: 8px;
    z-index: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.team-block .inner-box:hover .lower-content .designation,
.team-block .inner-box:hover .lower-content h4 a {
    color: #fff
}

.team-block .inner-box .lower-content .social-box {
    position: absolute;
    left: 0;
    bottom: -35px;
    right: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.team-block .inner-box:hover .lower-content .social-box {
    opacity: 1
}

.team-block .inner-box .lower-content .social-box li {
    position: relative;
    margin: 0 5px;
    display: inline-block
}

.team-block .inner-box .lower-content .social-box li a {
    position: relative;
    color: #fff
}

.team-block .inner-box .lower-content .social-box li a:hover {
    color: #222
}

.team-section.style-two {
    padding-bottom: 90px;
    padding-top: 160px;
    background-image: -ms-linear-gradient(left, #0090e4 0, #1b18a1 100%);
    background-image: -moz-linear-gradient(left, #0090e4 0, #1b18a1 100%);
    background-image: -o-linear-gradient(left, #0090e4 0, #1b18a1 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0090e4), color-stop(100, #1b18a1));
    background-image: -webkit-linear-gradient(left, #0090e4 0, #1b18a1 100%);
    background-image: linear-gradient(to right, #0090e4 0, #1b18a1 100%)
}

.team-section.style-two:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background: url(../images/background/team-pattern.webp) no-repeat
}

.team-section.style-two:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    height: 105px;
    background-size: cover;
    background: url(../images/background/pattern-6.webp) repeat-x
}

.team-section.style-two .owl-nav {
    display: none
}

.price-block {
    position: relative
}

.price-block .inner-box {
    position: relative;
    text-align: center;
    padding: 40px 30px 50px;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid #105bc1;
    background-color: #fff
}

.price-block .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    height: 10px;
    background-image: -ms-linear-gradient(left, #683fe8 0, #0229a3 100%);
    background-image: -moz-linear-gradient(left, #683fe8 0, #0229a3 100%);
    background-image: -o-linear-gradient(left, #683fe8 0, #0229a3 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #683fe8), color-stop(100, #0229a3));
    background-image: -webkit-linear-gradient(left, #683fe8 0, #0229a3 100%);
    background-image: linear-gradient(to right, #683fe8 0, #0229a3 100%)
}

.price-block .inner-box .title {
    position: relative;
    text-align: left;
    font-size: 16px;
    color: #fff;
    display: table;
    z-index: 1;
    margin-left: -32px;
    padding: 6px 30px 6px 30px;
    border-radius: 0 50px 50px 0;
    background-image: -ms-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: -moz-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: -o-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fe4c1b), color-stop(100, #ce2c01));
    background-image: -webkit-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: linear-gradient(to right, #fe4c1b 0, #ce2c01 100%)
}

.price-block .inner-box .price-box {
    position: relative;
    margin-top: 40px
}

.price-block .inner-box .price-box .box-inner {
    position: relative;
    display: inline-block
}

.price-block .inner-box .price-box .box-inner .price {
    position: relative;
    font-size: 44px;
    font-weight: 600;
    width: 100px;
    color: #fff;
    height: 100px;
    border-radius: 50px;
    line-height: 102px;
    display: inline-block;
    background-color: #105bc1;
    font-family: Montserrat, sans-serif
}

.price-block .inner-box .price-box .box-inner .price:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    transform: rotate(-45deg);
    border-right: 3px solid #0028a2;
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #0028a2;
    border-left: 3px solid #0028a2;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.price-block .inner-box .price-list {
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px
}

.price-block .inner-box .price-list li {
    position: relative;
    color: #777;
    font-size: 16px;
    margin-bottom: 12px;
    font-family: Cabin, sans-serif
}

.price-block .inner-box .price-list li:last-child {
    margin-bottom: 0
}

.price-block:nth-child(2) .inner-box {
    border-color: #663fe7;
    background-image: -ms-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: -moz-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: -o-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #673fe7), color-stop(100, #0228a3));
    background-image: -webkit-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: linear-gradient(to right, #673fe7 0, #0228a3 100%)
}

.price-block:nth-child(2) .inner-box .title {
    background-image: none;
    background: #fff;
    color: #6b40ea
}

.price-block:nth-child(2) .inner-box .price-box .box-inner .price {
    background-color: #fe4c1c
}

.price-block:nth-child(2) .inner-box .price-box .box-inner .price:before {
    border-left-color: #fe4c1c;
    border-right-color: #fe4c1c;
    border-bottom-color: #fe4c1c
}

.price-block:nth-child(2) .inner-box .price-list li {
    color: #fff
}

.price-block:nth-child(2) .inner-box .btn-style-three {
    background-image: none;
    color: #0028a2;
    background-color: #fff
}

.price-block:nth-child(2) .inner-box .btn-style-three:hover {
    color: #fff
}

.price-block:nth-child(3) .inner-box {
    border-color: #fe4c1b
}

.price-block:nth-child(3) .inner-box:before {
    background-image: -ms-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: -moz-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: -o-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fe4c1b), color-stop(100, #ce2c01));
    background-image: -webkit-linear-gradient(left, #fe4c1b 0, #ce2c01 100%);
    background-image: linear-gradient(to right, #fe4c1b 0, #ce2c01 100%)
}

.price-block:nth-child(3) .inner-box .title {
    background-image: -ms-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: -moz-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: -o-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #673fe7), color-stop(100, #0228a3));
    background-image: -webkit-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: linear-gradient(to right, #673fe7 0, #0228a3 100%)
}

.news-section {
    position: relative;
    padding: 95px 0 100px
}

.news-section .right-patterm {
    position: absolute;
    right: 0;
    top: 0;
    width: 236px;
    height: 268px;
    background-repeat: no-repeat
}

.news-section .sec-title .theme-btn {
    margin-top: 80px
}

.news-block {
    position: relative;
    margin-bottom: 30px
}

.news-block .inner-box {
    position: relative
}

.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #105bc1
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.news-block .inner-box:hover .image img {
    transform: scale(1.04, 1.04);
    opacity: .5
}

.news-block .inner-box .lower-content {
    position: relative;
    padding: 28px 15px 28px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    border-bottom: 1px solid #ccc
}

.news-block .inner-box:hover .lower-content {
    border-color: #105bc1
}

.news-block .inner-box .lower-content .content {
    position: relative;
    padding-left: 75px
}

.news-block .inner-box .lower-content .content .post-date {
    position: absolute;
    left: 0;
    top: 0
}

.news-block .inner-box .lower-content .content:before {
    position: absolute;
    content: "";
    left: 29px;
    top: 0;
    width: 2px;
    height: 100%;
    background-image: -ms-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: -moz-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: -o-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0128a2), color-stop(100, #693fe9));
    background-image: -webkit-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: linear-gradient(to bottom, #0128a2 0, #693fe9 100%)
}

.news-block .inner-box .lower-content .content:after {
    position: absolute;
    content: "";
    left: 22px;
    top: 95%;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-image: -ms-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: -moz-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: -o-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0128a2), color-stop(100, #693fe9));
    background-image: -webkit-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: linear-gradient(to bottom, #0128a2 0, #693fe9 100%)
}

.news-block .inner-box .lower-content .content .post-date span {
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-top: 8px;
    font-family: Montserrat, sans-serif;
    background-image: -ms-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: -moz-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: -o-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0128a2), color-stop(100, #693fe9));
    background-image: -webkit-linear-gradient(top, #0128a2 0, #693fe9 100%);
    background-image: linear-gradient(to bottom, #0128a2 0, #693fe9 100%)
}

.news-block .inner-box .lower-content .content .post-date span i {
    font-weight: 400;
    font-size: 18px;
    font-style: normal
}

.news-block .inner-box .lower-content .post-info {
    position: relative
}

.news-block .inner-box .lower-content .post-info li {
    position: relative;
    color: #777;
    font-size: 16px;
    margin-right: 15px;
    display: inline-block;
    font-family: Cabin, sans-serif
}

.news-block .inner-box .lower-content .post-info li .icon {
    position: relative;
    margin-right: 5px;
    color: #6b40ea;
    font-size: 14px
}

.news-block .inner-box .lower-content .post-info li:last-child {
    margin-right: 0
}

.news-block .inner-box .lower-content h5 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 12px
}

.news-block .inner-box .lower-content h5 a {
    position: relative;
    color: #222;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.news-block .inner-box .lower-content h5 a:hover {
    color: #105bc1
}

.news-block .inner-box .lower-content .text {
    position: relative;
    line-height: 1.7em;
    font-weight: 400;
    margin-top: 18px;
    color: #777;
    font-size: 16px
}

.main-footer {
    position: relative;
    padding: 230px 0 0;
    background-image: -ms-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: -moz-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: -o-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #673fe7), color-stop(100, #0228a3));
    background-image: -webkit-linear-gradient(left, #673fe7 0, #0228a3 100%);
    background-image: linear-gradient(to right, #673fe7 0, #0228a3 100%)
}

.main-footer .pattern-layer-one {
    position: absolute;
    left: 0;
    top: 130px;
    width: 185px;
    height: 373px;
    opacity: .1;
    background-repeat: no-repeat
}

.main-footer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    height: 215px;
    background: url(../images/background/footer-pattern.webp) repeat-x
}

.main-footer.style-two {
    background-image: none;
    margin-top: -105px;
    background: url(../images/background/3.webp) repeat-x
}

.main-footer.style-two::before {
    display: none
}

.main-footer .waves {
    top: 0
}

.main-footer .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.main-footer .widgets-section {
    position: relative;
    padding-bottom: 40px
}

.main-footer .footer-widget h4 {
    position: relative;
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 25px;
    padding-bottom: 20px;
    text-transform: capitalize
}

.main-footer .footer-widget h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 30px;
    background-color: #fff
}

.main-footer .logo-widget {
    position: relative
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 25px
}

.main-footer .logo-widget .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 25px
}

.main-footer .logo-widget .social-box {
    position: relative
}

.main-footer .logo-widget .social-box li {
    position: relative;
    margin-right: 15px;
    display: inline-block
}

.main-footer .logo-widget .social-box li a {
    position: relative;
    color: #fff;
    font-size: 16px
}

.list-link {
    position: relative
}

.list-link li {
    position: relative;
    margin-bottom: 15px
}

.list-link li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.list-link li a:hover {
    color: #fe4c1c
}

.list-link li a:before {
    position: absolute;
    content: "\f101";
    left: 0;
    top: -2px;
    font-family: FontAwesome
}

.main-footer .gallery-widget {
    position: relative
}

.main-footer .gallery-widget .images-outer {
    position: relative;
    margin: 0 -3px
}

.main-footer .gallery-widget .image-box {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0 6px;
    margin-bottom: 12px
}

.main-footer .gallery-widget .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .gallery-widget .image-box img:hover {
    opacity: .7
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.main-footer .footer-bottom a {
    color: #fe4c1c
}

.banner-section-two {
    position: relative;
    overflow: hidden;
    padding: 20px 0px 250px;
}

.banner-section-two .pattern-layer-one {
    position: absolute;
    left: 0;
    top: 130px;
    width: 185px;
    height: 373px;
    background-repeat: no-repeat
}

.banner-section-two .pattern-layer-two {
    position: absolute;
    left: 10%;
    top: 80%;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat
}

.banner-section-two .pattern-layer-three {
    position: absolute;
    left: 1%;
    top: 0;
    width: 725px;
    height: 906px;
    background-repeat: no-repeat
}

.banner-section-two .pattern-layer-four {
    position: absolute;
    left: 45%;
    top: 15%;
    width: 205px;
    height: 34px;
    z-index: 1;
    background-repeat: no-repeat;
    display: none;
}

.banner-section-two .pattern-layer-five {
    position: absolute;
    left: 58%;
    top: 81%;
    width: 43px;
    height: 36px;
    z-index: 1;
    background-repeat: no-repeat
}

.banner-section-two .content-column {
    position: relative
}

.banner-section-two .content-column .inner-column {
    position: relative;
    padding-top: 85px;
}

.banner-section-two .content-column h1 {
    position: relative;
    color: #222;
    font-weight: 800;
    line-height: 1.3em;
    font-family: Montserrat, sans-serif;
    font-size: 37px
}

.banner-section-two .content-column .text {
    position: relative;
    color: #000;
    font-weight: 400;
    line-height: 1.7em;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px
}

.banner-section-two .content-column .theme-btn {
    float: left;
    margin-right: 20px
}

.banner-section-two .content-column .phone-box {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    background: #6b40ea;
    padding: 18px 12px;
    border-radius: 4px;
}

.phone-box {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    background: #6b40ea;
    padding: 18px 12px;
    border-radius: 4px;
}

.btn-box.phone a.phone-box {
    color: #fff;
    font-size: 16px;
    padding: 13px 26px;
}

.banner-section-two .content-column .phone-box .icon {
    position: relative;
    width: 30px;
    height: 0;
    color: #fff;
    /* line-height: 60px; */
    text-align: center;
    border-radius: 12px;
    font-weight: 400;
    display: inline-block;
    background-color: #6b40ea
}

.banner-section-two .image-column {
    position: relative
}

.banner-section-two .image-column .inner-column {
    position: relative;
    text-align: right
}

.banner-section-two .image-column .image {
    position: relative;
    margin-top: -100px
}

.banner-section-two .image-column .image img {
    position: relative;
    width: auto;
    max-width: inherit
}

.services-section-three {
    position: relative;
    padding: 110px 0 90px
}

.services-section-three .left-pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 289px;
    height: 404px;
    background-repeat: no-repeat
}

.services-section-three .inner-container {
    position: relative
}

.services-section-three .inner-container .pattern-layer {
    position: absolute;
    left: -70px;
    top: 30px;
    width: 190px;
    height: 112px;
    background-repeat: no-repeat
}

.website-section {
    position: relative;
    padding: 90px 0 200px;
    background-image: -ms-linear-gradient(bottom, #0128a2 0, #693fe9 100%);
    background-image: -moz-linear-gradient(bottom, #0128a2 0, #693fe9 100%);
    background-image: -o-linear-gradient(bottom, #0128a2 0, #693fe9 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0128a2), color-stop(100, #693fe9));
    background-image: -webkit-linear-gradient(bottom, #0128a2 0, #693fe9 100%);
    background-image: linear-gradient(to top, #0128a2 0, #693fe9 100%)
}

.website-section .map-pattern {
    position: absolute;
    right: 100px;
    top: 60px;
    width: 1055px;
    height: 559px;
    background-repeat: no-repeat
}

.website-section .image-column {
    position: relative
}

.website-section .image-column .inner-column {
    position: relative;
    padding-right: 50px
}

.website-section .image-column .image {
    position: relative;
    margin-left: -20px
}

.website-section .content-column {
    position: relative
}

.website-section .content-column .inner-column {
    position: relative;
    padding-top: 100px
}

.website-section .content-column h2 {
    position: relative;
    font-weight: 600;
    color: #fff;
    line-height: 1.4em
}

.website-section .content-column .text {
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    line-height: 1.7em;
    margin-top: 18px;
    margin-bottom: 28px
}

.website-section .content-column .theme-btn {
    padding: 12px 44px;
    font-weight: 600
}

.counter-section-two {
    position: relative
}

.counter-section-two.margin-top {
    margin-top: -130px;
    z-index: 1
}

.counter-section-two .inner-container {
    position: relative;
    border-radius: 10px;
    padding: 55px 40px 25px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.fact-counter-two {
    position: relative
}

.fact-counter-two .column {
    position: relative;
    margin-bottom: 30px
}

.fact-counter-two .column .inner {
    position: relative
}

.fact-counter-two .column .inner .content {
    position: relative;
    text-align: center !important;
    padding-right: 0 !important
}

.fact-counter-two .column .inner .content:before {
    position: absolute;
    content: ":";
    right: -20px;
    top: 30px;
    color: #fff;
    font-size: 60px;
    font-weight: 700
}

.fact-counter-two .column:last-child .inner .content:before {
    display: none
}

.fact-counter-two .column .inner .icon {
    position: relative;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.fact-counter-two .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: #fe4c1c;
    font-size: 36px;
    line-height: 1em;
    font-family: Cabin, sans-serif
}

.fact-counter-two .column .inner .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    color: #0028a2;
    margin-bottom: 12px;
    font-family: Cabin, sans-serif
}

.fact-counter-two .column .inner .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    background-color: #f5f5f5
}

.fact-counter-two.style-two .column .inner .content {
    padding-left: 90px;
    text-align: left !important
}

.fact-counter-two.style-two .column .inner .icon-box {
    position: absolute;
    left: -10px;
    top: -10px;
    width: auto;
    height: auto;
    background: 0 0;
    display: inline-block
}

.fact-counter-two.style-two .column .inner .counter-title {
    margin-bottom: 0;
    margin-top: 10px;
    color: #777;
    font-weight: 400
}

.fact-counter-two.style-two .column .inner .count-outer {
    color: #0028a2
}

.services-section-four {
    position: relative;
    padding-top: 270px;
    padding-bottom: 150px;
    background-color: #f4f4f4
}

.services-section-four.style-two {
    padding-top: 100px
}

.services-section-four .pattern-bottom-layer {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 168px;
    background-position: center bottom;
    background-repeat: repeat-x
}

.services-section-four.margin-top {
    margin-top: -176px
}

.services-section-four .pattern-layer-one {
    position: absolute;
    left: 0;
    top: 150px;
    width: 493px;
    height: 938px;
    background-repeat: no-repeat
}

.services-section-four .pattern-layer-two {
    position: absolute;
    right: 0;
    top: 0;
    width: 493px;
    height: 938px;
    background-repeat: no-repeat
}

.services-section-four .row {
    margin: 0 -30px
}

.services-section-four .service-block-four {
    padding: 0 30px
}

.service-block-four {
    position: relative;
    margin-bottom: 40px
}

.service-block-four .inner-box {
    position: relative;
    padding: 50px 60px;
    overflow: hidden;
    background-color: #fff;
    border-left: 5px solid #fe4c1c;
    border-radius: 0 10px 10px 0
}

.service-block-four .inner-box:hover {
    border-color: #0028a2
}

.service-block-four .inner-box .patern-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 102px;
    height: 102px;
    transform: translateX(176px);
    background-repeat: no-repeat;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-four .inner-box:hover .patern-layer {
    transform: translateX(0);
    transition-delay: .4s
}

.service-block-four .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background-image: -ms-linear-gradient(top, #ff0301 0, #fe4a1b 100%);
    background-image: -moz-linear-gradient(top, #ff0301 0, #fe4a1b 100%);
    background-image: -o-linear-gradient(top, #ff0301 0, #fe4a1b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff0301), color-stop(100, #fe4a1b));
    background-image: -webkit-linear-gradient(top, #ff0301 0, #fe4a1b 100%);
    background-image: linear-gradient(to bottom, #ff0301 0, #fe4a1b 100%)
}

.service-block-four .inner-box:hover::before {
    width: 100%
}

.service-block-four .inner-box .icon-box {
    position: relative;
    color: #0a2aa6;
    font-size: 40px;
    line-height: 1em;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-four .inner-box:hover .icon-box {
    color: #fff
}

.service-block-four .inner-box .icon-box .icon {
    position: relative;
    float: left
}

.service-block-four .inner-box h5 {
    position: relative;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 7px;
    float: left;
    margin-left: 20px
}

.service-block-four .inner-box h5 a {
    position: relative;
    color: #222;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-four .inner-box .text {
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 15px;
    display: block;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-four .inner-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.service-block-four .inner-box:hover .text,
.service-block-four .inner-box:hover h5 a {
    color: #fff
}

.service-block-four .inner-box .side-icon {
    position: absolute;
    right: -15px;
    bottom: -15px;
    font-size: 80px;
    line-height: 1em;
    color: #e6e9f6;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-four .inner-box:hover .side-icon {
    color: #fff;
    opacity: .2
}

.gallery-section {
    position: relative;
    padding: 90px 0 130px
}

.gallery-section .btn-box {
    margin-top: 40px
}

.gallery-section .outer-section {
    position: relative;
    padding: 0 60px
}

.gallery-section .gallery-item {
    margin-bottom: 40px
}

.gallery-block {
    position: relative;
    margin-bottom: 30px
}

.gallery-block .inner-box {
    position: relative;
    width: 100%
}

.gallery-block .image-box {
    position: relative;
    display: block;
    margin: 0;
    overflow: hidden;
    border-radius: 8px
}

.gallery-block .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.gallery-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    text-align: center;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background-image: -ms-linear-gradient(top, #ff0301 0, #fe4a1b 100%);
    background-image: -moz-linear-gradient(top, #ff0301 0, #fe4a1b 100%);
    background-image: -o-linear-gradient(top, #ff0301 0, #fe4a1b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff0301), color-stop(100, #fe4a1b));
    background-image: -webkit-linear-gradient(top, #ff0301 0, #fe4a1b 100%);
    background-image: linear-gradient(to bottom, #ff0301 0, #fe4a1b 100%)
}

.gallery-block .inner-box:hover .overlay-box {
    opacity: 1;
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    visibility: visible
}

.gallery-block .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0
}

.gallery-block .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.gallery-block .overlay-box h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 12px
}

.gallery-block .overlay-box h4 a {
    position: relative;
    color: #fff
}

.gallery-block .overlay-box .category {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px
}

.gallery-block .overlay-inner .link {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    margin: 0 3px;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #7148eb;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.gallery-block .overlay-inner .link .icon {
    position: relative;
    z-index: 1
}

.gallery-block .overlay-inner .link:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .9)
}

.step-block {
    position: relative
}

.step-block .inner-box {
    position: relative;
    text-align: center;
    padding-bottom: 100px
}

.step-block .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 288px;
    height: 152px;
    background: url(../images/resource/step-1.webp) no-repeat
}

.step-block .inner-box .number-box {
    position: relative
}

.step-block .inner-box .number-box .number {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    background-color: #fe4c1c
}

.step-block .inner-box .number-box .number:before {
    position: absolute;
    content: "";
    left: -14px;
    top: -14px;
    right: -14px;
    bottom: -14px;
    border-radius: 50%;
    border: 10px solid #ffe4dd
}

.step-block .inner-box h5 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 60px
}

.step-block.style-two .inner-box .number-box .number {
    background-color: #0a2aa6
}

.step-block.style-two .inner-box .number-box .number:before {
    border: 10px solid #dadff2
}

.step-block.style-two .inner-box {
    padding-top: 100px;
    padding-bottom: 0
}

.step-block.style-two .inner-box h5 {
    margin-top: 0;
    margin-bottom: 60px
}

.step-block.style-two .inner-box:before {
    left: -25px;
    top: -32px;
    right: 0;
    width: 339px;
    height: 172px;
    background: url(../images/resource/step-2.webp) no-repeat
}

.seo-section-two {
    position: relative
}

.seo-section-two .inner-container {
    position: relative;
    z-index: 1;
    padding: 60px 80px;
    border-radius: 15px;
    background-image: -ms-linear-gradient(bottom, #0128a2 0, #693fe9 100%);
    background-image: -moz-linear-gradient(bottom, #0128a2 0, #693fe9 100%);
    background-image: -o-linear-gradient(bottom, #0128a2 0, #693fe9 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0128a2), color-stop(100, #693fe9));
    background-image: -webkit-linear-gradient(bottom, #0128a2 0, #693fe9 100%);
    background-image: linear-gradient(to top, #0128a2 0, #693fe9 100%)
}

.seo-section-two .pattern-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 115px;
    background-repeat: no-repeat
}

.seo-section-two .pattern-two {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 174px;
    background-repeat: no-repeat
}

.seo-section-two .pattern-three {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 313px;
    height: 156px;
    background-repeat: no-repeat
}

.seo-section-two .pattern-four {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 287px;
    height: 85px;
    background-repeat: no-repeat
}

.seo-section-two .rocket-icon {
    position: absolute;
    right: 0;
    top: 20px;
    width: 330px;
    height: 314px;
    background-repeat: no-repeat
}

.seo-section-two .sec-title {
    margin-bottom: 35px
}

.seo-section-two .seo-form {
    max-width: 670px
}

.news-block-two {
    position: relative;
    margin-bottom: 30px
}

.news-block-two .inner-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.news-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #105bc1
}

.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.news-block-two .inner-box:hover .image img {
    transform: scale(1.04, 1.04);
    opacity: .5
}

.news-block-two .inner-box .lower-content {
    position: relative;
    padding: 0 30px 25px !important;
    background-color: #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.news-block-two .inner-box .category {
    position: relative;
    top: -10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 14px;
    margin-top: -6px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #6b40ea;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-two .inner-box:hover .category {
    background-color: #fe4c1c
}

.news-block-two .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 14px
}

.news-block-two .inner-box .lower-content h4 a {
    position: relative;
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-two .inner-box .lower-content h4 a:hover {
    color: #0a2aa6
}

.news-block-two .inner-box .lower-content .text {
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.7em
}

.news-block-two .inner-box .lower-content .lower-box {
    position: relative;
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid #ddd
}

.news-block-two .inner-box .lower-content .author-box {
    position: relative
}

.news-block-two .inner-box .lower-content .author-box .box-inner {
    position: relative;
    padding-left: 55px;
    color: #fe4c1c;
    font-size: 14px;
    padding-top: 10px
}

.news-block-two .inner-box .lower-content .author-box .author-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px
}

.news-block-two .inner-box .lower-content .author-box .box-inner span {
    position: relative;
    color: #777;
    margin-left: 25px
}

.news-section .owl-nav {
    display: none
}

.banner-section-three {
    position: relative;
    padding: 300px 0 200px;
    background-image: -ms-linear-gradient(right, #0090e4 0, #1b18a1 100%);
    background-image: -moz-linear-gradient(right, #0090e4 0, #1b18a1 100%);
    background-image: -o-linear-gradient(right, #0090e4 0, #1b18a1 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #0090e4), color-stop(100, #1b18a1));
    background-image: -webkit-linear-gradient(right, #0090e4 0, #1b18a1 100%);
    background-image: linear-gradient(to left, #0090e4 0, #1b18a1 100%)
}

.banner-section-three .social-box {
    position: absolute;
    left: 4%;
    top: 50%;
    z-index: 10
}

.banner-section-three .social-box li {
    position: relative;
    margin-bottom: 10px
}

.banner-section-three .social-box li a {
    position: relative;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section-three .social-box li a:hover {
    color: #002e9c;
    background-color: #fff
}

.banner-section-three .pattern-layer-one {
    position: absolute;
    left: 0;
    top: 130px;
    width: 185px;
    height: 373px;
    opacity: .1;
    background-repeat: no-repeat
}

.banner-section-three .patern-layer-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 493px;
    height: 938px;
    background-position: right top;
    background-repeat: no-repeat
}

.banner-section-three .pattern-layer-three {
    position: absolute;
    right: 1%;
    top: 0;
    width: 725px;
    height: 906px;
    background-repeat: no-repeat
}

.banner-section-three .pattern-layer-four {
    position: absolute;
    left: 45%;
    top: 15%;
    width: 205px;
    height: 34px;
    z-index: 1;
    background-repeat: no-repeat
}

.banner-section-three .pattern-layer-five {
    position: absolute;
    left: 58%;
    top: 75%;
    width: 43px;
    height: 36px;
    z-index: 1;
    background-repeat: no-repeat
}

.banner-section-three .content-column {
    position: relative
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.banner-section-three .content-column .inner-column {
    position: relative;
    padding-bottom: 160px
}

.banner-section-three .content-column .title {
    position: relative;
    color: #079be7;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.banner-section-three .content-column h1 {
    position: relative;
    color: #fff;
    font-weight: 800;
    line-height: 1.3em;
    font-family: Montserrat, sans-serif
}

.banner-section-three .content-column .text {
    position: relative;
    color: #fff;
    font-weight: 400;
    line-height: 1.7em;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 35px
}

.banner-section-three .content-column .theme-btn {
    float: left;
    margin-right: 20px
}

.banner-section-three .content-column .phone-box {
    position: relative;
    color: #6b40ea;
    font-size: 24px;
    font-weight: 700;
    display: inline-block
}

.banner-section-three .content-column .phone-box .icon {
    position: relative;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 12px;
    font-weight: 400;
    display: inline-block;
    background-color: #6b40ea
}

.banner-section-three .image-column {
    position: relative
}

.banner-section-three .image-column .inner-column {
    position: relative;
    text-align: right
}

.banner-section-three .image-column .image {
    position: relative;
    margin-right: -80px
}

.banner-section-three .image-column .image img {
    position: relative
}

.banner-section-three .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.banner-section-three:hover .owl-nav {
    opacity: 1
}

.banner-section-three .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    border: 2px solid rgba(255, 255, 255, .6)
}

.banner-section-three .owl-nav .owl-next:hover {
    color: #1543c5;
    border-color: #fff;
    background-color: #fff
}

.seo-section-three {
    position: relative;
    padding: 120px 0 60px
}

.seo-section-three .image-column {
    position: relative;
    margin-bottom: 40px
}

.seo-section-three .image-column .inner-column {
    position: relative
}

.seo-section-three .image-column .image {
    position: relative;
    text-align: center
}

.seo-section-three .content-column {
    position: relative;
    margin-bottom: 40px
}

.seo-section-three .content-column .inner-column {
    position: relative;
    padding-left: 20px
}

.seo-section-three .content-column .seo-list {
    position: relative
}

.seo-section-three .content-column .seo-list li {
    position: relative;
    color: #777;
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.8em;
    padding-left: 95px;
    font-family: Cabin, sans-serif
}

.seo-section-three .content-column .seo-list li .icon {
    position: absolute;
    left: 8px;
    top: 5px;
    width: 45px;
    height: 45px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    display: inline-block;
    background-image: -ms-linear-gradient(top, #ffe6b9 0, #ffa507 100%);
    background-image: -moz-linear-gradient(top, #ffe6b9 0, #ffa507 100%);
    background-image: -o-linear-gradient(top, #ffe6b9 0, #ffa507 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe6b9), color-stop(100, #ffa507));
    background-image: -webkit-linear-gradient(top, #ffe6b9 0, #ffa507 100%);
    background-image: linear-gradient(to bottom, #ffe6b9 0, #ffa507 100%)
}

.seo-section-three .content-column .seo-list li .icon:after {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50px;
    border: 1px solid #ffe6b9
}

.seo-section-three .content-column .seo-list li:nth-child(2) .icon {
    background-image: -ms-linear-gradient(top, #abdbff 0, #0492ff 100%);
    background-image: -moz-linear-gradient(top, #abdbff 0, #0492ff 100%);
    background-image: -o-linear-gradient(top, #abdbff 0, #0492ff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #abdbff), color-stop(100, #0492ff));
    background-image: -webkit-linear-gradient(top, #abdbff 0, #0492ff 100%);
    background-image: linear-gradient(to bottom, #abdbff 0, #0492ff 100%)
}

.seo-section-three .content-column .seo-list li:nth-child(2) .icon:after {
    border: 1px solid #0a94ff
}

.seo-section-three .content-column .seo-list li:nth-child(3) .icon {
    background-image: -ms-linear-gradient(top, #afffa5 0, #21ff04 100%);
    background-image: -moz-linear-gradient(top, #afffa5 0, #21ff04 100%);
    background-image: -o-linear-gradient(top, #afffa5 0, #21ff04 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #afffa5), color-stop(100, #21ff04));
    background-image: -webkit-linear-gradient(top, #afffa5 0, #21ff04 100%);
    background-image: linear-gradient(to bottom, #afffa5 0, #21ff04 100%)
}

.seo-section-three .content-column .seo-list li:nth-child(3) .icon:after {
    border: 1px solid #21ff04
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.services-section-five {
    position: relative;
    padding: 80px 0 40px
}

.services-section-five.style-two:after {
    display: none
}

.services-section-five.style-two {
    padding-bottom: 100px
}

.services-section-five .sec-title {
    z-index: 1
}

.services-section-five .pattern-layer-one {
    position: absolute;
    left: 0;
    top: -300px;
    width: 277px;
    height: 703px;
    z-index: 1;
    background-repeat: no-repeat
}

.services-section-five .pattern-layer-two {
    position: absolute;
    right: 0;
    top: -200px;
    width: 216px;
    height: 641px;
    z-index: 1;
    background-repeat: no-repeat
}

.services-section-five:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 168px;
    background: url(../images/background/service-pattern.webp) no-repeat
}

.services-section-five .gradient-layer {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(bottom, #f4f4f4 0, #fff 100%);
    background-image: -moz-linear-gradient(bottom, #f4f4f4 0, #fff 100%);
    background-image: -o-linear-gradient(bottom, #f4f4f4 0, #fff 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f4f4f4), color-stop(100, #fff));
    background-image: -webkit-linear-gradient(bottom, #f4f4f4 0, #fff 100%);
    background-image: linear-gradient(to top, #f4f4f4 0, #fff 100%)
}

.service-block-five {
    position: relative;
    margin-bottom: 35px;
    z-index: 2
}

.service-block-five .inner-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-top: 10px
}

.service-block-five .inner-box .lower-content .left-pattern {
    position: absolute;
    left: -120px;
    top: 0;
    width: 116px;
    height: 119px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background: url(../images/icons/service-pattern-1.webp) no-repeat
}

.service-block-five .inner-box:hover .lower-content .left-pattern {
    left: 0;
    transition-delay: .3s
}

.service-block-five .inner-box .lower-content .right-pattern {
    position: absolute;
    right: -170px;
    bottom: 0;
    width: 163px;
    height: 112px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background: url(../images/icons/service-pattern-2.webp) no-repeat
}

.service-block-five .inner-box:hover .lower-content .right-pattern {
    right: 0;
    transition-delay: .6s
}

.service-block-five .inner-box .icon-box {
    position: relative;
    width: 110px;
    height: 110px;
    color: #0a2aa6;
    font-size: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 110px;
    margin: 0 auto;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.service-block-five .inner-box .lower-content {
    position: relative;
    margin-top: -50px;
    padding: 90px 40px 40px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-five .inner-box:hover .lower-content {
    background-color: #fff
}

.service-block-five .inner-box h4 {
    position: relative;
    font-weight: 700;
    line-height: 1.3em
}

.service-block-five .inner-box h4 a {
    position: relative;
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block-five .inner-box h4 a:hover {
    color: #0028a2
}

.service-block-five .inner-box .text {
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 15px
}

.counter-section-three {
    position: relative;
    padding: 120px 0 80px
}

.counter-section-three .counter-column {
    position: relative;
    margin-bottom: 40px
}

.counter-section-three .counter-column .inner-column {
    position: relative
}

.counter-section-three .image-column {
    position: relative;
    margin-bottom: 40px
}

.counter-section-three .image-column .inner-column {
    position: relative
}

.team-section-three {
    position: relative;
    padding: 180px 0 160px;
    background-image: -ms-linear-gradient(left, #0090e4 0, #1b18a1 100%);
    background-image: -moz-linear-gradient(left, #0090e4 0, #1b18a1 100%);
    background-image: -o-linear-gradient(left, #0090e4 0, #1b18a1 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0090e4), color-stop(100, #1b18a1));
    background-image: -webkit-linear-gradient(left, #0090e4 0, #1b18a1 100%);
    background-image: linear-gradient(to right, #0090e4 0, #1b18a1 100%)
}

.team-section-three:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background: url(../images/background/pattern-11.webp) repeat-x
}

.team-section-three:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    height: 105px;
    background-size: cover;
    background: url(../images/background/pattern-6.webp) repeat-x
}

.team-section-three .bottom-layer {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 97px;
    background-size: cover;
    background: url(../images/background/pattern-10.webp) repeat-x
}

.team-section-three .owl-nav {
    display: none
}

.team-block-two {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.team-block-two .inner-box {
    position: relative;
    text-align: center
}

.team-block-two .inner-box .image-box {
    position: relative
}

.team-block-two .inner-box .image-box .social-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-block-two .inner-box:hover .image-box .social-outer {
    opacity: 1
}

.team-block-two .inner-box .image-box .social-box {
    position: relative;
    padding: 8px 30px;
    border-radius: 50px;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #fd4f20 0, #d71800 100%);
    background-image: -moz-linear-gradient(left, #fd4f20 0, #d71800 100%);
    background-image: -o-linear-gradient(left, #fd4f20 0, #d71800 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fd4f20), color-stop(100, #d71800));
    background-image: -webkit-linear-gradient(left, #fd4f20 0, #d71800 100%);
    background-image: linear-gradient(to right, #fd4f20 0, #d71800 100%)
}

.team-block-two .inner-box .image-box .social-box li {
    position: relative;
    margin: 0 9px;
    display: inline-block
}

.team-block-two .inner-box .image-box .social-box li a {
    position: relative;
    color: #fff;
    font-size: 16px
}

.team-block-two .inner-box .image {
    position: relative;
    display: inline-block
}

.team-block-two .inner-box .image:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 364px;
    height: 364px;
    z-index: -1;
    background: url(../images/resource/team-4-bg.webp) no-repeat
}

.team-block-two.style-two .inner-box .image:before {
    background: url(../images/resource/team-5-bg.webp) no-repeat
}

.team-block-two.style-three .inner-box .image:before {
    background: url(../images/resource/team-6-bg.webp) no-repeat
}

.team-block-two .inner-box .lower-box {
    position: relative;
    padding-top: 25px
}

.team-block-two .inner-box .lower-box h4 {
    position: relative;
    font-weight: 600
}

.team-block-two .inner-box .lower-box h4 a {
    position: relative;
    color: #fff
}

.team-block-two .inner-box .lower-box .designation {
    position: relative;
    font-weight: 400;
    color: #fff;
    margin-top: 3px
}

.faq-section {
    position: relative;
    padding: 70px 0 60px
}

.faq-section.style-two {
    padding-top: 120px;
    padding-bottom: 90px
}

.faq-section .image-column {
    position: relative
}

.faq-section .image-column .inner-column {
    position: relative;
    margin-left: -150px
}

.news-section-two {
    position: relative;
    padding-top: 40px;
    padding-bottom: 90px
}

.news-section-two .owl-nav {
    display: none
}

.news-section-two .owl-theme .news-block-three {
    padding: 0 15px
}

.news-section-two .owl-carousel {
    margin: 0 -15px;
    width: auto
}

.news-section-two .right-patterm {
    position: absolute;
    right: 0;
    top: 0;
    width: 236px;
    height: 268px;
    background-repeat: no-repeat
}

.news-section-two .inner-container {
    position: relative;
    padding-right: 98px
}

.news-block-three {
    position: relative;
    margin-bottom: 30px
}

.news-block-three .inner-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding-left: 530px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.news-block-three .inner-box .image {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #105bc1
}

.news-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.news-block-three .inner-box:hover .image img {
    transform: scale(1.04, 1.04);
    opacity: .5
}

.news-block-three .inner-box .content-box {
    position: relative;
    padding: 35px 30px 35px;
    background-color: #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.news-block-three .inner-box .category {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 14px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #6b40ea;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-three .inner-box:hover .category {
    background-color: #fe4c1c
}

.news-block-three .inner-box .content-box h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 14px
}

.news-block-three .inner-box .content-box h4 a {
    position: relative;
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-three .inner-box .content-box h4 a:hover {
    color: #0a2aa6
}

.news-block-three .inner-box .content-box .text {
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.7em
}

.news-block-three .inner-box .content-box .info-box {
    position: relative;
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid #ddd
}

.news-block-three .inner-box .content-box .info-box {
    position: relative
}

.news-block-three .inner-box .content-box .info-box .box-inner {
    position: relative;
    padding-left: 55px;
    color: #fe4c1c;
    font-size: 14px;
    padding-top: 10px
}

.news-block-three .inner-box .content-box .info-box .author-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px
}

.news-block-three .inner-box .content-box .info-box .box-inner span {
    position: relative;
    color: #777;
    margin-left: 25px
}

.call-to-action-section {
    position: relative;
    padding-top: 200px;
    text-align: center;
    padding-bottom: 200px;
    background-color: #f3f4ff;
    background-position: center center;
    background-repeat: no-repeat
}

.call-to-action-section .icon-layer {
    position: absolute;
    left: 15%;
    top: 60%;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat
}

.call-to-action-section .icon-layer-two {
    position: absolute;
    left: 35%;
    top: 0;
    width: 43px;
    height: 36px;
    z-index: 1;
    background-repeat: no-repeat
}

.call-to-action-section .icon-layer-three {
    position: absolute;
    right: 10%;
    top: 64%;
    width: 205px;
    height: 34px;
    z-index: 1;
    background-repeat: no-repeat
}

.call-to-action-section .icon-layer-four {
    position: absolute;
    right: 2%;
    top: 40%;
    width: 43px;
    height: 36px;
    z-index: 1;
    background-repeat: no-repeat
}

.call-to-action-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    height: 113px;
    z-index: 1;
    background-repeat: repeat-x;
    background: url(../images/background/pattern-13.webp);
}

.call-to-action-section .title {
    position: relative;
    color: #d71802;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif
}

.call-to-action-section h2 {
    position: relative;
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 40px;
    margin-bottom: 55px
}

.contact-info-section {
    position: relative;
    padding: 0 0 0;
    background-color: #f3f4ff
}

.contact-info-section .inner-container {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    padding: 50px 60px 25px;
    background-image: -ms-linear-gradient(left, #fd4f20 0, #d71800 100%);
    background-image: -moz-linear-gradient(left, #fd4f20 0, #d71800 100%);
    background-image: -o-linear-gradient(left, #fd4f20 0, #d71800 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fd4f20), color-stop(100, #d71800));
    background-image: -webkit-linear-gradient(left, #fd4f20 0, #d71800 100%);
    background-image: linear-gradient(to right, #fd4f20 0, #d71800 100%)
}

.contact-info-section ul {
    position: relative
}

.contact-info-section ul li {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding-left: 90px;
    display: inline-block;
    margin-right: 110px;
    margin-bottom: 25px
}

.contact-info-section ul li:last-child {
    margin-right: 0
}

.contact-info-section ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 300;
    font-size: 60px;
    line-height: 1em;
    color: #fff
}

.contact-info-section ul li strong {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    display: block;
    margin-bottom: 10px
}

.page-title {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 160px 0 160px;
    background-color: #0028a2
}

.page-title .pattern-layer-one {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 222px;
    height: 440px;
    background-repeat: no-repeat
}

.page-title .pattern-layer-two {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 1564px;
    height: 442px;
    background-repeat: no-repeat
}

.page-title .auto-container {
    position: relative
}

.page-title h2 {
    position: relative;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0;
    text-transform: capitalize
}

.faq-page-section {
    position: relative;
    padding-top: 90px
}

.faq-form-section {
    position: relative;
    padding: 110px 0 60px
}

.faq-form-section .right-pattern {
    position: absolute;
    right: 0;
    top: 0;
    width: 236px;
    height: 268px;
    z-index: -1;
    background-repeat: no-repeat
}

.faq-form-section .image-column {
    position: relative
}

.faq-form-section .image-column .inner-column {
    position: relative;
    margin-left: -150px
}

.faq-form-section .form-column {
    position: relative
}

.faq-form-section .form-column .inner-column {
    position: relative;
    padding-left: 30px
}

.default-form .form-group {
    position: relative;
    margin-bottom: 10px !important;
}

.default-form .form-group:last-child {
    margin-bottom: 0
}

.default-form .form-group .project-drop-down {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}

.default-form .form-group .project-drop-down select {
    height: 60px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 15px 30px;
    font-weight: 400;
    color: #777;
}

.contact-page-section .info-column ul li a {
    color: #777;
}

.default-form .form-group input[type=email],
.default-form .form-group input[type=text],
.default-form .form-group input[type=number] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 30px;
    color: #777;
    height: 60px;
    font-size: 14px;
    background: 0 0;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
    color: #777
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px;
    color: #777;
    height: 90px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    resize: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.default-form .form-group .theme-btn {
    cursor: pointer
}

.default-form.contact-form .form-group {
    margin-bottom: 0;
}

.contact-form input.error,
.contact-form textarea.error {
    border-color: red !important
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500
}

.team-page-section {
    position: relative;
    padding: 100px 0 30px
}

.team-page-section .team-block {
    margin-bottom: 70px
}

.testimonial-page-section {
    position: relative;
    padding: 100px 0 70px
}

.testimonial-page-section .testimonial-block {
    margin-bottom: 35px
}

.time-counter {
    position: relative
}

.time-counter .time-countdown {
    position: relative;
    margin-bottom: 180px
}

.time-counter .time-countdown .counter-column {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 180px;
    font-size: 20px;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    z-index: 7;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .25);
    background-color: rgba(54, 54, 54, .4);
    font-family: Montserrat, sans-serif;
    margin: 0 15px 20px
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 30px;
    padding: 60px 0 30px;
    color: #fff;
    font-weight: 600
}

.sidebar-page-container {
    position: relative;
    padding: 90px 0 80px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 0
}

.sidebar-widget {
    margin-bottom: 60px
}

.sidebar .service-list {
    position: relative
}

.sidebar .service-list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 18px
}

.sidebar .service-list li:last-child {
    margin-bottom: 0
}

.sidebar .service-list li a {
    position: relative;
    display: block;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding: 17px 25px;
    border: 1px solid #d7d7d7;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.sidebar .service-list li a:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 16px;
    display: block;
    line-height: 26px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.sidebar .service-list li a:hover,
.sidebar .service-list li.current a {
    color: #fff;
    background: #0a15a9;
    border-color: #0a15a9
}

.services-detail {
    position: relative
}

.services-detail .inner-box {
    position: relative
}

.services-detail .inner-box .image {
    position: relative
}

.services-detail .inner-box .image img {
    position: relative
}

.services-detail .inner-box .lower-content {
    position: relative;
    padding-top: 35px
}

.services-detail .inner-box .lower-content h2 {
    position: relative;
    color: #0a15a9;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 20px
}

.services-detail .inner-box .lower-content .text {
    position: relative;
    z-index: 1
}

.services-detail .inner-box .lower-content .text p {
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.7em
}

.services-detail .inner-box .lower-content .text p:last-child {
    margin-bottom: 0
}

.services-detail .inner-box .lower-content .text h3 {
    position: relative;
    color: #ff7e00;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px
}

.gallery-page-section {
    position: relative;
    padding: 0 0 0
}

.gallery-detail-section {
    position: relative;
    padding: 100px 0 70px
}

.gallery-detail-section .images-gallery {
    position: relative
}

.gallery-detail-section .images-gallery .image {
    position: relative;
    margin-bottom: 30px
}

.gallery-detail-section .images-gallery .image img {
    position: relative;
    width: 100%;
    display: block
}

.gallery-detail-section .lower-section {
    position: relative;
    padding-top: 20px
}

.gallery-detail-section .lower-section .widgets-column {
    position: relative
}

.gallery-detail-section .lower-section .widgets-column .inner-column {
    position: relative
}

.gallery-detail-section .lower-section .content-column {
    position: relative
}

.gallery-detail-section .lower-section .content-column .inner-column {
    position: relative
}

.gallery-detail-section .lower-section .content-column h2 {
    position: relative;
    color: #222;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 17px
}

.gallery-detail-section .lower-section .content-column h3 {
    position: relative;
    color: #222;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 15px
}

.gallery-detail-section .lower-section .content-column p {
    position: relative;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 15px
}

.project-info-widget {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #ddd
}

.project-info-widget .title-box {
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd
}

.project-info-widget .title-box .title-inner {
    position: relative;
    padding-left: 70px;
    font-size: 20px;
    font-weight: 700;
    color: #292929;
    line-height: 46px;
    font-family: Montserrat, sans-serif
}

.project-info-widget .title-box .title-inner .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #1c17a0;
    font-size: 46px;
    line-height: 1em;
    font-weight: 400
}

.project-info-widget .lower-box {
    position: relative;
    padding: 30px 30px
}

.project-info-widget .lower-box ul {
    position: relative
}

.project-info-widget .lower-box ul li {
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 22px;
    padding-left: 75px;
    color: #777;
    font-size: 16px;
    border-bottom: 1px solid #ddd
}

.project-info-widget .lower-box ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #dcdcdc;
    line-height: 1em;
    font-size: 48px;
    font-weight: 400
}

.project-info-widget .lower-box ul li strong {
    position: relative;
    display: block;
    color: #222;
    font-size: 16px
}

.project-info-widget .lower-box ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.blog-page-section {
    position: relative;
    padding: 95px 0 90px
}

.error-section {
    position: relative;
    padding-bottom: 100px
}

.error-section .image {
    position: relative;
    margin-bottom: 60px
}

.error-section .text {
    position: relative;
    color: #777;
    font-size: 24px;
    line-height: 1.7em;
    text-align: center;
    margin-bottom: 30px
}

.error-section .btns-box .theme-btn {
    position: relative;
    margin: 0 20px
}

.contact-page-section {
    position: relative;
    z-index: 1;
    padding: 95px 0 0
}

/*.contact-page-section::before{*/
/*    content:"";*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    background-repeat: repeat-x;*/
/*    background-image: url(../images/resource/seo.webp);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: 763px;*/
/*    height: 503px;*/
/*}*/

.map-section {
    padding-bottom: 110px
}

.contact-page-section .form-column {
    position: relative
}

.contact-page-section .form-column .inner-column {
    position: relative;
    background: #eee;
    padding: 20px 20px;
    border-radius: 20px;
}

.contact-page-section .info-column {
    position: relative
}

.contact-page-section .info-column .inner-column {
    position: relative;
    margin-left: 80px;
    padding: 35px 35px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-image: -ms-linear-gradient(top, #f4f4f4 0, #fff 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 0, #fff 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 0, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(100, #fff));
    background-image: -webkit-linear-gradient(top, #f4f4f4 0, #fff 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 0, #fff 100%)
}

.contact-page-section .info-column ul {
    position: relative
}

.contact-page-section .info-column ul li {
    position: relative;
    color: #777;
    font-size: 16px;
    padding-left: 115px;
    margin-bottom: 65px;
    min-height: 84px;
    padding-top: 15px
}

.contact-page-section .info-column ul li:last-child {
    margin-right: 0
}

.contact-page-section .info-column ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 84px;
    height: 84px;
    font-weight: 300;
    font-size: 36px;
    line-height: 80px;
    color: #3ae41e;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #3ae41e
}

.contact-page-section .info-column ul li:nth-child(2) .icon {
    color: red;
    border-color: red
}

.contact-page-section .info-column ul li:nth-child(3) .icon {
    color: #fed944;
    border-color: #fed944
}

.contact-page-section .info-column ul li strong {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    display: block;
    color: #222;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type=search],
.sidebar .search-box .form-group input[type=text] {
    position: relative;
    line-height: 43px;
    padding: 10px 50px 10px 25px;
    border: 1px solid #ddd;
    background: #fff;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 60px;
    color: #000;
    border-radius: 5px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    line-height: 100%;
    font-weight: 400;
    background: #1c17a0
}

.sidebar-title {
    position: relative;
    margin-bottom: 28px
}

.sidebar-title h4 {
    position: relative;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    padding-right: 40px;
    display: inline-block;
    text-transform: capitalize
}

.sidebar-title h4:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    background-color: #fe4c1c
}

.author-widget {
    position: relative
}

.author-widget .widget-content {
    position: relative;
    text-align: center;
    padding: 45px 40px 40px;
    border-radius: 10px;
    background-size: cover
}

.author-widget .widget-content .image {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .4)
}

.author-widget .widget-content .name {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-top: 50px;
    font-family: Montserrat, sans-serif
}

.author-widget .widget-content .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 20px;
    margin-bottom: 25px
}

.author-widget .widget-content .social-box {
    position: relative
}

.author-widget .widget-content .social-box li {
    position: relative;
    margin: 0 2px;
    display: inline-block
}

.author-widget .widget-content .social-box li a {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.author-widget .widget-content .social-box li a:hover {
    color: #fe4c1c;
    border-color: #00aeef
}

.sticky-top {
    z-index: 1;
    top: 90px
}

.blog-detail {
    position: relative;
    margin-bottom: 30px
}

.blog-detail .inner-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.blog-detail .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #105bc1
}

.blog-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.blog-detail .inner-box:hover .image img {
    transform: scale(1.04, 1.04);
    opacity: .5
}

.blog-detail .inner-box .category {
    position: relative;
    top: -10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 14px;
    margin-top: -6px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #6b40ea;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blog-detail .inner-box:hover .category {
    background-color: #fe4c1c
}

.blog-detail .inner-box .lower-content {
    position: relative;
    padding: 0 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.blog-detail .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    color: #0a2aa6;
    margin-bottom: 14px
}

.blog-detail .inner-box .lower-content p {
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 18px
}

.blog-detail .inner-box .lower-content h5 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px
}

.sidebar-page-container .group-title {
    position: relative
}

.sidebar-page-container .group-title h3 {
    position: relative;
    color: #222;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize
}

@keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: 1920px 0
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: 1920px 0
    }
}

.main-header .sticky-header .mobile-nav-toggler {
    position: relative;
    float: left;
    font-size: 28px;
    padding: 10px 0;
    margin-left: 20px;
    color: #111
}



.logo img {
    filter: brightness(-1);
    width: 250px;
}


.sidebar-info-contents .content-inner .logo img {
    filter: invert(0);
}


.footer-widget.logo-widget .logo img {
    /* filter: brightness(100); */
}

ul.list-style-two li a {
    color: #fff;
}

.list-style-one li a {
    color: #fff;
}


.about-section .row.clearfix {
    align-items: center;
}

.inner-box h5 a {
    width: 70%;
}

.owl-dots {
    width: 100%;
    /* background: rebeccapurple; */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    margin-top: 10px;
}

.owl-stage-outer {
    padding-bottom: 0;
}

.owl-stage {
    padding-bottom: 0;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background: #8d8787;
    border-radius: 60%;
}

.owl-dot.active {
    background: #573cdc;
}


.banner-section-two .content-column .inner-column ul {
    list-style: none !important;
    padding-left: 0px !important;
}

.banner-section-two .content-column .inner-column ul li::marker {
    display: none !important;
}

.banner-section-two .content-column .inner-column ul li {
    list-style: none !important;
    /* padding-left: 20px !important; */
    margin-left: 0px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #000;
}

.banner-section-two .content-column .inner-column ul li i {
    margin-right: 5px;
}

.banner-section-two .content-column .inner-column .btns-box {
    margin-top: 15px;
}

.btns-box {
    width: 100%;
    display: table;
}

.desktop-hide {
    display: none !important;
}





/*.phone-box {*/
/*    -webkit-animation: blinks 400ms infinite alternate !important;*/
/*    animation: blinks 400ms infinite alternate !important;*/
/*}*/

@keyframes blinks {
    0% {
        color: #fff;
    }

    100% {
        color: #fe4c1b;
    }
}



.cta-sec-new {
    margin-top: 0;
    padding: 0px 0 50px;
}

.cta-sec-new .inner-container {
    padding: 50px 40px 50px !important;
}

.cta-sec-new h2 {
    color: #fff;
    width: 80%;
    margin: 0 auto;
}

.cta-sec-new p {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cta-sec-new .sec-title.centered {
    margin: 0;
}



.cta-sec-new .btn-box-new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

.cta-sec-new .btn-style-five {
    background: #fff;
    color: #000;
}

.cta-sec-new .btn-style-five:hover {
    color: #fff;
}

.seo-sectionXtra .form-group {
    gap: 5px 8px;
}

.seo-sectionXtra .inner-column {
    text-align: left !important;
}

.seo-sectionXtra {
    padding: 20px 45px 199px;
}

.seo-sectionXtra .sec-title h2 {
    font-size: 24px;
    margin-top: 0;
}

.seo-sectionXtra .seo-form .form-group input {
    padding: 10px 15px;
    height: unset;
}

.seo-sectionXtra .project-drop-down select {
    padding: 10px 15px;
    height: unset;
}

@media(max-width:414px) {
    .form-stXtra {
        height: 635px !important;
        padding: 38px 0 0 0px !important;
        margin-top: 15px;
    }

    .form-stXtra .form-txt h3 {
        font-size: 22px;
    }

    .form-stXtra .form-txt p {
        display: none;
    }

    .form-stXtra .form-txt {
        margin-bottom: -10px;
    }

    .form-stXtra .form-div-btn input {
        font-size: 14px;
    }

    .banner-section-two {
        padding: 50px 0 50px;
    }

    .seo-sectionXtra .seo-form .form-group input {
        margin-bottom: unset;
    }

    .seo-sectionXtra .sec-title h2 {
        font-size: 20px;
    }

    .seo-sectionXtra .btn-style-three {
        font-size: 15px;
        line-height: 21px;
    }
}

@media (max-width:375px) {
    .form-stXtra {
        height: 645px !important;
    }
}

@media (max-width:360px) {
    .form-stXtra {
        height: 665px !important;
    }
}

.form-st {
    /* background-image: url(../images/form-bg-5.png); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* background-position: center; */
    /* height: 667px; */
    width: 100%;
    padding: 50px 50px 50px 50px;
    background-image: linear-gradient(45deg, #fe4c1c, #6b40ea);
    border-radius: 15px;
}

.img-box {
    margin-bottom: -30px;
    z-index: 1;
    margin-left: -90px;
}

.form-txt h3 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.form-txt p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    width: 84%;
    margin: 0 auto;
}

.form-txt {
    text-align: center;
    margin-bottom: 30px;
}

.form-div input {
    width: 100%;
    margin: auto;
    /* display: table; */
    border: 0;
    background: transparent;
    padding: 10px 10px;
    border-bottom: solid 1px;
    margin-bottom: 0px;
    outline: 0;
    color: #fff;
}

.form-div textarea {
    width: 100%;
    margin: auto;
    display: table;
    border: 0;
    background: transparent;
    padding: 10px 10px;
    border-bottom: solid 1px;
    margin-bottom: 20px;
    outline: 0;
    height: auto;
    resize: none;
    color: #fff;
}

.form-div-btn input {
    padding: 10px 0px;
    width: 60%;
    border: 0;
    outline: 0;
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    background-color: rgb(11, 5, 53);
    cursor: pointer;
}

.form-div input::placeholder {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.form-div textarea::placeholder {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.col-sm-12.form-div.from-drop-down-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 6px;
    margin-bottom: 0;
    flex-direction: column;
    width: 100%;
}

.col-sm-12.form-div.from-drop-down-group select {
    border: 0;
    background: transparent;
    border-bottom: 1px solid;
    color: #fff;
    padding: 10px 10px;
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    font-size: 15px;
    text-align: left;
    height: 45px;
}


.col-sm-12.form-div.from-drop-down-group select option {
    font-family: 'Ubuntu', sans-serif;
    color: #000;
}


.fieldDv.from-drop-down-group select {
    padding: 0 5px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
}

.fieldDv.from-drop-down-group {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

.fieldDv.from-drop-down-group .project-drop-down {
    padding: 0px 0px 10px;
}

.project-drop-down {
    width: 100%;
}

@media(max-width:375px) {
    .form-stXtra {
        /* height: 460px !important; */
        margin-top: 20px;
    }

    .form-stXtra .form-txt h3 {
        font-size: 22px;
    }
}


@media(max-width:575px) {
    .btn-style-four {
        width: 100%;
    }

    .default-form .form-group input[type=email],
    .default-form .form-group input[type=text],
    .default-form .form-group input[type=number] {
        height: 40px;
    }

    .default-form .form-group .project-drop-down select {
        height: 40px;
        padding: 10px 30px;
    }

    .default-form .form-group .project-drop-down {
        height: 40px;
        margin-bottom: 10px;
    }

    .banner-section-two {
        padding: 20px 0px 50px;
    }

    .form-stXtra {
        /* height: 506px !important; */
        padding: 25px 25px 25px 25px !important;
        margin: 15px;
    }

    .form-stXtra .form-txt h3 {
        font-size: 22px;
    }

    .form-stXtra .form-txt p {
        display: none;
    }

    .form-stXtra .form-txt {
        margin-bottom: -10px;
    }

    .form-stXtra .form-div-btn input {
        font-size: 16px;
        width: 100%;
    }
}

.dmca-logos {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.app-lp-check {
    display: flex !important;
    align-items: flex-start;
    margin-bottom: 10px;
}

.app-lp-check span {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    display: block;
    margin-left: 5px;
    color: #fff;
}

.app-lp-check span a {
    color: #0b0535;
}

.app-lp-check span a:hover {
    text-decoration: underline;
}

.footer-sms-checkbox {
    display: flex !important;
    align-items: flex-start;
}

.footer-sms-checkbox span {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    display: block;
    margin-left: 5px;
}

.footer-sms-checkbox span a:hover {
    text-decoration: underline;
}

#webWidget{
    bottom: 0px !important;
    top: unset !important;
    height: 50% !important;
}
