@import url(https://fonts.googleapis.com/css?family=Arimo:400,700|Cabin:400,500,600,700|Montserrat:300,400,500,600,700,800,900&amp;display=swap);
@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(animate2.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);
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px transparent
    }
    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px transparent
    }
    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes slide {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 1920px 0
    }
}

@-webkit-keyframes slide {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 1920px 0
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body {
    font-family: Cabin, sans-serif;
    font-size: 17px;
    color: #777;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
    padding: 0 50px
}

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: 1280px;
    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
}

.theme-btn,
img {
    display: inline-block
}

img {
    max-width: 100%;
    height: auto
}

.theme-btn {
    cursor: pointer;
    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 li .icon,
.list-style-two li .icon,
.scroll-to-top {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-to-top {
    position: fixed;
    bottom: 10px;
    left: 25px;
    width: 40px;
    height: 40px;
    color: #6dc733;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #fff;
    display: none;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.scroll-to-top:hover {
    color: #fff;
    background: #6dc733
}

.list-style-one,
.list-style-two {
    position: relative
}

.list-style-one li {
    font-size: 15px;
    padding-left: 30px;
    line-height: 1.6em;
    margin-bottom: 15px
}

.list-style-one li .icon,
.list-style-two li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    color: #6dc033;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300
}

.btn-style-one,
.list-style-one li,
.list-style-two li {
    position: relative;
    color: #fff;
    font-weight: 400
}

.list-style-two li {
    font-size: 15px;
    padding-left: 30px;
    line-height: 1.6em;
    margin-bottom: 20px
}

.list-style-two li .icon {
    color: #fff
}

.btn-style-one {
    display: inline-block;
    padding: 12px 40px;
    background: #6dc234
}

.btn-style-one .txt {
    position: relative;
    z-index: 1
}

.btn-style-one:after,
.btn-style-one:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    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
}

.btn-style-one:before {
    left: 0;
    right: -50px;
    border-right: 30px solid transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.btn-style-one:after {
    right: 0;
    left: -50px;
    border-left: 30px solid transparent;
    -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-four,
.btn-style-one,
.btn-style-three,
.btn-style-two {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 3px;
    text-transform: capitalize
}

.btn-style-two {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 11px 34px;
    font-weight: 400;
    border: 1px solid #fff
}

.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: #6dc733;
    -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: #6dc733
}

.btn-style-four,
.btn-style-three {
    padding: 14px 40px;
    font-weight: 600;
    background: 0 0;
    font-family: Montserrat, sans-serif
}

.btn-style-three {
    position: relative;
    display: inline-block;
    color: #fff;
    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, #3fafe2 0, #0228a3 100%)
}

.btn-style-three .txt {
    position: relative;
    z-index: 1
}

.btn-style-three:before {
    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, #3fafe2 0, #0228a3 100%)
}

.btn-style-three:hover {
    color: #fff;
    border-color: #1b71cc
}

.btn-style-four {
    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, #426e27 0, #6dbe33 100%)
}

.btn-style-four .txt {
    position: relative;
    z-index: 1
}

.btn-style-five:before,
.btn-style-four:before,
.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)
}

.btn-style-four:before {
    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, #426e27 0, #6dc033 100%)
}

.btn-style-four:hover {
    color: #fff
}

.btn-style-five,
.btn-style-four,
.social-icon-one li {
    position: relative;
    display: inline-block;
    color: #fff
}

.btn-style-five {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 40px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 4px;
    background-color: #6dc733;
    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 {
    background-color: #105bc1
}

.btn-style-five:hover::before,
.btn-style-four:hover::before,
.btn-style-three:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.btn-style-five:hover,
.main-header.header-style-three .header-top .top-left .page-nav .span.icon.flaticon-email-4,
.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2 {
    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 {
    font-size: 16px;
    line-height: 24px;
    margin-right: 22px
}

.main-header .header-top .info-list li:last-child,
.social-icon-one li:last-child {
    margin-right: 0
}

.main-header .header-top .info-list li a,
.social-icon-one li a {
    position: relative;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-one li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.social-icon-one li a:hover,
.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
}

.sec-title {
    position: relative;
    margin-bottom: 30px
}

.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: #549026
}

.sec-title .text,
.sec-title h2 {
    position: relative;
    color: #322f2f;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px
}

.sec-title .text {
    color: #777;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 18px;
    font-size: 18px
}

.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: #549026
}

.main-header {
    position: absolute;
    z-index: 9999;
    width: 100%
}

.main-header .header-top {
    position: relative;
    padding: 18px 0;
    border-bottom: 1px solid #ddd
}

.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: 0px;
    margin-right: 30px;
    display: inline-block
}

.main-header .header-top .info-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #0028a2
}

.main-header .header-top .info-list li a {
    color: #777
}

.main-header .header-top .info-list li a:hover {
    color: #ff6262
}

.main-header .header-top .top-left,
.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
}

.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: 0
}

.main-header.header-style-three .header-top {
    border: 0;
    padding: 10px 0
}

.main-header.header-style-three .header-top .top-left .page-nav li {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #fff;

}

.main-header.header-style-three .header-top .top-left .page-nav li a {
    color: #fff;
    padding: 0 5px
}

.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,
.main-header.header-style-three .outer-box .cart-box .cart-box-btn:hover {
    color: #fff
}

.main-header .main-box,
.main-header .main-box .logo-box .logo img {
    -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 {
    position: relative;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: 0 0
}

.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%
}

.main-header .header-upper,
.main-header .nav-outer {
    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
}

.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: 240px;
    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: #18275285;
   border-radius:15px 0 15px 0;
    width: 100%;
}

.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 5px 4px 5px;
    background: #FFF;
    border-radius:15px 0 15px 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.png) 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 30px;
}

.main-header.header-style-two .outer-box {
    margin-left: 35px;
    padding: 35px 0
}

.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,
.main-header .outer-box .cart-product .inner h3 a {
    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 {
    background: 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px
}

.main-header .outer-box .cart-box .cart-box-btn:after,
.main-header .search-box-btn:after {
    display: none
}

.main-header .outer-box .cart-box .cart-box-btn .total-cart {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background-color: #6dc733
}

.main-header .outer-box .cart-box .cart-box-btn:hover,
.main-header .outer-box .cart-product .inner .cross-icon:hover,
.main-header .outer-box .cart-product .inner h3 a:hover {
    color: #6dc733
}

.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 .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
}

.main-header .outer-box .cart-product .inner .quantity-text {
    position: relative;
    font-weight: 300;
    color: #666;
    font-size: 13px;
    margin-bottom: 0
}

.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 .cart-panel,
.main-header .search-box-outer .dropdown-menu {
    left: auto!important;
    border-radius: 0;
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important
}

.main-header .outer-box .cart-box .cart-panel {
    right: 0!important;
    padding: 20px;
    min-width: 300px;
    margin-top: 50px;
    z-index: -1;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    border: 3px solid #6dc733
}

.main-header.header-style-two .outer-box .cart-box .cart-panel {
    margin-top: 71px
}

.main-header .outer-box .cart-box .cart-panel .cart-total {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize
}

.main-header .outer-box .cart-box .cart-panel .cart-total span {
    font-weight: 800;
    font-size: 18px
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed li {
    position: relative;
    margin: 0 5px;
    display: inline-block
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed li a,
.main-menu,
.main-menu .navigation>li {
    position: relative;
    -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 .outer-box .cart-box .cart-panel .btns-boxed li a {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 20px 8px;
    border-radius: 2px;
    display: inline-block;
    background-color: #6dc733;
    border: 1px solid #6dc733;
    text-transform: uppercase
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed li a:hover {
    color: #6dc733;
    background: 0 0
}

.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-outer .dropdown-menu {
    top: 49px!important;
    right: 0;
    padding: 0;
    width: 280px;
    border-top: 3px solid #1b71cc
}

.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,
.main-header .header-lower .search-box .form-group input[type=search],
.main-header .header-lower .search-box .form-group input[type=text] {
    position: relative;
    color: #6dc733;
    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,
.main-menu .navigation>li>ul>li.dropdown:hover>a:after,
.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.main-header .btn-box .quote-btn:hover {
    background-color: #6dc733;
    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: #6dc733;
    margin-top: 12px
}

.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] {
    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;
    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,
.main-menu .navigation>li {
    float: left
}

.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 {
    /* 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;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #e8f1f7
}

.sticky-header .logo {
    padding: 7px 0 6px
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: .5s;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.main-menu .navigation>li:before,
.main-menu .navigation>li>a,
.sticky-header {
    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>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;
    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: #6dc733
}

/* .main-header.header-style-three .main-menu .navigation>li {
    margin-right: 25px
} */

.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: #6dc033!important;
    background: #FFF;
    transition: all .5s ease!important;
    -moz-transition: all .5s ease!important;
    -webkit-transition: all .5s ease!important
}


.main-menu .navigation>li>ul {
    position: absolute;
    border-radius:0 15px 0 15px;
    left: -30px;
    top: 100%;
    width: 300px;
    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;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15); 
    -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15); 
    box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
}

.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,
.main-menu .navigation>li>ul>li>ul.from-right,
.rtl .main-menu .navigation>li.dropdown:hover>ul {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li,
.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9
}

.main-menu .navigation>li>ul>li:last-child,
.main-menu .navigation>li>ul>li>ul>li:last-child,
.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    padding: 5px 10px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #7c7b7b;
    -moz-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: #6dc033
}

.main-menu .navigation>li>ul>li.dropdown>a:after,
.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "";
    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>ul,
.shop-item .inner-box .image .overlay-box:before {
    position: absolute;
    top: 0;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.main-menu .navigation>li>ul>li>ul {
    left: 120%;
    width: 290px;
    z-index: 100;
    display: none;
    padding: 0;
    background-color: #fff;
    border: 3px solid #6dc733;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li>a,
.shop-section .items-sorting select {
    position: relative;
    display: block;
    line-height: 28px;
    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>a {
    padding: 10px 18px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #7c7b7b;
    -moz-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    right: 10px;
    top: 11px;
    color: #272727
}

.main-menu .navigation li>ul>li.dropdown:hover>ul,
.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 {
    top: 0;
    left: 100%;
    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
}

.contact-map-section .map-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px
}

.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-section .items-sorting {
    position: relative;
    margin-bottom: 20px
}

.shop-page .prod-tabs .add-review h3,
.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column {
    margin-bottom: 20px
}

.shop-section .items-sorting .results-column h6 {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    padding: 13px 0
}

.shop-section .items-sorting .form-group {
    margin-bottom: 0
}

.shop-section .items-sorting select {
    width: 100%;
    padding: 9px 20px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #eee;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/icons/icon-select.png) right center no-repeat;
    color: #666
}

.shop-form select option,
.shop-section .items-sorting select option {
    text-indent: 15px
}

.shop-item {
    margin-bottom: 40px
}

.shop-item .inner-box {
    position: relative;
    outline: 15px solid #fff
}

.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,
.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 .sale {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    z-index: 12;
    padding: 5px 8px;
    line-height: 1em;
    text-transform: uppercase;
    background-color: #1b71cc
}

.shop-item .inner-box,
.shop-item .inner-box .image .overlay-box {
    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 {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.shop-item .inner-box .image .overlay-box:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    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,
.shop-item .inner-box .image .overlay-box .cart-option li {
    position: relative
}

.shop-item .inner-box .image .overlay-box .cart-option li:first-child {
    position: absolute;
    right: 15px;
    top: 15px
}

.shop-item .inner-box .image .overlay-box .cart-option li:last-child {
    position: absolute;
    left: 15px;
    bottom: 15px
}

.shop-item .inner-box .image .overlay-box .cart-option li a,
.shop-item .inner-box .lower-content h6 a {
    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 .cart-option li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 40px;
    background-color: #1b71cc
}

.shop-item .inner-box .image .overlay-box .cart-option li a:hover {
    background-color: #1b71cc;
    color: #fff
}

.product-details .image-column .thumbs-carousel li img,
.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
}

.product-details .basic-details .details-header .rating span,
.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
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 20px
}

.product-details .image-column .image-carousel {
    background-color: #eee;
    border-radius: 4px
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 50px
}

.product-details .info-column .add-to-cart {
    padding: 13px 43px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 10px
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.product-details .image-column .thumbs-carousel {
    margin-top: 20px
}

.product-details .image-column .thumbs-carousel li {
    background-color: #f2f2f2;
    text-align: center;
    padding: 0;
    cursor: pointer
}

.product-details .image-column .owl-dots,
.product-details .image-column .owl-nav {
    display: none
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 0
}

.product-details .basic-details .details-header h2 {
    font-weight: 700;
    line-height: 1.4em;
    color: #222;
    margin: 0 0 8px
}

.product-details .basic-details .details-header h2 a {
    color: #333
}

.product-details .basic-details .details-header .rating {
    font-size: 16px;
    margin-bottom: 25px;
    display: inline-block
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 1px
}

.product-details .basic-details .details-header .rating .fa.light {
    color: #dadada
}

.product-details .basic-details .details-header .item-price {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: #222;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.product-details .basic-details .text {
    position: relative;
    color: #666;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 30px
}

.product-details .basic-details .availablity {
    position: relative;
    float: left;
    padding-right: 40px;
    line-height: 32px;
    margin-bottom: 27px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #777
}

.product-details .basic-details .availablity strong {
    font-size: 14px;
    letter-spacing: 2px;
    color: #11da61;
    font-weight: 600;
    text-transform: uppercase
}

.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 120px;
    margin-bottom: 15px;
    margin-right: 20px;
    border: 1px solid #eae8e8
}

.product-details .basic-details .btns-box,
.shop-page .prod-tabs {
    position: relative
}

.cart-section input.quantity-spinner,
.product-details .basic-details .quantity-spinner {
    line-height: 24px;
    padding: 10px 15px!important;
    height: 54px!important;
    box-shadow: none!important
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn,
.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 13px 10px;
    background: #f4f5f6
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical i,
.product-details .bootstrap-touchspin .input-group-btn-vertical i {
    top: 1px
}

.shop-list {
    margin-top: 20px
}

.shop-list li {
    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 {
    color: #1b71cc;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    display: inline-block;
    text-transform: uppercase
}

.shop-page .prod-tabs .tab-btns {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.shop-page .prod-tabs .tab-btns .tab-btn {
    position: relative;
    margin-right: 8px;
    font-size: 16px;
    background: 0 0;
    color: #222;
    border: 1px solid #222;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 12px;
    display: inline-block;
    padding: 12px 40px 10px;
    transition: all .5s ease
}

.shop-page .prod-tabs .tab-btns .tab-btn.active-btn,
.shop-page .prod-tabs .tab-btns .tab-btn:hover {
    color: #fff;
    background: #222;
    border-color: #222
}

.shop-list,
.shop-list li,
.shop-list li a,
.shop-page .prod-tabs .tabs-content {
    position: relative
}

.shop-page .prod-tabs .tabs-content .tab {
    position: relative;
    display: none
}

.shop-page .prod-tabs .tabs-content .tab.active-tab {
    display: block
}

.shop-page .prod-tabs .tabs-content .tab p {
    font-size: 14px;
    line-height: 2em;
    color: #666;
    margin-bottom: 20px
}

.shop-page .prod-tabs .tabs-content .tab p:last-child {
    margin-bottom: 0
}

.shop-page .prod-tabs .tabs-content .tab h3,
.shop-page .prod-tabs .tabs-content .tab h4,
.shop-page .prod-tabs .tabs-content .tab h5,
.shop-page .prod-tabs .tabs-content .tab h6 {
    margin-bottom: 15px
}

.shop-page .prod-tabs .tabs-content .tab h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222
}

.shop-page .prod-tabs .reviews-container {
    position: relative;
    padding-bottom: 1px
}

.shop-page .prod-tabs .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 120px;
    min-height: 130px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0
}

.shop-page .prod-tabs .reviews-container .review-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.bootstrap-touchspin .input-group-btn-vertical {
    width: auto;
    right: 0;
    position: absolute
}

.bootstrap-touchspin .glyphicon-chevron-down:before,
.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "";
    font-size: 18px;
    font-style: normal;
    font-family: FontAwesome
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: ""
}

.shop-page .prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 0;
    top: 5px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 20px
}

.shop-page .prod-tabs .reviews-container .rev-thumb img {
    display: block;
    width: 100%;
    border-radius: 3px
}

.shop-page .prod-tabs .reviews-container .rev-content {
    position: relative;
    background: #fff
}

.cart-section .cart-outer,
.shop-page .prod-tabs .reviews-container .rev-header {
    position: relative
}

.shop-page .prod-tabs .reviews-container .rev-header h4 {
    float: left;
    line-height: 30px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px
}

.shop-page .prod-tabs .reviews-container .rev-header .rating {
    position: relative;
    float: left;
    margin-left: 40px;
    color: #1b71cc;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px
}

.shop-page .prod-tabs .reviews-container .rev-header .rating .fa {
    margin-right: 3px
}

.shop-page .prod-tabs .reviews-container .rev-header .time {
    position: relative;
    float: right;
    color: #000;
    line-height: 30px;
    font-size: 14px
}

.shop-page .prod-tabs .reviews-container .rev-option {
    font-size: 14px;
    color: #9e9e9e
}

.shop-page .prod-tabs .reviews-container .rev-option a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.shop-page .prod-tabs .reviews-container .rev-text {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 1.8em;
    margin-bottom: 15px
}

.shop-page .prod-tabs .add-review {
    position: relative;
    margin: 30px 0 20px;
    font-size: 14px
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li:hover>a,
.shop-page .prod-tabs .add-review h2 {
    color: #000
}

.shop-page .prod-tabs .add-review .rating {
    position: relative;
    padding-top: 8px
}

.shop-page .prod-tabs .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555
}

.shop-page .prod-tabs .add-review .rating .rate-box:active,
.shop-page .prod-tabs .add-review .rating .rate-box:focus,
.shop-page .prod-tabs .add-review .rating .rate-box:hover {
    color: #1b71cc
}

.shop-page .prod-tabs .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030
}

.shop-page .prod-tabs .add-review .form-group {
    position: relative;
    margin-bottom: 20px
}

.shop-page .prod-tabs .add-review .form-group input[type=email],
.shop-page .prod-tabs .add-review .form-group input[type=password],
.shop-page .prod-tabs .add-review .form-group input[type=tel],
.shop-page .prod-tabs .add-review .form-group input[type=text],
.shop-page .prod-tabs .add-review .form-group select,
.shop-page .prod-tabs .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222;
    border: 1px solid #e0e0e0;
    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-page .prod-tabs .add-review .form-group textarea {
    padding: 8px 15px;
    height: 150px;
    resize: none
}

.shop-page .prod-tabs .add-review button {
    padding: 8px 35px
}

.cart-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 100px 0 120px
}

.cart-section .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto
}

.cart-section .cart-table {
    width: 100%;
    min-width: 900px;
    border: 1px solid #eee
}

.cart-section .cart-table tbody tr {
    border-bottom: 1px solid #eee
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    background: #1b71cc;
    color: #1f1f1f
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize
}

.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 40px
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 40px;
    min-width: 100px;
    vertical-align: middle
}

.cart-table tbody tr .qty {
    width: 90px;
    padding-right: 40px;
    padding-left: 10px
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #f5f5f5
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px;
    padding-left: 130px;
    padding-top: 40px;
    text-align: left
}

.column.default-column .cart-table tbody tr .qty {
    width: 110px;
    padding-right: 20px
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 100px;
    left: 0;
    top: 0
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%
}

.cart-table tbody tr .prod-column .column-box h6 {
    color: #222;
    font-weight: 500;
    margin-bottom: 5px
}

.cart-table tbody tr .sub-total,
.cart-table tbody tr td.price {
    font-weight: 400;
    color: #222;
    font-size: 18px;
    padding-left: 20px
}

.cart-section .coupon-outer .cart-btn,
.cart-table tbody tr .remove-btn {
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 18px;
    color: #1b71cc;
    display: inline-block
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    font-size: 10px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: #f0f0f0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-indent: 100px
}

.cart-table tbody tr .remove-btn:hover .fa {
    text-indent: 0;
    background: #fa9928
}

.cart-table tbody tr td.price {
    padding-left: 10px
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: #727272;
    font-size: 16px
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #3e4494;
    border-radius: 50%
}

.cart-section .coupon-outer {
    position: relative;
    margin: 40px 0 50px
}

.cart-section .coupon-outer .cart-btn {
    font-size: 14px;
    padding: 14px 43px;
    font-weight: 400;
    cursor: pointer
}

.cart-section .apply-coupon,
.cart-section .estimate-form {
    position: relative
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 20px
}

.cart-section .apply-coupon .form-group .coupon-btn {
    padding: 11px 28px;
    line-height: 30px;
    cursor: pointer
}

.cart-section .apply-coupon .form-group input[type=text] {
    display: block;
    line-height: 26px;
    padding: 12px 0;
    border-bottom: 2px solid #1b71cc;
    height: 54px;
    width: 230px;
    background: 0 0;
    font-size: 14px
}

.cart-section .sec-title {
    margin-bottom: 25px
}

.cart-section .sec-title h2 {
    font-size: 26px;
    color: #222
}

.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px
}

.cart-section .estimate-form .row .form-group {
    padding: 0 7px!important;
    margin-bottom: 30px
}

.cart-section .cart-note {
    position: relative;
    margin-bottom: 50px;
    padding: 16px 20px;
    text-align: center;
    border: 1px dashed #b2dd4c;
    background: #f4f4f4;
    line-height: 1.7em
}

.cart-table tbody tr .qty input[type=text],
.product-details .basic-details .item-quantity input[type=text] {
    position: relative;
    line-height: 46px;
    height: 46px;
    background: #f4f4f4
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    height: 24px;
    background: #e9e9e9
}

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    top: 6px
}

.cart-total-box {
    max-width: 490px;
    margin-bottom: 40px;
    padding: 40px 40px 30px;
    background-color: #f4f4f4
}

.cart-total-box h4 {
    position: relative;
    color: #222;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 25px
}

.cart-total-box,
.totals-table,
.totals-table li {
    position: relative
}

.totals-table li {
    color: #222;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px
}

.totals-table li .col {
    float: right;
    width: auto
}

.totals-table li .col-title {
    font-weight: 600;
    float: left
}

.totals-table li.total {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #ccc
}

.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 .billing-inner {
    position: relative;
    padding-right: 100px
}

.shop-form .sec-title h2 {
    font-size: 24px
}

.shop-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.billing-details .shop-form .sec-title {
    margin-bottom: 20px
}

.billing-details .shop-form .form-group.sec-title {
    margin-bottom: 10px;
    padding-bottom: 30px;
    margin-top: 20px
}

.shop-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize
}

.shop-form .form-group .field-label sup {
    position: relative;
    top: 0;
    color: #797979;
    font-size: 16px
}

.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 select {
    height: 50px
}

.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 select,
.shop-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 16px;
    padding: 10px 15px;
    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.address-two {
    margin-top: 12px
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder {
    color: #c6c6c6
}

.shop-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer
}

.shop-form textarea {
    resize: none;
    height: 100px!important;
    overflow: hidden
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
    border-color: #1b71cc
}

.shop-order-box {
    padding: 20px 28px 50px;
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd
}

.checkout-page .payment-options li .radio-option,
.payment-options,
.shop-order-box,
.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
}

.shop-order-box .order-list li span.dark {
    color: #242424
}

.shop-order-box .order-list li.total {
    padding: 8px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

.payment-options {
    margin-top: 20px;
    margin-bottom: 20px
}

.checkout-page .payment-options li,
.list-link li {
    position: relative;
    margin-bottom: 2px;
}

.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 600!important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #797979;
    cursor: pointer;
    font-size: 15px
}

.checkout-page .payment-options li .radio-option label strong {
    font-weight: 500;
    display: inline-block;
    color: #797979;
    font-size: 15px
}

.checkout-page .payment-options li .radio-option input[type=radio] {
    position: absolute;
    left: 0;
    top: 3px
}

.checkout-page .payment-options li .radio-option #payment-3 {
    top: 9px
}

.checkout-page .payment-options li .what-paypall {
    font-size: 13px;
    font-weight: 500;
    margin-left: 15px;
    color: #4349d9
}

.checkout-page .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    padding: 18px 26px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #8e8d8d;
    border-radius: 4px;
    line-height: 1.8em;
    margin-top: 20px;
    margin-left: -30px;
    background-color: #ececec
}

.checkout-page .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: "";
    left: 24px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ececec
}

.checkout-page .payment-options li .radio-option input[type=radio]:checked+label .small-text {
    display: block
}

.checkout-page .payment-options li .radio-option label img {
    top: -3px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px
}

.register-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 60px 0 40px
}

.register-section .form-column {
    margin-bottom: 40px
}

.register-section .form-column .sec-title {
    position: relative;
    margin-bottom: 30px
}

.styled-form {
    position: relative
}

.styled-form .submit-text {
    font-size: 15px;
    color: #9e9e9e;
    font-weight: 400;
    margin-top: 10px
}

.styled-form .form-group {
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
    color: #848484
}

.checkout-section .styled-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    padding-top: 5px;
    color: #272727
}

.styled-form .form-group .check-box label {
    position: relative;
    top: -1px;
    font-weight: 400;
    padding: 0;
    font-size: 15px;
    cursor: pointer
}

.styled-form .pull-left label,
.styled-form .pull-right label {
    cursor: pointer
}

.styled-form .form-group .adon-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #999;
    z-index: 2
}

.styled-form .form-group .field-label {
    display: block;
    color: #272727;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400
}

.styled-form input[type=email],
.styled-form input[type=number],
.styled-form input[type=password],
.styled-form input[type=tel],
.styled-form input[type=text],
.styled-form input[type=url],
.styled-form select,
.styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 30px;
    padding: 8px 20px;
    height: 50px;
    border: 1px solid #f4f4f4;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.styled-form textarea {
    resize: none;
    height: 110px
}

.checkout-section .styled-form input[type=email],
.checkout-section .styled-form input[type=password],
.checkout-section .styled-form input[type=text],
.checkout-section .styled-form select {
    line-height: 26px;
    height: 44px
}

.styled-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer
}

.styled-form select option {
    text-indent: 20px
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
    border-color: #1b71cc
}

.styled-form .form-group .theme-btn {
    min-width: 150px;
    text-align: center;
    padding: 11px 34px;
    border-radius: 0;
    cursor: pointer
}

.styled-form .remember-me {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 500
}

.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
}

.social-links-two .google-plus {
    background: #dd4b39
}

.box-version.option-box,
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 36px;
    line-height: 50px;
    cursor: pointer;
    color: #000;
    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;
    text-align: left
}

.mobile-menu .nav-logo img {
    max-width: 200px
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop,
.mobile-menu .menu-box {
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    z-index: 1;
    background: rgba(80 141 38/60%)
}

.mobile-menu-visible .mobile-menu .menu-backdrop,
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0
}

.mobile-menu-visible .mobile-menu .menu-box {
    -webkit-transition: all .7s ease .5s;
    -moz-transition: all .7s ease .5s;
    -ms-transition: all .7s ease .5s;
    -o-transition: all .7s ease .5s;
    transition: all .7s ease .5s
}

.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-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.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: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.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)
}

.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)
}

.sidenav-bar-visible .search-popup {
    width: 80%
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../images/icons/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
    content: ""
}

.search-active .search-popup {
    transform: translateY(0);
    margin-top: 0
}

.search-popup .close-search,
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    -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 {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: -200px auto 0;
    border-radius: 50%;
    text-align: center;
    background-color: #6dc733;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-bottom: 3px solid #fff;
    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-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.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-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.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;
    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
}

.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,
.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: 0;
    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 .cart-box-btn .total-cart {
    background-color: #6dc733
}

.main-header .sticky-header .search-box-btn {
    color: #000
}

.main-header.header-style-three .main-menu .navigation>li>a:before,
.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:before {
    background-color: #08b9e2
}

.main-header.header-style-three .main-menu .navigation>li>a:before {
    top: 20px;
    border: 2px solid #08b6e1
}

.color-palate .option-box {
    padding-top: 10px
}

.color-palate .option-box>li {
    position: relative;
    color: #fff;
    width: 40%;
    cursor: pointer;
    margin: 0 3px 9px;
    padding: 6px 12px;
    display: inline-block;
    background-color: #1b71cc;
    text-transform: capitalize
}

.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,
.sidebar-info-contents .content-inner,
.sidebar-info-contents .content-inner .content-box {
    position: relative
}

.sidebar-info-contents .content-inner .contact-info h2,
.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
}

.service-block .inner-box h5,
.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,
.sticky-header .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 {
    color: #000;
    margin-top: 9px
}

.scroll-to-toped {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222;
    display: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-to-toped:hover {
    color: #fff;
    background: #000
}

.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: 165px;
    padding-bottom: 110px
}

.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-three,
.banner-section .patern-layer-two {
    position: absolute;
    top: 0;
    background-position: right top;
    background-repeat: no-repeat
}

.banner-section .patern-layer-two {
    right: 0;
    width: 199px;
    height: 199px
}

.banner-section .patern-layer-three {
    left: 0;
    width: 493px;
    height: 938px
}

.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,
.banner-section .image-column {
    position: relative
}

.banner-section .content-column .inner-column {
    position: relative;
    padding-left: 20px;
    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: #FD6009;
    background: #FFF;
    width: fit-content;
    padding: 0 10px;
    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 .active .content-column .title {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.banner-section .content-column h1 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.1em;
    font-size: 40px;
}

.banner-section .active .content-column h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.banner-section .content-column .text {
    position: relative;
    color: #fff;
    font-size: 17px;
    line-height: 1.9em;
    margin-bottom: 40px;
    font-weight: 400;
    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 .active .content-column .text{
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.banner-section .content-column .btns-box,
.banner-section .content-column h1 {
    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 .btns-box {
    margin-top: 35px
}

.banner-section .active .content-column .btns-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.banner-section .content-column .theme-btn {
    margin-right: 15px
}

.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,
.banner-section .image-column .banner-image-3 {
    position: absolute;
    left: 0;
    top: 250px!important;
    bottom: 0
}

.banner-section .image-column .banner-image-3 {
    right: 0;
    left: auto!important
}

.banner-section .owl-dots {
    position: absolute;
    right: 110px;
    top: 50%;
    display: none
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background-color: #fff;
    margin-bottom: 10px
}

.banner-section .owl-dots .owl-dot:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 50px;
    border: 3px solid #cc2b5e
}

.banner-section .owl-dots .owl-dot.active:before,
.banner-section .owl-dots .owl-dot:hover::before,
.banner-section:hover .owl-nav {
    opacity: 1
}

.banner-section .owl-dots .owl-dot:before,
.banner-section .owl-nav,
.clients-section .sponsors-outer .image-box img {
    -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 .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    opacity: 0;
    margin-top: -10px
}

.banner-section .owl-nav .owl-next,
.banner-section .owl-nav .owl-prev {
    position: absolute;
    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-prev {
    left: 20px
}

.banner-section .owl-nav .owl-next {
    right: 20px
}

.banner-section .owl-nav .owl-next:hover,
.banner-section .owl-nav .owl-prev:hover {
    color: #1543c5;
    border-color: #fff;
    background-color: #fff
}

.services-section {
    position: relative;
    padding: 120px 0 90px
}

.services-section.style-two {
    padding-top: 40px;
    padding-bottom: 20px
}

.service-block .inner-box {
    position: relative;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.service-block .inner-box .inner-content {
    position: relative;
    overflow: hidden;
    padding: 50px 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.service-block .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: url(../images/background/pattern-3.png) no-repeat
}

.about-section,
.service-block,
.service-block .inner-box .icon-box {
    position: relative
}

.service-block .inner-box .icon-box .icon {
    position: relative;
    color: #EE1F71;
    font-size: 80px;
    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 {
    line-height: 1.3em;
    color: #222;
    font-weight: 700;
    margin: 0 -10px 12px -10px;
}

.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: -5px;
    width: 100%;
    bottom: -5px;
    opacity: 0;
    border-radius: 20px;    
    text-align: center;
    -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: rgb(238, 31, 113);
    background: linear-gradient(90deg, rgba(238, 31, 113, 1) 0%, rgba(0, 219, 222, 1) 80%);
}

.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: 20px;
}

.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 .text,
.service-block .overlay-box h5 a {
    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.png)
}

.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 {
    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: #777;
    font-size: 22px;
    line-height: 1.6em
}

.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: 0 0 90px
}

.services-section-two.style-two {
    padding-top: 110px;
    z-index: 10
}

.services-section-two .owl-carousel .owl-stage-outer {
    padding: 15px 0
}

.clients-section,
.service-block-two {
    position: relative
}

.service-block-two .inner-box {
    position: relative;
    padding: 50px 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, #3e8511 0, #6dc733 100%)
}

.service-block-two .inner-box .patern-layer,
.service-block-two .inner-box:before {
    position: absolute;
    top: 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
}

.service-block-two .inner-box .patern-layer {
    right: 0;
    width: 173px;
    height: 146px;
    transform: translateX(176px);
    background-repeat: no-repeat
}

.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 {
    content: "";
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff
}

.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 {
    font-size: 60px;
    line-height: 1em
}

.service-block-two .inner-box:hover .icon-box,
.services-section-two .owl-item.center .service-block-two .inner-box .icon-box {
    color: #6dc733
}

.service-block-two .inner-box h5 {
    position: relative;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 24px
}

.service-block-two .inner-box .icon-box,
.service-block-two .inner-box .text,
.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 {
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 15px
}

.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,
.team-block .inner-box .lower-content .social-box li a:hover {
    color: #222
}

.service-block-two .inner-box .read-more,
.services-section-two .owl-dots .owl-dot {
    position: relative;
    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 .read-more {
    margin-top: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.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
}

.services-section-two .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.services-section-two .owl-dots .owl-dot {
    width: 10px;
    height: 7px;
    margin: 0 5px;
    background-color: #6dc733
}

.services-section-two .owl-dots .owl-dot.active,
.services-section-two .owl-dots .owl-dot:hover {
    background-color: #3f84b6;
    width: 30px
}

.clients-section {
    padding: 40px 0 40px;
    background-color: #F3F5FF;
}

.clients-section .slide-item{
    background: #fff;
    padding: 10px 40px;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15); 
    -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15); 
    box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
}

.clients-section .sponsors-outer .owl-dots,
.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
}

.clients-section .sponsors-outer .image-box img:hover {
    opacity: .5;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.clients-section.style-two {
    padding: 0
}

.clients-section.style-three {
    padding: 100px 0
}

.seo-section {
    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: 0 auto;
    width: 100%
}

.counter-section,
.fact-counter,
.fact-counter .column .inner,
.seo-form,
.seo-section {
    position: relative
}

.seo-form .form-group {
    position: relative;
    margin-right: 160px;
    border: 1px solid #d7d7d7
}

.seo-form .form-group input {
    position: relative;
    height: 56px;
    width: 50%;
    float: left;
    color: #848484;
    font-size: 15px;
    padding: 8px 25px;
    background-color: #fff
}

.seo-form .form-group input[type=email] {
    border-left: 1px solid #d7d7d7
}

.seo-form .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.counter-section.margin-top {
    margin-top: -50px;
    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, #52a5d1 0, #31539d 100%);
    background-image: linear-gradient(to right #3e8511 0, #6dc733 100%)
}

.fact-counter .column {
    position: relative;
    margin-bottom: 30px
}

.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 .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #130202;
    font-size: 54px;
    line-height: 1em
}

.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: #EE1F71;
    font-size: 40px;
    line-height: 1em;
    font-family: Montserrat, sans-serif
}
.fact-counter .column .inner .counter-icon{margin-bottom: 10px;;}
.fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
    color: #1c1d3e;
    font-family: Montserrat, sans-serif
}

.testimonial-section {
    position: relative;
    padding-top: 90px
}

.testimonial-section .owl-dots,
.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-carousel .owl-stage-outer {
    padding: 0 0 25px
}

.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: 12px;
    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.png) no-repeat
}

.testimonial-block.style-two .inner-box:before {
    top: 0
}

.testimonial-section.style-two .owl-carousel .owl-stage-outer {
    padding-bottom: 65px
}

.testimonial-section .cloud-one {
    position: absolute;
    left: 10%;
    top: 28%;
    width: 100%;
    height: 81px;
    background-repeat: no-repeat;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite
}

.testimonial-section .cloud-two {
    right: 6%;
    top: 35%
}

.testimonial-section .cloud-four,
.testimonial-section .cloud-three,
.testimonial-section .cloud-two {
    position: absolute;
    width: 242px;
    height: 81px;
    background-repeat: no-repeat
}

.testimonial-section .cloud-three {
    left: 5%;
    top: 60%
}

.testimonial-section .cloud-four {
    right: 6%;
    top: 82%
}

.testimonial-section .boat-layer {
    position: absolute;
    left: 6%;
    bottom: 0;
    width: 100%;
    height: 254px;
    background-repeat: no-repeat;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite
}

.team-section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 0
}

.team-block {
    margin-bottom: 30px;
    z-index: 1
}

.pricing-section,
.team-block,
.team-block .inner-box,
.team-block .inner-box .lower-content .content {
    position: relative
}

.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #ce2c01;
    border-radius: 0 14px 0 14px
}

.news-block .inner-box .image img,
.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.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
}

.news-block .inner-box .image img,
.team-block .inner-box .image img,
.team-block .inner-box .lower-content,
.team-block .inner-box .lower-content .designation,
.team-block .inner-box .lower-content h4 a,
.team-block .inner-box .lower-content:after {
    -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;
    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 h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    z-index: 1
}

.team-block .inner-box .lower-content .designation,
.team-block .inner-box .lower-content h4 a {
    position: relative;
    color: #222
}

.team-block .inner-box .lower-content .designation {
    color: #777;
    font-size: 16px;
    margin-top: 8px;
    z-index: 1
}

.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
}

.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-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:after,
.team-section.style-two:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    background-size: cover
}

.team-section.style-two:before {
    bottom: 0;
    background: url(../images/background/team-pattern.png) no-repeat
}

.team-section.style-two:after {
    height: 105px;
    background: url(../images/background/pattern-6.png) repeat-x
}

.team-section.style-two .owl-nav {
    display: none
}

.team-section.style-two .owl-dots {
    position: relative;
    text-align: center
}

.price-block .inner-box .price-box .box-inner .price:before,
.team-block .inner-box .lower-content .social-box,
.team-section.style-two .owl-dots .owl-dot {
    -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-section.style-two .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50px;
    display: inline-block;
    background-color: #0a2aa6
}

.team-section.style-two .owl-dots .owl-dot.active,
.team-section.style-two .owl-dots .owl-dot:hover {
    background-color: #fff;
    width: 20px
}

.pricing-section {
    padding-top: 90px;
    padding-bottom: 90px
}

.pricing-section .left-pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 289px;
    height: 404px;
    background-repeat: no-repeat
}

.pricing-section .background-image {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1579px;
    z-index: -1;
    background-position: center bottom;
    background-repeat: no-repeat
}

.pricing-tabs {
    z-index: 2
}

.pricing-tabs .tabs-content .tab {
    position: relative;
    display: none
}

.pricing-tabs .tabs-content .tab.active-tab {
    display: block
}

.pricing-tabs .buttons-outer {
    text-align: center
}

.price-block .inner-box,
.pricing-tabs .tab-buttons {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #fff
}

.pricing-tabs .tab-buttons {
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.pricing-tabs .tab-buttons .tab-btn {
    position: relative;
    color: #777;
    font-size: 18px;
    font-weight: 400;
    float: left;
    cursor: pointer;
    padding: 16px 48px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.price-block .inner-box .title,
.pricing-tabs .tab-buttons .tab-btn.active-btn,
.pricing-tabs .tab-buttons .tab-btn:hover {
    color: #fff;
    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,
.pricing-tabs {
    position: relative
}

.price-block .inner-box {
    padding: 40px 30px 50px;
    border-radius: 9px;
    border: 1px solid #3f84b61
}

.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;
    display: table;
    z-index: 1;
    margin-left: -32px;
    padding: 6px 30px;
    border-radius: 0 50px 50px 0
}

.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 .circles-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%
}

.price-block .inner-box .price-box .box-inner .circles-box .circle-one,
.price-block .inner-box .price-box .box-inner .circles-box .circle-two {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    display: inline-block;
    background-image: -ms-linear-gradient(bottom, #683fe8 0, #0229a3 100%);
    background-image: -moz-linear-gradient(bottom, #683fe8 0, #0229a3 100%);
    background-image: -o-linear-gradient(bottom, #683fe8 0, #0229a3 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #683fe8), color-stop(100, #0229a3));
    background-image: -webkit-linear-gradient(bottom, #683fe8 0, #0229a3 100%);
    background-image: linear-gradient(to top, #683fe8 0, #0229a3 100%)
}

.price-block .inner-box .price-box .box-inner .circles-box .circle-one {
    right: -4px;
    width: 18px;
    height: 18px
}

.price-block .inner-box .price-box .box-inner .circles-box .circle-two {
    left: -12px;
    bottom: 0;
    width: 30px;
    height: 30px
}

.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: #0028a2;
    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
}

.price-block .inner-box .price-box .box-inner .price sup {
    position: relative;
    font-size: 24px
}

.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: #105bc1
}

.price-block:nth-child(2) .inner-box .price-box .box-inner .price {
    background-color: #6dc733
}

.price-block:nth-child(2) .inner-box .price-box .box-inner .price:before {
    border-left-color: #6dc733;
    border-right-color: #6dc733;
    border-bottom-color: #6dc733
}

.price-block:nth-child(2) .inner-box .btn-style-three:hover,
.price-block:nth-child(2) .inner-box .price-list li {
    color: #fff
}

.price-block:nth-child(2) .inner-box .price-box .box-inner .circles-box .circle-one,
.price-block:nth-child(2) .inner-box .price-box .box-inner .circles-box .circle-two {
    background-image: -ms-linear-gradient(top, #cf2d01 0, #fd4a1c 100%);
    background-image: -moz-linear-gradient(top, #cf2d01 0, #fd4a1c 100%);
    background-image: -o-linear-gradient(top, #cf2d01 0, #fd4a1c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cf2d01), color-stop(100, #fd4a1c));
    background-image: -webkit-linear-gradient(top, #cf2d01 0, #fd4a1c 100%);
    background-image: linear-gradient(to bottom, #cf2d01 0, #fd4a1c 100%)
}

.price-block:nth-child(2) .inner-box .btn-style-three {
    background-image: none;
    color: #0028a2;
    background-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%)
}

.pricing-section .price-block:nth-child(2) {
    transform: translateY(-30px)
}

.pricing-section .price-block:nth-child(2) .inner-box {
    padding: 70px 30px 80px
}

.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 {
    margin-bottom: 30px
}

.news-block,
.news-block .inner-box {
    position: relative
}

.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #3f84b61
}

.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;
    -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: #3f84b61
}

.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%
}

.news-block .inner-box .lower-content .content .post-date span,
.news-block .inner-box .lower-content .content:after,
.news-block .inner-box .lower-content .content:before {
    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
}

.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
}

.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: #105bc1;
    font-size: 14px
}

.contact-info-section ul li:last-child,
.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: #3f84b61
}

.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: 190px 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.png) repeat-x
}

.main-footer.style-two {
    background-image: none;
    margin-top: -105px;
    background: url(../images/background/3.png) 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;
}

.main-footer .footer-widget h4 {
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    padding-bottom: 10px;
    text-transform: capitalize
}

.main-footer .footer-widget h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background-color: #fff
}

.main-footer .logo-widget {
    position: relative
}

.main-footer .footer-widget h4,
.main-footer .logo-widget .logo,
.main-footer .logo-widget .text {
    position: relative;
    margin-bottom: 18px
}

.main-footer .logo-widget .text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em
}

.list-link,
.main-footer .gallery-widget,
.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 .footer-bottom,
.main-footer .logo-widget .social-box li a {
    position: relative;
    color: #fff;
    font-size: 16px
}

.list-link li a,
.main-footer .gallery-widget .image-box img {
    position: relative;
    -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 {
    color: #fff;
    font-size: 14px;
    padding-left: 15px
}

.list-link li a:hover {
    color: #6dc733
}

.list-link li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: -2px;
    font-family: FontAwesome
}

.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 {
    display: block;
    width: 100%
}

.main-footer .gallery-widget .image-box img:hover {
    opacity: .7
}

.main-footer .footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.main-footer .footer-bottom a {
    color: #6dcc33
}

.banner-section-two {
    position: relative;
    overflow: hidden
}

.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-three,
.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 {
    left: 1%;
    top: 0;
    width: 725px;
    height: 906px
}

.banner-section-two .pattern-layer-five,
.banner-section-two .pattern-layer-four {
    position: absolute;
    left: 45%;
    top: 15%;
    width: 205px;
    height: 34px;
    z-index: 1;
    background-repeat: no-repeat
}

.banner-section-two .pattern-layer-five {
    left: 58%;
    top: 75%;
    width: 43px;
    height: 36px
}

.banner-section-two .content-column,
.banner-section-two .image-column {
    position: relative
}

.banner-section-two .content-column .inner-column {
    position: relative;
    padding-top: 280px
}

.banner-section-two .content-column h1 {
    position: relative;
    color: #222;
    font-weight: 800;
    line-height: 1.3em;
    font-family: Montserrat, sans-serif
}

.banner-section-two .content-column .text {
    position: relative;
    color: #777;
    font-weight: 400;
    line-height: 1.7em;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 35px
}

.banner-section-two .content-column .theme-btn {
    float: left;
    margin-right: 20px
}

.banner-section-two .content-column .phone-box {
    position: relative;
    color: #105bc1;
    font-size: 24px;
    font-weight: 700;
    display: inline-block
}

.banner-section-two .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: #105bc1
}

.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,
.services-section-three .skills-column {
    position: relative
}

.services-section-three .inner-container .pattern-layer {
    position: absolute;
    left: -70px;
    top: 30px;
    width: 190px;
    height: 112px;
    background-repeat: no-repeat
}

.services-section-three .skills-column .inner-column {
    position: relative;
    padding-right: 70px;
    padding-top: 140px
}

.services-section-three .blocks-column .service-block.style-two:nth-child(2n+1) {
    transform: translateY(40px)
}

.skills .skill-item {
    position: relative;
    margin-bottom: 30px
}

.accordion-box .block .content p:last-child,
.skills .skill-item:last-child {
    margin-bottom: 0
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 5px
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 5px;
    background: #ccc
}

.skills.style-two .skill-item .skill-bar .bar-inner {
    background-color: #eee
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 0;
    border-bottom: 5px solid #0028a2;
    -webkit-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 12px
}

.skills .skill-item .skill-header .skill-title {
    position: relative;
    float: left;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
    font-family: Cabin, sans-serif
}

.skills .skill-item .skill-header .skill-percentage {
    position: relative;
    float: right;
    font-weight: 400;
    color: #6dc733;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Cabin, sans-serif
}

.website-section {
    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
}

.counter-section-two,
.fact-counter-two,
.website-section,
.website-section .content-column,
.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 .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.margin-top {
    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 .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,
.page-breadcrumb li:last-child::after {
    display: none
}

.fact-counter-two .column .inner .icon,
.gallery-section .filters li {
    position: relative;
    font-weight: 400;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.fact-counter-two .column .inner .icon {
    text-align: center;
    line-height: 1em;
    margin-bottom: 0;
    -moz-transition: all .3s ease
}

.fact-counter-two .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 54px;
    line-height: 1em
}

.fact-counter-two .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: #6dc733;
    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 .column .inner .icon-box .circles-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%
}

.fact-counter-two .column .inner .icon-box .circles-box .circle-one {
    position: absolute;
    right: 8px;
    width: 20px;
    height: 20px;
    z-index: 1;
    border-radius: 50%;
    display: inline-block;
    background-color: #112aab
}

.fact-counter-two .column .inner .icon-box .circles-box .circle-two {
    position: absolute;
    left: 8px;
    bottom: 6px;
    width: 15px;
    height: 15px;
    z-index: 1;
    border-radius: 50%;
    display: inline-block;
    background-color: #6dc733
}

.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: 50px;
    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 {}

.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 #6dc733;
    border-radius: 0 10px 10px 0
}

.service-block-four .inner-box:hover {
    border-color: #0028a2
}

.service-block-four .inner-box .patern-layer,
.service-block-four .inner-box:before {
    position: absolute;
    top: 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
}

.service-block-four .inner-box .patern-layer {
    right: 0;
    width: 102px;
    height: 102px;
    transform: translateX(176px);
    background-repeat: no-repeat
}

.service-block-four .inner-box:hover .patern-layer {
    transform: translateX(0);
    transition-delay: .4s
}

.service-block-four .inner-box:before {
    content: "";
    left: 0;
    width: 0;
    height: 100%;
    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, #6dc234 0, #457c20 100%)
}

.service-block-four .inner-box:hover::before {
    width: 100%
}

.service-block-four .inner-box .icon-box,
.service-block-four .inner-box .text,
.service-block-four .inner-box h5 a {
    position: relative;
    -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 .icon-box {
    color: #0a2aa6;
    font-size: 40px;
    line-height: 1em
}

.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 .text,
.service-block-four .inner-box h5 a {
    color: #222
}

.service-block-four .inner-box .text {
    color: #777;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 15px;
    display: block
}

.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
}

.gallery-section .filters .filter:after,
.service-block-four .inner-box .side-icon {
    position: absolute;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.service-block-four .inner-box .side-icon {
    right: -15px;
    bottom: -15px;
    font-size: 80px;
    line-height: 1em;
    color: #e6e9f6;
    -moz-transition: all .6s ease
}

.service-block-four .inner-box:hover .side-icon {
    color: #fff;
    opacity: .2
}

.gallery-section {
    padding: 90px 0 130px
}

.gallery-section .btn-box {
    margin-top: 40px
}

.gallery-section .outer-section {
    position: relative;
    padding: 0 60px
}

.gallery-section .filters {
    margin-top: 110px
}

.gallery-block,
.gallery-section,
.gallery-section .filters .filter-tabs {
    position: relative
}

.gallery-section .filters li {
    display: inline-block;
    color: #777;
    cursor: pointer;
    font-size: 16px;
    margin-left: 35px;
    padding: 0 0 5px
}

.gallery-section .filters .filter:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    opacity: 0;
    height: 2px;
    background-color: #6bba33
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
    color: #0028a2
}

.gallery-section .filters .filter.active::after,
.gallery-section .filters .filter:hover::after {
    opacity: 1;
    width: 100%
}

.gallery-section .gallery-item {
    margin-bottom: 40px
}

.gallery-block.mix {
    display: none
}

.gallery-block {
    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%
}

.banner-section-three .content-column .video-box .overlay-box span,
.gallery-block .overlay-box {
    position: absolute;
    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
}

.gallery-block .overlay-box {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -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, #6bba33 0, #549029 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: #1340b7;
    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)
}

.steps-section {
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 90px
}

.steps-section .sec-title {
    margin-bottom: 110px
}

.steps-section .left-pattern {
    position: absolute;
    left: 0;
    top: -30px;
    width: 261px;
    height: 485px;
    z-index: -1;
    background-repeat: no-repeat
}

.steps-section .dotted-pattern,
.steps-section .right-pattern {
    position: absolute;
    right: 0;
    top: 40px;
    width: 257px;
    height: 646px;
    background-repeat: no-repeat
}

.steps-section .dotted-pattern {
    width: 493px;
    height: 938px
}

.steps-section .dotted-pattern-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 725px;
    height: 906px;
    background-repeat: no-repeat
}

.steps-section .step-block {
    float: left
}

.news-block-two,
.seo-section-two,
.step-block,
.step-block .inner-box .number-box,
.steps-section {
    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.png) no-repeat
}

.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: #6dc733
}

.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 #589d24
}

.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 #2a4293
}

.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.png) no-repeat
}

.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-four,
.seo-section-two .pattern-three {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 313px;
    height: 156px;
    background-repeat: no-repeat
}

.seo-section-two .pattern-four {
    left: 50%;
    width: 287px;
    height: 85px
}

.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 {
    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: #3f84b61
}

.news-block-two .inner-box .image img,
.news-block-two .inner-box .lower-content {
    position: relative;
    -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 .image img {
    width: 100%;
    display: block
}

.news-block-three .inner-box:hover .image img,
.news-block-two .inner-box:hover .image img {
    transform: scale(1.04, 1.04);
    opacity: .5
}

.news-block-two .inner-box .lower-content {
    padding: 0 25px 25px!important;
    background-color: #fff
}

.news-block-two .inner-box .category,
.news-block-two .inner-box .lower-content h4 a {
    position: relative;
    -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 .category {
    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: #105bc1;
    text-transform: uppercase
}

.news-block-two .inner-box:hover .category {
    background-color: #6dc733
}

.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 {
    color: #222;
    font-size: 15px
}

.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,
.newsletter-section {
    position: relative
}

.news-block-two .inner-box .lower-content .author-box .box-inner {
    position: relative;
    padding-left: 55px;
    color: #6dc733;
    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-three .inner-box .content-box .info-box .box-inner span,
.news-block-two .inner-box .lower-content .author-box .box-inner span {
    position: relative;
    color: #777;
    margin-left: 25px
}

.news-block-two .inner-box .lower-content .share {
    position: relative;
    color: #d5d5d5;
    font-size: 20px;
    line-height: 1em;
    margin-top: 10px;
    display: inline-block
}

.news-section .owl-nav,
.services-section-five.style-two:after {
    display: none
}

.news-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.news-section .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 7px;
    margin: 0 5px;
    display: inline-block;
    background-color: #6dc733;
    -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-section .owl-dots .owl-dot.active,
.news-section .owl-dots .owl-dot:hover {
    background-color: #3f84b6;
    width: 30px
}

.newsletter-section.margin-bottom {
    margin-top: -50px;
    z-index: 1
}

.newsletter-section .inner-container {
    position: relative;
    padding: 55px 60px 40px;
    border-radius: 10px;
    background-color: #6dc333
}

.newsletter-section .title-column {
    position: relative
}

.newsletter-section .title-column .inner-column {
    position: relative;
    padding-left: 105px
}

.newsletter-section .title-column .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 60px;
    line-height: 1em
}

.newsletter-section .title-column h4 {
    position: relative;
    color: #fff;
    font-weight: 700
}

.newsletter-section .title-column .text {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-top: 2px
}

.emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 650px;
    width: 100%;
    margin: 0 auto 20px
}

.emailed-form .form-group input[type=email],
.emailed-form .form-group input[type=tel],
.emailed-form .form-group input[type=text],
.emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: 60px;
    font-size: 14px;
    color: #797979;
    overflow: hidden;
    border-radius: 6px;
    padding: 10px 50px 10px 30px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #ccc
}

.emailed-form .form-group input[type=submit],
.emailed-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 160px;
    height: 50px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background: #0a2aa6;
    letter-spacing: 1px;
    border-radius: 6px;
    text-transform: capitalize
}

.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 .content-column .video-box,
.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-five,
.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 {
    left: 58%;
    top: 75%;
    width: 43px;
    height: 36px
}

.banner-section-three .content-column,
.banner-section-three .image-column,
.banner-section-three .image-column .image img {
    position: relative
}

.banner-section-three .content-column .video-box {
    width: 60px;
    height: 60px;
    color: #002e9c;
    line-height: 60px;
    float: left;
    margin-right: 40px;
    background-color: #fff
}

.banner-section-three .content-column .video-box .overlay-box span {
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 99;
    font-weight: 400;
    font-size: 16px;
    border-radius: 50%;
    padding-left: 7px;
    background-color: #fff;
    display: inline-block;
    margin-top: -30px;
    margin-left: -30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.banner-section-three .content-column .video-box .ripple {
    position: absolute
}

.banner-section-three .content-column .video-box .ripple,
.banner-section-three .content-column .video-box .ripple:after,
.banner-section-three .content-column .video-box .ripple:before {
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-left: .5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.banner-section-three .content-column .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.banner-section-three .content-column .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.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: #105bc1;
    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: #105bc1
}

.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 .owl-dots {
    position: absolute;
    right: 110px;
    top: 50%;
    display: none
}

.banner-section-three .owl-dots .owl-dot {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background-color: #fff;
    margin-bottom: 10px
}

.banner-section-three .owl-dots .owl-dot:before,
.banner-section-three .owl-nav {
    position: absolute;
    left: 0;
    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
}

.banner-section-three .owl-dots .owl-dot:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    border: 3px solid #cc2b5e
}

.banner-section-three .owl-dots .owl-dot.active:before,
.banner-section-three .owl-dots .owl-dot:hover::before,
.banner-section-three:hover .owl-nav {
    opacity: 1
}

.banner-section-three .owl-nav {
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -10px
}

.banner-section-three .owl-nav .owl-next,
.banner-section-three .owl-nav .owl-prev {
    position: absolute;
    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-prev {
    left: 20px
}

.banner-section-three .owl-nav .owl-next {
    right: 20px
}

.banner-section-three .owl-nav .owl-next:hover,
.banner-section-three .owl-nav .owl-prev:hover {
    color: #1543c5;
    border-color: #fff;
    background-color: #fff
}

.seo-section-three {
    position: relative;
    padding: 30px 0 60px
}

.seo-section-three .content-column,
.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 .inner-column {
    position: relative;
    padding-left: 20px
}

.level-section,
.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
}

.level-section h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.4em;
    padding-top: 80px
}

.level-section .inner-container {
    position: relative;
    z-index: 2;
    border-radius: 15px;
    padding: 12px 0 0 80px;
    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%)
}

.level-section .inner-container .pattern-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 115px;
    background-repeat: no-repeat
}

.level-section .inner-container .video-box,
.service-block-five .inner-box h4 a {
    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
}

.level-section .inner-container .video-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    font-size: 26px;
    text-align: center;
    border-radius: 50px;
    line-height: 80px;
    display: inline-block;
    float: left;
    margin-top: -40px;
    margin-left: -40px;
    background-color: #fff
}

.level-section .inner-container .video-box .overlay-box span,
.service-block-five .inner-box .icon-box {
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.level-section .inner-container .video-box .overlay-box span {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding-left: 7px;
    margin-top: -40px;
    margin-left: -40px;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.level-section .inner-container .video-box .ripple {
    position: absolute
}

.level-section .inner-container .video-box .ripple,
.level-section .inner-container .video-box .ripple:after,
.level-section .inner-container .video-box .ripple:before {
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    margin-left: .5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.level-section .inner-container .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.level-section .inner-container .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.services-section-five {
    position: relative;
    padding: 80px 0 40px
}

.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.png) 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: 20px
}

.service-block-five .inner-box .lower-content .left-pattern,
.service-block-five .inner-box .lower-content .right-pattern {
    position: absolute;
    -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 .lower-content .left-pattern {
    left: -120px;
    top: 0;
    width: 116px;
    height: 119px;
    background: url(../images/icons/service-pattern-1.png) 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 {
    right: -170px;
    bottom: 0;
    width: 163px;
    height: 112px;
    background: url(../images/icons/service-pattern-2.png) 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: #6bc438;
    font-size: 50px;
    line-height: 110px;
    margin: 0 auto;
    z-index: 1
}

.service-block-five .inner-box .icon-box .circles-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%
}

.service-block-five .inner-box .icon-box .circles-box .circle-one {
    position: absolute;
    right: 8px;
    width: 20px;
    height: 20px;
    z-index: 1;
    border-radius: 50%;
    display: inline-block;
    background-color: #3f84b6
}

.service-block-five .inner-box .icon-box .circles-box .circle-two {
    position: absolute;
    left: 8px;
    bottom: 6px;
    width: 15px;
    height: 15px;
    z-index: 1;
    border-radius: 50%;
    display: inline-block;
    background-color: #6dc733
}

.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
}

.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,
.counter-section-three .image-column {
    position: relative;
    margin-bottom: 40px
}

.counter-section-three .counter-column .inner-column,
.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 {
    top: 0;
    bottom: 0;
    background: url(../images/background/pattern-11.png) repeat-x
}

.team-section-three .bottom-layer,
.team-section-three:after,
.team-section-three:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background-size: cover
}

.team-section-three:before {
    top: 0;
    height: 105px;
    background: url(../images/background/pattern-6.png) repeat-x
}

.team-section-three .bottom-layer {
    bottom: 0;
    height: 97px;
    background: url(../images/background/pattern-10n.png) repeat-x
}

.team-section-three .owl-nav {
    display: none
}

.team-block-two .inner-box,
.team-section-three .owl-dots {
    position: relative;
    text-align: center
}

.team-section-three .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50px;
    display: inline-block;
    background-color: #ffa200;
    -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-section-three .owl-dots .owl-dot.active,
.team-section-three .owl-dots .owl-dot:hover {
    background-color: #fff;
    width: 20px
}

.team-section.style-two .owl-carousel .owl-stage-outer {
    padding-bottom: 40px
}

.team-block-two {
    z-index: 1;
    margin-bottom: 30px
}

.team-block-two,
.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.png) no-repeat
}

.team-block-two.style-two .inner-box .image:before {
    background: url(../images/resource/team-5-bg.png) no-repeat
}

.team-block-two.style-three .inner-box .image:before {
    background: url(../images/resource/team-6-bg.png) 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
}

.contact-info-section ul li,
.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 {
    padding: 70px 0 60px
}

.faq-section.style-two {
    padding-top: 120px;
    padding-bottom: 90px
}

.accordion-box,
.contact-info-section ul,
.faq-section,
.faq-section .accordian-column,
.faq-section .image-column {
    position: relative
}

.faq-section .image-column .inner-column {
    position: relative;
    margin-left: -150px
}

.faq-section .accordian-column .inner-column {
    position: relative;
    padding-left: 30px
}

.accordion-box .block {
    position: relative;
    margin-bottom: 12px;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.accordion-box .block .acc-btn,
.accordion-box .block .icon-outer {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    background: #fff;
    padding: 13px 50px 13px 30px;
    font-family: Cabin, sans-serif
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 0 8px 8px 0
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #6dc333
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    background-color: #3284b8
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus,
.accordion-box .block .icon-outer .icon-minus {
    opacity: 0
}

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content {
    position: relative;
    font-size: 16px;
    color: #777;
    line-height: 1.8em;
    padding: 5px 35px 30px 30px
}

.accordion-box .block .content .accordian-text {
    line-height: 1.9em;
    font-size: 16px;
    color: #84858a;
    font-weight: 600
}

.news-section-two {
    position: relative;
    padding-top: 40px;
    padding-bottom: 90px
}

.coming-soon .content .content-inner h2:after,
.news-section-two .owl-nav {
    display: none
}

.news-section-two .owl-dots {
    position: absolute;
    right: -45px;
    top: 25px
}

.news-section-two .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-bottom: 10px;
    background-color: #0a2aa6;
    -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-section-two .owl-dots .owl-dot.active {
    background-color: #6dc733;
    height: 40px
}

.news-section-two .owl-carousel .owl-stage-outer {
    padding: 25px 0 15px
}

.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-section-two .inner-container .dotted-pattern {
    position: absolute;
    right: -80px;
    top: 170px;
    width: 266px;
    height: 572px;
    z-index: -1;
    background-repeat: no-repeat
}

.news-block-three {
    position: relative;
    margin-bottom: 30px
}

.news-block-three .inner-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding-left: 400px;
    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: #3f84b61
}

.news-block-three .inner-box .content-box,
.news-block-three .inner-box .image img {
    position: relative;
    -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 .image img {
    width: 100%;
    display: block
}

.news-block-three .inner-box .content-box {
    padding: 50px 30px;
    background-color: #fff
}

.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: #105bc1;
    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: #6dc733
}

.call-to-action-section h2,
.news-block-three .inner-box .content-box h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 14px
}

.main-footer .newsletter-form .form-group input[type=email],
.main-footer .newsletter-form .form-group input[type=text],
.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,
.services-detail .inner-box .lower-content .text p {
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.7em
}

.news-block-three .inner-box .content-box .info-box {
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid #ddd;
    position: relative
}

.news-block-three .inner-box .content-box .info-box .box-inner {
    position: relative;
    padding-left: 55px;
    color: #6dc733;
    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 .share {
    position: relative;
    color: #d5d5d5;
    font-size: 20px;
    line-height: 1em;
    margin-top: 10px;
    display: inline-block
}

.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,
.call-to-action-section .icon-layer-two {
    position: absolute;
    left: 15%;
    top: 60%;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat
}

.call-to-action-section .icon-layer-two {
    left: 35%;
    top: 0;
    width: 43px;
    height: 36px;
    z-index: 1
}

.call-to-action-section .icon-layer-four,
.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 {
    right: 2%;
    top: 40%;
    width: 43px;
    height: 36px
}

.call-to-action-section .dotted-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .2
}

.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.png)
}

.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 {
    color: #222;
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 55px
}

.contact-info-section,
.page-title {
    position: relative;
    padding: 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, #6dc733 0, #3e8511 100%)
}

.contact-info-section ul li {
    font-size: 14px;
    padding-left: 90px;
    display: inline-block;
    margin-right: 110px;
    margin-bottom: 25px
}

.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 {
    font-weight: 700;
    font-size: 24px
}

.main-footer .newsletter-form {
    margin-bottom: 35px
}

.contact-info-section ul li strong,
.main-footer .newsletter-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.main-footer .newsletter-form .form-group input[type=email],
.main-footer .newsletter-form .form-group input[type=text] {
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 85px 10px 20px;
    height: 60px;
    font-size: 15px;
    color: #000;
    border-radius: 5px;
    background: #fff
}

.main-footer .newsletter-form .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 13px 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    background-color: #0a2aa6;
    cursor: pointer
}

.subscribe-widget .text {
    color: #91e3ff;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 28px
}

.page-title {
    text-align: center;
    overflow: hidden;
    padding: 160px 0;
    background-color: #0028a2;
    margin-bottom: 50px;
}

.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-breadcrumb,
.page-title .auto-container {
    position: relative
}

.page-breadcrumb li,
.page-title h2 {
    position: relative;
    color: #fff;
    text-transform: capitalize
}

.page-title h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0
}

.page-breadcrumb {
    margin-top: 20px
}

.page-breadcrumb li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 500
}

.page-breadcrumb li:after {
    position: absolute;
    content: ":";
    right: -2px;
    top: -1px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: FontAwesome
}

.page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-breadcrumb li a {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.page-breadcrumb li a:hover {
    color: #6dc733
}

.faq-page-section {
    position: relative;
}

.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 .form-column,
.faq-form-section .image-column {
    position: relative
}

.faq-form-section .image-column .inner-column {
    position: relative;
    margin-left: -150px
}

.faq-form-section .form-column .inner-column {
    position: relative;
    padding-left: 30px
}

.default-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.broucher-info-widget .brouchers li:last-child,
.default-form .form-group:last-child,
.services-detail .inner-box .lower-content .text p:last-child,
.sidebar .service-list li:last-child {
    margin-bottom: 0
}

.default-form .form-group input[type=email],
.default-form .form-group input[type=text],
.default-form .form-group select {
    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
}

.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: 180px;
    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: 10px
}

.contact-form input.error,
.contact-form select.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
}

.coming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    text-align: center
}

.coming-soon .content,
.coming-soon .content:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.coming-soon .content {
    display: table;
    vertical-align: middle
}

.coming-soon .content:before {
    background-color: #000;
    content: "";
    opacity: .3
}

.coming-soon .content .content-inner {
    position: relative;
    padding: 90px 15px;
    display: table-cell;
    vertical-align: middle
}

.coming-soon .content .content-inner .logo {
    position: relative;
    margin-bottom: 200px
}

.coming-soon .content .content-inner .sec-title {
    display: none;
    margin-bottom: 50px
}

.coming-soon .content .content-inner h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
    padding-bottom: 0;
    font-variant: small-caps
}

.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
}

.coming-soon .emailed-form,
.coming-soon .emailed-form .text {
    position: relative;
    margin-bottom: 40px
}

.coming-soon .emailed-form h3 {
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px
}

.coming-soon .emailed-form .text {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.8em
}

.coming-soon .emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 540px;
    width: 100%;
    margin: 0 auto
}

.coming-soon .emailed-form .form-group input[type=email],
.coming-soon .emailed-form .form-group input[type=tel],
.coming-soon .emailed-form .form-group input[type=text],
.coming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    padding: 15px 50px 15px 20px;
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.coming-soon .emailed-form .form-group input[type=submit],
.coming-soon .emailed-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 40px;
    font-size: 18px;
    color: #f13b13;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.coming-soon .emailed-form .form-group input[type=submit]:hover,
.coming-soon .emailed-form button:hover {
    color: #353535
}

.coming-soon .copyright-text {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 400
}

.coming-soon .copyright-text a {
    color: #ff9600
}

.coming-soon .copyright-text a:hover {
    text-decoration: underline
}

.clock-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -145px auto auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    background-color: rgba(0, 0, 0, .4);
    transform: scale(2)
}

.clock-base,
.clock-wrapper {
    width: 250px;
    height: 250px;
    border-radius: 50%
}

.click-indicator {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 230px;
    height: 230px
}

.click-indicator div {
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px
}

.click-indicator div>span {
    height: 5px;
    width: 5px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-left: -1px;
    margin-top: -1px
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-120px)
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-120px)
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-120px);
    background-color: red
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-120px)
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-120px)
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-120px);
    background-color: red
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-120px)
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-120px)
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-120px);
    background-color: red
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-120px)
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-120px)
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-120px);
    background-color: red
}

.clock-hour {
    z-index: 2;
    top: 75px;
    left: 123px;
    width: 4px;
    height: 65px;
    background-color: #ee3611;
    border-radius: 2px;
    transform-origin: 2px 50px;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite
}

.clock-hour,
.clock-minute,
.clock-second {
    position: absolute;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transition: .5s
}

.clock-minute {
    z-index: 3;
    top: 55px;
    left: 123px;
    width: 4px;
    height: 85px;
    background-color: #ee3611;
    border-radius: 2px;
    transform-origin: 2px 70px;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite
}

.clock-second {
    z-index: 4;
    top: 15px;
    left: 124px;
    width: 2px;
    height: 130px;
    background-color: #fff;
    opacity: .9;
    transform-origin: 1px 110px;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite
}

.clock-center:after,
.clock-second:after {
    content: "";
    display: block;
    border-radius: 50%
}

.clock-center,
.clock-second:after {
    position: absolute;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.clock-second:after {
    left: -3px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    background-color: #a00;
    border: solid 2px #a00
}

.clock-center {
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 50px;
    left: 50px;
    border-radius: 50%
}

.clock-center:after {
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd
}

.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
}

.broucher-widget,
.services-detail,
.sidebar .service-list {
    position: relative
}

.sidebar .service-list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 18px
}

.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: "";
    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
}

.broucher-widget .widget-content {
    position: relative;
    padding: 25px;
    background-color: #f5f5f5;
    border: 1px solid #d7d7d7
}

.broucher-widget .widget-content .content-inner {
    position: relative;
    padding-left: 85px
}

.broucher-widget .widget-content h3,
.services-detail .inner-box .lower-content h2 {
    position: relative;
    font-size: 20px;
    color: #0a15a9;
    font-weight: 700;
    margin-bottom: 20px
}

.broucher-widget .widget-content .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #ff9600;
    font-size: 64px;
    line-height: 1em
}

.broucher-widget .widget-content .content-inner .text {
    position: relative;
    color: #777;
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 20px
}

.broucher-widget .widget-content .download {
    position: relative;
    color: #ff9600;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline
}

.services-detail .inner-box,
.services-detail .inner-box .image,
.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 {
    font-size: 30px;
    line-height: 1.3em
}

.services-detail .inner-box .lower-content .text {
    position: relative;
    z-index: 1
}

.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: 90px 0
}

.gallery-page-section .filters {
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px
}

.gallery-detail-section {
    position: relative;
    padding: 30px 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 .content-column,
.gallery-detail-section .lower-section .content-column .inner-column,
.gallery-detail-section .lower-section .widgets-column,
.gallery-detail-section .lower-section .widgets-column .inner-column,
.project-info-widget .lower-box ul {
    position: relative
}

.gallery-detail-section .lower-section .content-column h2,
.gallery-detail-section .lower-section .content-column h3 {
    position: relative;
    color: #222;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 17px
}

.gallery-detail-section .lower-section .content-column h3 {
    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
}

.broucher-info-widget,
.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
}

.broucher-info-widget .title-box .title-inner,
.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
}

.broucher-info-widget .title-box .title-inner .icon,
.project-info-widget .lower-box ul li .icon,
.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
}

.project-info-widget .lower-box ul li {
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 12px;
    padding-left: 82px;
    color: #777;
    font-size: 16px;
    border-bottom: 1px solid #ddd
}

.project-info-widget .lower-box ul li .icon {
    color: #dcdcdc;
    font-size: 48px
}

.project-info-widget .lower-box ul li strong {
    position: relative;
    display: block;
    color: #222;
    font-size: 16px;
    padding-top: 14px;
}

.project-info-widget .lower-box ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.broucher-info-widget .title-box {
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd
}

.broucher-info-widget .lower-box {
    position: relative;
    padding: 30px
}

.broucher-info-widget .brouchers {
    position: relative
}

.broucher-info-widget .brouchers li {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.broucher-info-widget .brouchers li a {
    position: relative;
    color: #777;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 20px 17px 60px;
    display: block;
    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: Cabin, sans-serif
}

.broucher-info-widget .brouchers li a:hover {
    color: #1c17a0
}

.broucher-info-widget .brouchers li a .icon {
    position: absolute;
    content: "";
    left: 25px;
    top: 15px;
    font-size: 26px;
    line-height: 1em;
    color: #fe643a;
    font-weight: 400
}

.broucher-info-widget .brouchers li a i {
    position: absolute;
    right: 20px;
    color: #1c17a0;
    font-size: 18px
}

.related-projects {
    position: relative;
    padding-bottom: 95px
}

.related-projects .inner-container {
    position: relative;
    padding-top: 90px;
    border-top: 1px solid #ddd
}

.related-projects .owl-nav,
.rtl .broucher-info-widget .brouchers li a i {
    display: none
}

.related-projects .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.related-projects .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 7px;
    margin: 0 5px;
    display: inline-block;
    background-color: #6dc733;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.related-projects .owl-dots .owl-dot.active,
.related-projects .owl-dots .owl-dot:hover {
    background-color: #3f84b61;
    width: 30px
}

.blog-page-section {
    position: relative;
    padding: 95px 0 90px
}

.blog-page-section .styled-pagination {
    margin-top: 50px
}

.error-section,
.styled-pagination {
    position: relative
}

.styled-pagination li {
    position: relative;
    margin: 0 5px 10px;
    display: inline-block
}

.styled-pagination li a {
    position: relative;
    width: 50px;
    height: 50px;
    color: #777;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #ebebeb;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
    color: #777;
    background-color: #ebebeb
}

.styled-pagination li.prev a {
    color: #fff;
    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%)
}

.styled-pagination li.next a {
    color: #fff;
    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%)
}

.error-section {
    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;
    padding: 95px 0 115px
}

.map-section {
    padding-bottom: 150px
}

.map-section iframe {
    height: 550px;
    width: 100%
}

.blog-cat li,
.contact-page-section .form-column,
.contact-page-section .form-column .inner-column,
.contact-page-section .info-column,
.contact-page-section .info-column ul {
    position: relative
}

.contact-page-section .info-column .inner-column {
    position: relative;
    margin-left: 30px;
    padding: 20px 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 li {
    position: relative;
    color: #777;
    font-size: 16px;
    padding-left: 115px;
    margin-bottom: 25px;
    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
}

.blog-cat li a,
.sidebar .search-box .form-group input[type=search],
.sidebar .search-box .form-group input[type=text] {
    position: relative;
    display: block;
    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 input[type=search],
.sidebar .search-box .form-group input[type=text] {
    line-height: 43px;
    padding: 10px 50px 10px 25px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    width: 100%;
    height: 60px;
    color: #000;
    border-radius: 5px
}

.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: #6dc733
}

.blog-cat {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d7d7d7
}

.blog-cat li a {
    color: #666;
    font-size: 16px;
    padding: 18px 30px;
    font-weight: 600;
    border-bottom: 1px solid #d7d7d7;
    font-family: Cabin, sans-serif
}

.blog-cat li a:hover {
    color: #1c17a0;
    background-color: #f5f5f5
}

.blog-cat li:last-child a {
    border-bottom: 0
}

.blog-cat li a span {
    position: absolute;
    right: 30px
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666;
    padding: 0 0 0 130px;
    min-height: 100px;
    margin-bottom: 25px
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0;
    border-bottom: none;
    min-height: auto
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    border-radius: 8px;
    overflow: hidden
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    background-color: rgba(28, 23, 160, .7)
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    display: block
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
    opacity: 1
}

.instagram-widget .post-thumb img,
.sidebar .popular-posts .post .post-thumb .overlay-box,
.sidebar .popular-posts .post .post-thumb img,
.sidebar .popular-posts .post .text a {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.instagram-widget .post-thumb img,
.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: 0;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #222;
    line-height: 1.5em;
    text-transform: capitalize
}

.sidebar .popular-posts .post .text a {
    color: #222;
    font-family: Montserrat, sans-serif
}

.sidebar .popular-posts .post a:hover {
    color: #0a2aa6
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 16px;
    color: #777;
    font-weight: 400;
    margin-top: 4px
}

.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;
    display: block;
    color: #fff;
    border-radius: 50px;
    border: 2px solid transparent
}

.author-widget .widget-content .social-box li a:hover {
    color: #6dc733;
    border-color: #00aeef
}

.instagram-widget .post-thumb {
    position: relative;
    width: 29%;
    float: left;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 8px 18px
}

.author-widget .widget-content .social-box li a,
.instagram-widget .post-thumb .overlay-box,
.sidebar .popular-tags a {
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.instagram-widget .post-thumb .overlay-box {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    background-color: rgba(58, 28, 208, .7)
}

.instagram-widget .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    display: block
}

.instagram-widget .post-thumb:hover .overlay-box {
    opacity: 1
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 26px;
    margin: 0 6px 10px 0;
    color: #777;
    font-size: 16px;
    background: 0 0;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    text-transform: capitalize
}

.sidebar .popular-tags a:hover {
    border-color: #1c17a0;
    background-color: #1c17a0;
    color: #fff
}

.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: #3f84b61
}

.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: #105bc1;
    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: #6dc733
}

.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 blockquote {
    position: relative;
    color: #222;
    font-size: 22px;
    font-style: italic;
    line-height: 1.7em;
    padding-left: 40px;
    margin-top: 35px;
    margin-bottom: 40px;
    border-left: 4px solid #6dc733
}

.blog-detail .inner-box .lower-content blockquote .quote-author {
    position: relative;
    color: #0a2aa6;
    font-size: 16px;
    font-style: normal;
    text-align: right;
    display: block
}

.blog-detail .inner-box .lower-content h4,
.blog-detail .inner-box .lower-content h5 {
    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 {
    color: #222
}

.blog-detail .post-share-options {
    position: relative;
    margin-top: 40px;
    padding: 22px 0 25px;
    border-top: 1px solid #ddd
}

.authors-box,
.blog-detail .post-share-options .author-box,
.blog-detail .post-share-options .social-box {
    position: relative
}

.blog-detail .post-share-options .author-box .box-inner {
    position: relative;
    padding-left: 55px;
    color: #6dc733;
    font-size: 14px;
    padding-top: 10px
}

.blog-detail .post-share-options .author-box .author-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px
}

.blog-detail .post-share-options .author-box .box-inner span {
    position: relative;
    color: #777;
    margin-left: 10px
}

.blog-detail .post-share-options .social-box li {
    position: relative;
    margin-left: 5px;
    display: inline-block
}

.blog-detail .post-share-options .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background-color: #6dc733
}

.blog-detail .post-share-options .social-box li.facebook a {
    background-color: #4661c5
}

.blog-detail .post-share-options .social-box li.twitter a {
    background-color: #44b1e4
}

.blog-detail .post-share-options .social-box li.linkedin a {
    background-color: #ff2e2e
}

.blog-detail .post-share-options .social-box li.pinterest a {
    background-color: #0073b0
}

.authors-box {
    padding: 30px;
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 55px;
    border-radius: 10px;
    border: 1px solid #e1e1e1
}

.authors-box .author-inner {
    position: static;
    padding-top: 8px;
    padding-right: 275px
}

.authors-box .author-inner .author {
    position: relative;
    color: #ff2e2e;
    margin-bottom: 10px
}

.authors-box .thumb {
    position: absolute;
    right: 0;
    top: 0;
    height: 250px;
    width: 275px;
    overflow: hidden
}

.authors-box .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.authors-box .name {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    color: #010101;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 25px;
    font-family: Montserrat, sans-serif
}

.authors-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    color: #777;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 1.8em;
    margin-top: 6px
}

.authors-box .social-icon {
    position: relative
}

.authors-box .social-icon li {
    position: relative;
    display: inline-block;
    margin-right: 15px
}

.authors-box .social-icon li:last-child,
.rtl .sticky-header .main-menu .navigation>li:last-child {
    margin-right: 0
}

.authors-box .social-icon li a,
.sidebar-page-container .comments-area .comment-box {
    position: relative;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.authors-box .social-icon li a {
    font-size: 17px;
    font-weight: 400;
    color: #777;
    display: inline-block
}

.authors-box .social-icon li a:hover {
    color: #1c17a0
}

.related-news h4,
.sidebar-page-container .group-title h3 {
    position: relative;
    color: #222;
    font-weight: 700;
    margin-bottom: 30px
}

.related-news h4 {
    line-height: 1.3em
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px
}

.sidebar-page-container .group-title {
    position: relative
}

.sidebar-page-container .group-title h3 {
    text-transform: capitalize
}

.sidebar-page-container .comments-area .comment-box {
    padding: 0;
    margin-bottom: 50px
}

.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 120px;
    padding: 5px 0 0 160px
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 60px
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 15px
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 20px;
    font-weight: 700;
    color: #1c17a0;
    line-height: 1.3em;
    display: inline-block;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 0;
    padding-top: 0
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-size: 15px;
    color: #777;
    margin-left: 20px;
    display: inline-block
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #ff2e2e;
    font-weight: 600;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    color: #eb49b2
}

.comment-form .group-title h4 {
    position: relative;
    margin-bottom: 50px
}

.comment-form .form-group {
    margin-bottom: 20px
}

.comment-form .form-group input[type=email],
.comment-form .form-group input[type=password],
.comment-form .form-group input[type=tel],
.comment-form .form-group input[type=text],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: #888;
    border: 1px solid #ddd;
    height: 55px;
    font-size: 14px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.comment-form .form-group input[type=email]:focus,
.comment-form .form-group input[type=password]:focus,
.comment-form .form-group input[type=tel]:focus,
.comment-form .form-group input[type=text]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #1c17a0
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    color: #888;
    border: 1px solid #ddd;
    height: 185px;
    background: #fff;
    resize: none;
    font-size: 14px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.comment-form .theme-btn {
    cursor: pointer
}

.rtl .main-header .header-upper .logo-box,
.rtl .main-menu,
.rtl .main-menu .navigation>li {
    float: right
}

.rtl .main-header .outer-box {
    float: left;
    margin-left: 0;
    margin-right: 30px
}

.rtl .header-style-one .nav-outer {
    float: left
}

.rtl .main-menu .navigation>li:last-child {
    margin-right: 30px
}

.rtl .main-header .outer-box .cart-box .cart-panel {
    left: 0!important
}

.rtl .main-menu .navigation>li>ul,
.rtl .sidebar-info-contents .content-inner {
    text-align: right
}

.rtl .list-style-one li {
    padding-left: 0;
    padding-right: 30px
}

.rtl .list-link li a:before,
.rtl .list-style-one li .icon,
.rtl .main-footer .footer-widget h4:before,
.rtl .news-block .inner-box .lower-content .content .post-date {
    right: 0;
    left: auto
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after,
.rtl .sidebar .service-list li a:before {
    left: 20px;
    right: auto;
    transform: rotate(180deg)
}

.rtl .main-menu .navigation>li>ul>li>ul {
    right: 120%;
    left: auto!important
}

.rtl .main-menu .navigation li>ul>li.dropdown:hover>ul {
    right: 100%
}

.rtl .about-section .content-column,
.rtl .banner-section .content-column {
    order: 2
}

.rtl .about-section .image-column,
.rtl .banner-section .image-column {
    order: 1
}

.rtl .banner-section .content-column .inner-column {
    text-align: right;
    padding-left: 0;
    padding-bottom: 0;
    border: 0
}

.rtl .about-section .content-column .inner-column,
.rtl .list-link li,
.rtl .main-footer .footer-widget h4,
.rtl .main-footer .logo-widget,
.rtl .news-section .sec-title,
.rtl .price-block .inner-box .title,
.rtl .seo-form .form-group input,
.rtl .seo-section .form-column,
.rtl .service-block-two .inner-box,
.rtl .testimonial-block .inner-box {
    text-align: right
}

.rtl .seo-form .form-group {
    margin-right: 0;
    margin-left: 160px
}

.rtl .seo-form .theme-btn,
.rtl .sidebar-title h4:before {
    left: 0;
    right: auto
}

.rtl .news-section .sec-title .pull-left,
.rtl .sticky-header .logo,
.rtl .testimonial-block .inner-box .lower-box .pull-left {
    float: right
}

.rtl .main-header .nav-outer,
.rtl .news-section .sec-title .pull-right,
.rtl .sticky-header .pull-right,
.rtl .testimonial-block .inner-box .lower-box .pull-right {
    float: left
}

.rtl .list-link li a,
.rtl .news-block .inner-box .lower-content .content,
.rtl .project-info-widget .lower-box ul li {
    padding-left: 0;
    padding-right: 75px;
    text-align: right
}

.rtl .news-block .inner-box .lower-content .content:before {
    right: 29px;
    left: auto
}

.rtl .news-block .inner-box .lower-content .content:after {
    right: 22px;
    left: auto
}

.rtl .list-link li a {
    padding-right: 15px
}

.rtl .list-style-two li .icon,
.rtl .main-header .header-top .info-list li .icon {
    right: 0;
    left: auto
}

.rtl .main-menu .navigation>li>ul {
    right: -30px;
    left: auto
}

.rtl .banner-section-two .content-column .theme-btn {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.rtl .list-style-two li,
.rtl .main-header .header-top .info-list li {
    text-align: right;
    padding-left: 0;
    padding-right: 30px
}

.rtl .banner-section-two .content-column .inner-column,
.rtl .service-block-four .inner-box,
.rtl .website-section .content-column .inner-column {
    text-align: right
}

.rtl .banner-section-three .content-column,
.rtl .counter-section-three .counter-column,
.rtl .newsletter-section .title-column,
.rtl .services-section-three .skills-column {
    order: 2
}

.rtl .banner-section-three .image-column,
.rtl .counter-section-three .image-column,
.rtl .newsletter-section .form-column,
.rtl .services-section-three .blocks-column {
    order: 1
}

.rtl .services-section-three .skills-column .inner-column {
    text-align: right;
    padding-right: 0;
    padding-left: 40px
}

.rtl .news-block-two .inner-box .lower-content .lower-box .pull-left,
.rtl .service-block-four .inner-box .icon-box .icon,
.rtl .skills .skill-item .skill-header .skill-title {
    float: right
}

.rtl .service-block-four .inner-box h5 {
    float: right;
    margin-left: 0;
    margin-right: 20px
}

.rtl .gallery-section .sec-title .pull-left {
    float: right;
    text-align: right
}

.rtl .gallery-section .sec-title .pull-right,
.rtl .news-block-two .inner-box .lower-content .lower-box .pull-right,
.rtl .skills .skill-item .skill-header .skill-percentage {
    float: left
}

.rtl .gallery-section .filters li {
    margin-left: 0;
    margin-right: 30px
}

.rtl .news-block-two .inner-box .lower-content,
.rtl .news-block-two .inner-box .lower-content .author-box .box-inner,
.rtl .seo-section-two .inner-container {
    text-align: right
}

.rtl .newsletter-section .title-column .inner-column {
    padding-left: 0;
    padding-right: 105px;
    text-align: right
}

.rtl .newsletter-section .title-column .icon {
    right: 0;
    left: auto
}

.rtl .emailed-form .form-group input {
    text-align: right;
    padding-right: 20px;
    padding-left: 165px
}

.rtl .emailed-form .form-group input[type=submit],
.rtl .emailed-form button {
    left: 5px;
    right: auto
}

.rtl .main-header.header-style-three .header-upper .logo-box {
    right: 0;
    left: auto;
    top: 0
}

.rtl .main-header.header-style-three .header-upper .logo-box:before {
    left: -70px;
    top: -20px;
    right: auto;
    width: 200%;
    background-position: right top;
    transform: rotate(180deg)
}

.rtl .main-header.header-style-three .inner-container {
    padding-left: 25px;
    padding-right: 200px
}

.rtl .main-header.header-style-three .header-upper .inner-container:before {
    right: 0;
    border-radius: 5px
}

.rtl .banner-section-three .content-column .inner-column,
.rtl .seo-section-three .content-column .inner-column {
    text-align: right
}

.rtl .banner-section-three .content-column .theme-btn {
    float: right;
    margin-right: 0;
    margin-left: 15px
}

.rtl .banner-section-three .content-column .video-box {
    float: right
}

.rtl .seo-section-three .content-column .seo-list li {
    padding-left: 0;
    text-align: right;
    padding-right: 95px
}

.rtl .seo-section-three .content-column .seo-list li .icon {
    right: 0;
    left: auto
}

.rtl .counter-section-three .counter-column .inner-column,
.rtl .default-form .form-group input,
.rtl .default-form .form-group textarea,
.rtl .faq-form-section .form-column .inner-column,
.rtl .faq-page-section,
.rtl .faq-section .accordian-column .inner-column,
.rtl .level-section h2,
.rtl .services-detail .inner-box .lower-content,
.rtl .sidebar .service-list li,
.rtl .subscribe-widget .text {
    text-align: right
}

.rtl .fact-counter-two.style-two .column .inner .icon-box {
    right: 0;
    left: auto;
    top: -20px
}

.rtl .accordion-box .block .acc-btn {
    padding-left: 45px;
    padding-right: 25px
}

.rtl .accordion-box .block .icon-outer {
    left: 15px;
    right: auto
}

.rtl .news-block-three .inner-box {
    padding-left: 0;
    padding-right: 530px;
    text-align: right
}

.rtl .contact-info-section ul li .icon,
.rtl .news-block-three .inner-box .image {
    right: 0;
    left: auto
}

.rtl .contact-info-section ul li,
.rtl .fact-counter-two .column .inner .content {
    padding-left: 0;
    padding-right: 90px;
    text-align: right
}

.rtl .newsletter-form .form-group input[type=email] {
    padding-left: 90px;
    padding-right: 20px;
    text-align: right
}

.rtl .main-footer .newsletter-form .form-group button {
    left: 5px
}

.rtl .gallery-detail-section .lower-section .widgets-column,
.rtl .sidebar-page-container .sidebar-side {
    order: 2
}

.rtl .gallery-detail-section .lower-section .content-column,
.rtl .sidebar-page-container .content-side {
    order: 1
}

.rtl .blog-cat li a,
.rtl .broucher-info-widget .brouchers li a,
.rtl .broucher-widget .widget-content,
.rtl .gallery-detail-section .lower-section .content-column .inner-column,
.rtl .popular-tags,
.rtl .shop-section .items-sorting .results-column h6,
.rtl .sidebar-title {
    text-align: right
}

.rtl .broucher-widget .widget-content .content-inner {
    padding-left: 0;
    padding-right: 85px
}

.rtl .broucher-info-widget .title-box .title-inner .icon,
.rtl .broucher-widget .widget-content .icon,
.rtl .project-info-widget .lower-box ul li .icon,
.rtl .project-info-widget .title-box .title-inner .icon {
    right: 0;
    left: auto
}

.rtl .broucher-info-widget .title-box .title-inner,
.rtl .project-info-widget .title-box .title-inner {
    padding-left: 0;
    padding-right: 70px;
    text-align: right
}

.rtl .shop-section .items-sorting .results-column {
    order: 2
}

.rtl .items-sorting .select-column {
    order: 1
}

.rtl .shop-item .inner-box .lower-content .pull-left {
    float: right
}

.rtl .shop-item .inner-box .lower-content .pull-right {
    float: left
}

.rtl .search-box .form-group input[type=search] {
    padding-left: 55px;
    padding-right: 20px;
    text-align: right
}

.rtl .sidebar .search-box .form-group button {
    left: 0;
    top: 0;
    right: auto
}

.rtl .blog-cat li a span {
    left: 30px;
    right: auto
}

.rtl .sidebar-title h4 {
    padding-right: 0;
    padding-left: 40px
}

.rtl .sidebar .popular-posts .post {
    padding-left: 0;
    padding-right: 130px;
    text-align: right
}

.rtl .sidebar .popular-posts .post .post-thumb {
    right: 0;
    left: auto
}

.rtl .product-details .image-column {
    order: 2
}

.rtl .product-details .info-column {
    order: 1;
    text-align: right
}

.rtl .product-details .info-column .pull-left {
    float: right
}

.rtl .product-details .basic-details .item-quantity {
    margin-right: 0;
    margin-left: 15px
}

.rtl .blog-detail,
.rtl .checkout-page .default-links,
.rtl .checkout-page .payment-options li .radio-option,
.rtl .comment-form .form-group input,
.rtl .comment-form .form-group textarea,
.rtl .contact-page-section .form-column .inner-column,
.rtl .contact-page-section .info-column .inner-column,
.rtl .register-section .form-column,
.rtl .shop-form .billing-inner,
.rtl .shop-form .sec-title h2,
.rtl .shop-form input,
.rtl .shop-form textarea,
.rtl .shop-order-box .order-list li,
.rtl .shop-order-box .order-list li span,
.rtl .shop-page .prod-tabs .add-review,
.rtl .shop-page .prod-tabs .add-review .form-group input,
.rtl .shop-page .prod-tabs .add-review .form-group textarea,
.rtl .shop-page .prod-tabs .tabs-content .tab p,
.rtl .styled-form input {
    text-align: right
}

.rtl .shop-page .prod-tabs .reviews-container .review-box {
    padding-left: 0;
    text-align: right;
    padding-right: 120px
}

.rtl .checkout-page .payment-options li .radio-option input[type=radio],
.rtl .shop-page .prod-tabs .reviews-container .rev-thumb {
    right: 0;
    left: auto
}

.rtl .shop-page .prod-tabs .reviews-container .rev-header h4 {
    float: right;
    margin-left: 20px
}

.rtl .checkout-page .payment-options li .radio-option label {
    padding-right: 30px
}

.rtl .styled-form .form-group .adon-icon {
    left: 10px;
    right: auto
}

.rtl .styled-form .pull-left {
    float: right
}

.credits .code-credits>div,
.rtl .styled-form .pull-right {
    float: left
}

.rtl .styled-form .submit-text {
    text-align: right
}

.rtl .blog-detail .post-share-options .author-box .box-inner {
    padding-left: 0;
    padding-right: 55px;
    text-align: right
}

.rtl .blog-detail .post-share-options .author-box .author-image,
.rtl .contact-page-section .info-column ul li .icon,
.rtl .sidebar-page-container .comments-area .comment-box .author-thumb {
    right: 0;
    left: auto
}

.rtl .authors-box .name {
    margin-right: 0
}

.rtl .sidebar-page-container .comments-area .comment {
    padding-left: 0;
    padding-right: 160px
}

.rtl .sidebar-page-container .comments-area .comment-box .theme-btn {
    left: 0;
    right: auto
}

.rtl .contact-page-section .info-column ul li {
    padding-left: 0;
    padding-right: 115px;
    text-align: right
}

.main-header .sticky-header .mobile-nav-toggler {
    position: relative;
    float: left;
    font-size: 28px;
    padding: 10px 0;
    margin-left: 20px;
    color: #111
}

nav.float-action-button {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 1em;
    z-index: 99999
}

a.buttons {
    box-shadow: 0 5px 11px -2px rgba(0, 0, 0, .18), 0 4px 12px -7px rgba(0, 0, 0, .15);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 2.6em;
    padding: 8px 0 0;
    text-align: center;
    display: block;
    margin: 20px auto 0;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

nav.float-action-button:hover a.buttons:not(:last-child) {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 20px auto 0
}

.credits {
    font-family: sans-serif;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999
}

.credits .code-credits {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    color: rgba(255, 255, 255, .9);
    display: block;
    max-width: 256px;
    padding: 8px
}

.credits .code-credits::after {
    content: "";
    display: block;
    clear: both
}

.credits .code-credits img {
    border-radius: 4px;
    float: left;
    margin-right: 12px;
    width: 64px
}

.credits .code-credits .cc-name {
    font-weight: 700;
    font-size: 16px
}

.credits .code-credits .cc-follow {
    display: block;
    margin-top: 2px
}

.credits .code-credits .cc-follow a:last-child {
    margin-left: 4px
}

.credits .code-credits .cc-follow a:link,
.credits .code-credits .cc-follow a:visited {
    background-color: #eff3f6;
    background-image: linear-gradient(-180deg, #fafbfc, #eff3f6 90%);
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    color: #24292e;
    font-weight: 700;
    letter-spacing: -.3px;
    padding: 4px 10px;
    text-decoration: none
}

.credits .code-credits .cc-follow a:active,
.credits .code-credits .cc-follow a:hover {
    color: #fff;
    background-color: #3072b3;
    background-image: -webkit-linear-gradient(#599bdc, #3072b3);
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -ms-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
    border-color: #518cc6 #518cc6 #2a65a0;
    text-decoration: none;
    text-shadow: 0-1px 0 rgba(0, 0, 0, .25)
}

.credits .code-credits .cc-follow a:first-child:active,
.credits .code-credits .cc-follow a:first-child:hover {
    color: #fff;
    background-color: #000;
    background-image: -webkit-linear-gradient(#555, #000);
    background-image: -moz-linear-gradient(#555, #000);
    background-image: -ms-linear-gradient(#555, #000);
    background-image: linear-gradient(#555, #000);
    border-color: #555 #555 #000;
    text-decoration: none;
    text-shadow: 0-1px 0 rgba(0, 0, 0, .25)
}

.bg-credits {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    padding: 4px 6px;
    position: fixed;
    top: 10px;
    right: 10px;
    text-decoration: none
}

body:hover .presentation,
html:hover .presentation {
    display: none
}

.presentation {
    position: fixed;
    right: 88px;
    bottom: 34px;
    text-shadow: 1px 1px 1px #000
}

a.buttons:active,
a.buttons:focus,
a.buttons:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    text-decoration: none
}

a.buttons:not(:last-child) {
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
    opacity: 0;
    font-size: 1.6em;
    padding-top: 9px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

a.buttons.main-button>i:first-child {
    position: relative;
    margin-top: 10px
}

a.buttons:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
    background-color: #d32f2f
}

a.buttons:nth-last-child(1) i.fa {
    transform: rotate3d(0, 0, 1, 0);
    transition: content .4s, transform .4s, opacity .4s
}

a.buttons:nth-last-child(1):hover i.fa {
    transform: rotate3d(0, 0, 1, -180deg)
}

a.buttons:nth-last-child(1) i.fa:nth-last-child(1) {
    position: absolute;
    margin: 10px 0 0-32px
}

a.buttons:nth-last-child(1) i.fa:nth-last-child(2),
a.buttons:nth-last-child(1):hover i.fa:nth-last-child(1) {
    opacity: 0
}

a.buttons:nth-last-child(1):hover i.fa:nth-last-child(2) {
    opacity: 1
}

a.buttons:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 20ms;
    background-color: #3b5998
}

a.buttons:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 75ms;
    transition-delay: 40ms;
    background-color: #1da1f2
}

a.buttons:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: .1s;
    transition-delay: 60ms;
    background-color: #dd4b39
}

.tooltip.left {
    margin-left: -10px
}

.para_span {
    font-weight: 700;
    color: #6ac610;
    font-size: 18px
}

.sol-column {
    padding: 25px
}

#accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0
}

#accordion a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #549128;
    text-decoration: none
}

#accordion .panel-heading a.collapsed:focus,
#accordion .panel-heading a.collapsed:hover {
    background-color: #6dc633;
    color: #fff;
    transition: all .2s ease-in
}

#accordion .panel-heading a.collapsed:focus::before,
#accordion .panel-heading a.collapsed:hover::before {
    color: #fff
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    text-align: left
}

#accordion .panel-heading a:not(.collapsed) {
    color: #fff;
    background-color: #80c64d;
    transition: all .2s ease-in
}

#accordion .panel-heading .accordion-toggle::before {
    font-family: FontAwesome;
    content: "";
    float: left;
    color: #fff;
    margin-right: 10px;
    font-weight: lighter;
    transform: rotate(0);
    transition: all .2s ease-in
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all .2s ease-in
}

h4.panel-title {
    font-size: 18px
}

.accordion {
    width: 100%;
    max-width: 90left-patterm0px;
    margin: 30px auto 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.accordion li:last-child .link {
    border-bottom: 0
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px
}

.accordion li.open .link,
.accordion li.open i {
    color: #b63b4d
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.process {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 15px 35px;
    transition: .4s ease-in-out;
    color: $primary-color
}

.career-header {
    border: 2px solid #6dc333;
    padding: 30px;
    border-radius: 20px !important;
}

.card-full {
    margin: 20px 0;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(19 79 173/27%)
}

.exo-menu {
    width: 100%;
    float: left;
    list-style: none
}

.exo-menu>li {
    display: inline-block;
    float: left
}

.exo-menu>li>a,
.flyout-left ul>li>a,
.flyout-right ul>li>a,
li.drop-down>ul>li>a {
    text-decoration: none;
    -webkit-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -o-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear
}

.exo-menu>li>a {
    color: #ccc;
    text-transform: uppercase
}

.exo-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px!important
}

.exo-menu,
.flyout-left,
.flyout-right,
li.drop-down {
    position: relative
}

li.drop-down:before {
    content: "";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 20px;
    font-size: 14px
}

li.drop-down>ul {
    min-width: 230px
}

.drop-down-ul {
    display: none
}

.flyout-left>ul,
.flyout-mega-wrap,
.flyout-right>ul {
    top: 0;
    min-width: 230px;
    display: none
}

.flyout-left ul>li>a,
.flyout-right ul>li>a,
li.drop-down>ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    border-bottom: 1px dotted #b8c7bc
}

li.drop-down>ul>li>a {
    background-color: #365670;
    border-bottom: 1px dotted #547787
}

.flyout-mega-wrap {
    right: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 15px;
    min-width: 742px
}

h4.row.mega-title {
    border-bottom: 1px solid #ccc;
    color: #6dc234;
    margin-top: 0;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: capitalize;
    padding-top: 15px;
    font-weight: 600
}

.flyout-mega ul>li>a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit
}

.flyout-mega ul>li>a:active,
.flyout-mega ul>li>a:focus,
.flyout-mega ul>li>a:hover {
    text-decoration: none;
    background-color: transparent!important;
    color: #ccc!important
}

.mega-menu {
    display: none;
    padding: 0 15px 15px;
    min-height: 100%
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
    color: #777;
    padding: 5px 0;
    transition: all .2s ease-in-out
}

.mega-menu ul li a:hover {
    color: #6dc333;
    transform: scale(1.1)
}

.stander li a {
    padding: 3px 0
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px
}

ul.description li span {
    color: #ccc;
    font-size: 85%
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009fe1;
    padding: 2px 10px!important;
    line-height: 21px!important;
    display: inline-block!important
}

a.view-more:hover {
    color: #fff;
    background: #0dadef
}

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009fe1;
    line-height: 35px!important
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px
}

.Blog,
.Images {
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px
}

.Blog .blog-title {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase
}

.Blog .blog-des {
    color: #ccc;
    font-size: 90%;
    margin-top: 15px
}

.Blog a.view-more,
.Images h4 {
    margin-top: 0
}

.Images {
    width: 100%
}

.Images h4 {
    font-size: 15px;
    text-transform: uppercase
}

.flyout-left ul>li>a,
.flyout-mega-wrap,
.flyout-right ul>li>a,
.mega-menu {
    background-color: #fff
}

.Blog:hover,
.Images:hover,
.blog-drop-down>a:hover+.Blog,
.drop-down-ul:hover,
.flyout-mega-wrap:hover,
.images-drop-down>a:hover+.Images,
.mega-drop-down a:hover+.mega-menu,
.mega-menu:hover,
li.drop-down>a:hover+.drop-down-ul,
li.flyout-left a:hover+ul,
li.flyout-left>ul:hover,
li.flyout-mega>a:hover+.flyout-mega-wrap,
li.flyout-right a:hover+ul,
li.flyout-right>ul:hover {
    display: block
}

@media (min-width:767px) {
    .exo-menu>li>a {
        display: block;
        padding: 20px 22px
    }
    .Blog,
    .Images,
    .flyout-left>ul,
    .flyout-mega-wrap,
    .flyout-right>ul,
    .mega-menu,
    li.drop-down>ul {
        position: absolute
    }
    .flyout-right>ul {
        left: 100%
    }
    .flyout-left>ul {
        right: 100%
    }
}

@media (max-width:767px) {
    .exo-menu {
        min-height: 58px
    }
    .exo-menu>li>a {
        width: 100%;
        display: none
    }
    .exo-menu,
    .exo-menu>li {
        width: 100%
    }
    .display.exo-menu>li>a {
        display: block;
        padding: 20px 22px
    }
    .Blog,
    .Images,
    .flyout-left>ul,
    .flyout-right>ul,
    .mega-menu,
    li.drop-down>ul {
        position: relative;
        left: 0!important;
        right: 0!important;
        border: 0!important
    }
}

a.toggle-menu {
    position: absolute;
    right: 0;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364b;
    top: 0
}

.logosip {
    padding: 0!important;
    margin-top: -7px!important;
    margin-left: 0!important;
    margin-right: 0!important;
    width: 200px!important;
    height: 25px!important;
    max-width: 210px!important;
    max-height: 30px!important;
    border: 1.5px transparent!important;
    border-radius: 1.2em;
    background-color: transparent!important
}

.Blog,
.Images,
.flyout-left>ul,
.flyout-right>ul,
.mega-menu,
.megamenusip,
li.drop-down>ul {
    z-index: 2000;
    left: -550px;
    right: -200px;
    border: 3px solid #6dc033
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {
    color: #fff
}

.circle_image02 {
    opacity: 1!important
}

.circle_image02:hover {
    opacity: .5!important
}

.cabeza {
    padding: 10px
}

.cabeza li img {
    height: 30px
}

div#error_message,
div#error_message1,
div#error_message2,
div#error_message3 {
    margin-bottom: 20px;
    background: #fe8b8e;
    padding: 0;
    text-align: center;
    font-size: 14px;
    transition: all .5s ease
}

#sy-whatshelp {
    left: 25px;
    bottom: 100px;
    position: fixed;
    z-index: 9999
}

#sy-whatshelp a {
    position: relative
}

#sy-whatshelp a.sywh-open-services {
    background-color: #129bf4;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block
}

#sy-whatshelp a.sywh-open-services i {
    line-height: 55px
}

#sy-whatshelp a.sywh-open-services i.fa-times {
    display: none
}

#sy-whatshelp .sywh-services {
    width: 55px;
    height: auto
}

#sy-whatshelp .sywh-services a {
    display: none
}

#sy-whatshelp .sywh-services a i {
    background-color: #129bf4;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%
}

#sy-whatshelp .sywh-services a.email i {
    background-color: #b92b27
}

#sy-whatshelp .sywh-services a.instagram i {
    background-color: #e4405f
}

#sy-whatshelp .sywh-services a.messenger i {
    background-color: #0084ff
}

#sy-whatshelp .sywh-services a.whatsapp i {
    background-color: #25d366
}

#sy-whatshelp .sywh-services a.call i {
    background-color: #f60
}

a[data-tooltip] {
    position: relative
}

a[data-tooltip]::after,
a[data-tooltip]::before {
    position: absolute;
    display: none;
    opacity: .85;
    transition: all .3s ease-in-out
}

a[data-tooltip]::before {
    content: attr(data-tooltip);
    background: #6dc733;
    color: #fff;
    font-size: 13px;
    padding: 7px 11px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none
}

a[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: ""
}

a[data-tooltip]:hover::after,
a[data-tooltip]:hover::before {
    display: block
}

a.sywh-open-services[data-tooltip]::after,
a.sywh-open-services[data-tooltip]::before {
    display: block
}

a.data-tooltip-hide[data-tooltip]::after,
a.data-tooltip-hide[data-tooltip]::before {
    display: none!important
}

a.sywh-open-services[data-tooltip][data-placement=left]::before {
    top: 11px
}

a[data-tooltip][data-placement=left]::before {
    top: 10px;
    right: 100%;
    line-height: normal;
    margin-right: 10px
}

a[data-tooltip][data-placement=left]::after {
    border-left-color: #000;
    border-right: none;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    margin-right: 4px
}

a[data-tooltip][data-placement=right]::before {
    top: 10px;
    left: 100%;
    line-height: normal;
    margin-left: 10px
}

a[data-tooltip][data-placement=right]::after {
    border-right-color: #6dc733;
    border-left: none;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    margin-left: 4px
}

a[data-tooltip][data-placement=top]::before {
    bottom: 100%;
    left: 0;
    margin-bottom: 10px
}

a[data-tooltip][data-placement=top]::after {
    border-top-color: #000;
    border-bottom: none;
    bottom: 100%;
    left: 10px;
    margin-bottom: 4px
}

a[data-tooltip][data-placement=bottom]::before {
    top: 100%;
    right: 0;
    margin-top: 10px
}

a[data-tooltip][data-placement=bottom]::after {
    border-bottom-color: #000;
    border-top: none;
    top: 100%;
    left: 10px;
    margin-top: 4px
}

.sticky-social {
    position: fixed;
    top: 25%;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 999
}

.modal {
    z-index: 9999
}

.social {
    list-style: none
}

.social li {
    padding: 10px 10px;
    font-size: 25px;
    transition: all .8s ease-in-out
}

.social li:hover {
    margin-right: -30px;
    box-shadow: 2px 5px 10px grey
}

.social li:hover .fa {
    margin-right: 20px
}

.fa {
    transition: all .8s ease-in-out
}

.fb {
    background-color: #3c5a98
}

.twitter {
    background-color: #1ea1f2
}

.linkedin {
    background-color: #0077b5
}

.instagram {
    background-color: #560097
}
.whatsapp2 {
    background-color: #25d366;
}
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100
}

.my-whatsapp {
    margin-top: 16px
}

.head-logo img {
    height: 61px;
    /* margin-top: -11px; */
}

.head-logo-small img {
    height: 60px;
}

span.urgent {
    background-color: #ff9900;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    border-radius: 30px;
}

.card {
    border: 0;
}

.iso {
    position: fixed;
    width: 95px;
    height: auto;
    top: 10px;
    right: 0px;
    text-align: center;
    font-size: 30px;
    z-index: 99999
}

@media only screen and (max-width: 768px) {
    .main-header.header-style-three .header-top {
        padding: 10px 10px !important;
        background: #487929;
    }
    .iso {
        position: fixed;
        width: 95px;
        height: auto;
        top: 64px;
        right: 10px;
        text-align: center;
        font-size: 30px;
        z-index: 99999
    }
}

.icon-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.icon-wrapper p {
    margin: 0;
    padding-left: 10px;
    font-size: 14px
}

.icon-wrapper img {
    width: 20px !important;
    opacity: 0.6;
}

.career-head-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.career-head-wrapper h2 {
    cursor: pointer;
    font-size: 26px;
    font-weight: 500;
}

.career-head-wrapper button {
    border-radius: 50px;
    padding: 0 14px;
    background-color: #6dc333;
    color: white;
    margin-left: 10px;
}

@media only screen and (max-width:800px) {
    .career-head-wrapper button {
        border-radius: 50px;
        padding: 0 10px;
        font-size: 14px;
        background-color: #6dc333;
        color: white;
        margin-left: 10px;
    }
    .career-head-wrapper h2 {
        font-size: 24px;
        margin-right: 14px !important;
    }
}

.border-career {
    border-right: 1px solid #6dc333;
}

.lower-content h5,
.lower-content a {
    line-height: 26px !important;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
}

.news-block-two .career-inner {
    box-shadow: none;
    border-radius: 0;
}

.career-header p {
    font-size: 16px;
}

img.pull-right {
    shape-outside: circle();
    shape-margin: 31px;
}




/* New Chiranjit */

.grediant-bg {
    background: rgb(238, 31, 113);
    background: linear-gradient(90deg, rgba(238, 31, 113, 1) 0%, rgba(0, 219, 222, 1) 80%);
}

body.font-lato, html.font-lato{display: none;}

.grey-bg {
    background-color: #f3f5ff;
}

section {
    padding: 60px 0;
}
.ms-auto {
    margin-left: auto!important
}


h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 46px;
    font-weight: 600;
    color: #1c1d3e;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

.counter-column .inner{
    text-align: center;
    background: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    padding: 20px 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15); 
    -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15); 
    box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
}

[data-bg-img]{background-size: cover; background-position: center center; background-repeat: no-repeat;}


.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.step-icon {
    background: #ffffff;
    width: 140px;
    height: 140px;
    position: relative;
    border: 3px solid #ebebeb;
    border-radius: 50%;
    line-height: 140px;
    font-size: 65px;
    text-align: center;
    color: #EE1F71;
}

.step-icon span {
    position: relative;
}

.step-icon span::after,
.step-icon span::before {
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: -1;
}

.step-icon span::after {
    background: #cdf3f6;
    height: 25px;
    left: -10px;
    top: 5px;
    width: 25px;
}

.step-icon span::before {
    background: #d4f8e6;
    bottom: 0;
    right: -10px;
}

.step-num {
    background: #F8F8F8;
    border-radius: 50%;
    box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
    color: #005bea;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 70px;
    right: -30px;
    line-height: 72px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}


.copyright{padding: 10px 0;}